.main,.w{
    width: 1400px;
    margin: 0 auto;
}
body{
    min-width: 1400px;
    background-color: #f4f6fb;
}
/* header */
.header {
	height: 40px;
	line-height: 40px;
    position: relative;
}
.header::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 540px;
	background: url(../../../../images/picture/version/2022/banner001.png) no-repeat center;
	background-size: auto 100%;
	content: "";
	z-index: -1;
}
.header .main{
    overflow: hidden;
}
.header a{
    font-size: 16px;
    color: #fff;
}
.header a:first-child{
    margin-left: 0;
}
.header a:last-child{
    margin-right: 0;
}
.header p{
    float: left;
    font-size: 0;
}
.header p a{
    margin: 0 10px;
}
.header span{
    float: right;
    font-size: 0;
}
.header span a{
    padding-right: 6px;
    margin-right: 7px;
    border-right: 1px solid #fff;
}
.header span a:last-child{
    margin-right: 0;
    border-right: 0;
}
.header span a.app i{
    margin-right: 5px;
}
/* top */
.top{
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}
.top .logo{
    text-align: center;
}
.top .logo a{
    display: inline-block;
    height: 71px;
}
.top .logo a img{
    height: 100%;
    width: auto;
}
.top .logo span{
    display: inline-block;
    position: relative;
    top:14px;
    padding-left: 40px;
    margin-left: 30px;
    border-left: 1px solid #fff;
}
.top .logo span i{
    display: inline-block;
    height: 34px;
    width: 134px;
    background: url(../../../../images/picture/version/2022/imagesTitleFont001.png)no-repeat;
}
.top .search{
    height: 54px;
    width: 760px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    margin: 44px auto 34px;
}
.top .search input{
    float: left;
    width: 84%;
    line-height: 54px;
    text-indent: 22px;
    font-size: 18px;
    color: #999;
    border: 0;
}
.top .search button{
    float: right;
    width: 16%;
    line-height: 54px;
    background-color: #14a83b;
    color: #fff;
    font-size: 20px;
    border: 0;
}
/* nav */
.nav{
    text-align: center;
}
.nav span{
    display: inline-block;
    font-size: 24px;
    margin: 10px 50px;
}
.nav span a{
    display: inline-block;
    color: #fffefe;
    padding-bottom: 12px;
    position: relative;
}
.nav span.focus a,.nav span:hover a{
    border-bottom: 4px solid #fff;
}
.nav span a i{
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 45px;
    display: none;

}
.nav span.focus a,.nav span:hover a{
    color: #fff;
    font-weight: 700;
}
.nav span.focus a i,.nav span:hover a i{
    display: block;
}
.nav span.focus a i::after,
.nav span:hover a i::after{
    content: "";
    position: absolute;
    left:19px;
    top: 19px;
    width: 8px;
    height: 8px;
    background-color: #14a73b;
    transform: rotate(45deg);
}
.topping {
	position: fixed;
	top: 0px !important;
	width: 100%!important;
	background: #60c67b;
	margin-top: 0;
	z-index: 999;
	height: 67px;
}
.topping span:first-child{display: none;}
.topping span:nth-child(6),.topping span:nth-child(7){
    display: none;
}
/* banner */
.banner{
    position: absolute;
    top: 37px;
    left: 0;
    right: 0;
    height: 540px;
    background: url(../../../../images/picture/version/2022/banner001.png) no-repeat center;
    z-index: -1;
    background-size: 100% 100%;
}
/* imgShow */
.imgShow{
    margin-top: 10px;
    padding: 28px 22px;
    border-radius: 8px;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
}
.imgShow p.breadcrumbNav{
    line-height: 22px;
    margin-bottom: 28px;
}
.imgShow p.breadcrumbNav i{
    font-size: 20px;
    color: #14a83b;
    vertical-align: top;
    margin-top: 5px;
}
.imgShow p.breadcrumbNav b{
    display: inline-block;
    line-height: 22px;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    margin: 0 10px;
}
.imgShow p.breadcrumbNav a{
    font-size: 16px;
    color: #14a83b;
    margin-left: 10px;
}
.imgShow ul{
    overflow: hidden;
    width: calc(100% + 25px);
    margin-bottom: -25px;
}
.imgShow li{
    float: left;
    width: 33.33%;
    padding-right: 25px;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.imgShow li .imgBox{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.imgShow .imgBox a.image{
    display: block;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.imgShow .imgBox .image img{
    width: 100%;
    max-height: none;
}
.imgShow .imgBox p{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 15px 22px;
	background-image: -webkit-linear-gradient( rgb(255,255,255,0) 0%, rgba(0,0,0,.5) 100%);
}
.imgShow .imgBox p a {
	display: block;
	max-height: 22px;
	line-height: 22px;
	overflow: hidden;
	font-size: 18px;
	color: #fff;
}
.imgShow .imgBox p:hover a{
    max-height: 44px;
    color: #14a83b;
}
/* footer */
.update {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
    padding: 30px 0 20px 0;
}
.update.w{
    width: 1400px;
}
.update a {
	width: 10%;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #666;
	background: #e8e7e7;
	border-radius: 3px;
}

.update a:hover {
    background: #00895c;
	color: #fff;
}
#footer {
	width: 100%;
	min-width: 1000px;
	margin: 15px auto 0;
	border-top: 1px solid #e8e8e8;
	background: #333333;
	padding: 12px 0;
}
.foot {
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #999;
}
.foot.w{
    width: 1400px;
}
.foot a {
	color: #999;
}
.foot a:hover {
	color: #00895c;
}
.footer-content {
	text-align: left;
	padding-left: 38px;
	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: 380px;
	position: relative;
}
.guide p {
	width: 170px;
}
.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;
}
.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: 15px;
	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;
}
.rightBar{
    display: none;
}