.main,.w{
    width: 1560px;
    margin: 0 auto;
}
body{
    background-color: #f4f6fb;
}
/* header */
#header{
    background:#5bc376;
}
.header {
	height: 40px;
	line-height: 40px;
    position: relative;
    margin: 0 auto;
}
.header::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 600px;
	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: 64px;
}
.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 55px;
}
.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: 600px;
	background: url(../../../../images/picture/version/2022/banner001.png) no-repeat center;
	z-index: -1;
	background-size: 100% 100%;
}
/* switchPic */
.switchPic{
    margin: 15px auto 50px;
    padding:36px 30px;
    border-radius: 8px;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
}
.switchPicMin{
    overflow: hidden;
}
.switchPicMin ul{
    overflow: hidden;
    margin-bottom: -30px;
}
.switchPicMin li:nth-child(1), .switchPicMin li:nth-child(3) {
    margin-right: 796px;
}
.switchPicMin li{
    float: left;
    width: 352px;
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
}
.switchPicMin li a{
    display: block;
    padding-bottom: 56.25%;
    overflow: hidden;
    height: 0;
    position: relative;
}
.switchPicMin li a img{
    width: 100%;
    max-height: none;
}
.switchPicMin li.focus a::after{
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #14a83b;
}
.switchPicMax{
    position: absolute;
    top: 36px;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    width: 736px;
}
.switchPicMax .item{
    padding-bottom: 58%;
    height: 0;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}
.switchPicMax ul{
    height: 100%;
    overflow: hidden;
    position: absolute;
}
.switchPicMax li{
    float: left;
    position: relative;
}
.switchPicMax li a.image{
    display: block;
    height: 0;
    padding-bottom: 57.8%;
    overflow: hidden;
    position: relative;
}
.switchPicMax li a.image img {
    max-height: none;
    width: 100%;
}
.switchPicMax li 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%);
}
.switchPicMax li p a{
    display: block;
    max-height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.switchPicMax li p:hover a{
    max-height: 60px;
    color: #14a83b;
}
/* imgShow */
.imgShow{
    padding:36px 30px;
    border-radius: 8px;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
}
.imgShow ul{
    overflow: hidden;
    width: calc(100% + 30px);
    margin-bottom: -30px;
}
.imgShow li{
    float: left;
    width: 25%;
    padding-right: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.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: 10px 12px;
	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: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
}
.imgShow .imgBox p:hover a{
    max-height: 40px;
    color: #14a83b;
}
/* foodShow */
.foodShow{
    margin: 50px auto;
    padding:36px 30px;
    border-radius: 8px;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
}
.title{
    text-align: center;
    margin-bottom: 24px;
}
.title i{
    display: inline-block;
    width: 470px;
    height: 19px;
}
.title i.leftI{
    background: url(../../../../images/picture/version/2022/imageBorderLeft001.png) no-repeat;

}
.title i.rightI{
    background: url(../../../../images/picture/version/2022/imageBorderRight001.png) no-repeat;

}
.title h2{
    display: inline-block;
    font-size: 28px;
    color: #333;
    margin: 0 35px;
}
.foodShow .right,.exhitionShow .left,.meeting .right{
    float: right;
    width: 360px;
    margin-left: 34px;
}
.foodShow .right li,.exhitionShow .left li,.meeting .right li{
    display: block;
    padding-left: 28px;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    border-bottom:1px dashed #eeeeee;
    position: relative;
}
.foodShow .right li:last-child,.exhitionShow .left li:last-child,.meeting .right li:last-child{
    border: 0;
}
.foodShow .right li i,.exhitionShow .left li i,.meeting .right li i{
    position: absolute;
    color: #14a83b;
    left: 0;
    font-size: 24px;
}
.foodShow .right li a,.exhitionShow .left li a,.meeting .right li a{
    font-size: 18px;
    color: #333;
}
.foodShow .right li a:hover,.exhitionShow .left li a:hover,.meeting .right li a:hover{
    color: #14a83b;
}
.foodShow .left,.exhitionShow .right,.meeting .left{
    overflow: hidden;
    position: relative;
    height: 416px;
    padding-top: 18px;
}
.foodShow .left #slider1,.exhitionShow .right #slider2,.meeting .left #slider3{
	Z-INDEX: 1;
	POSITION: absolute;
	WIDTH: 1106px;
	HEIGHT: 416px;
	OVERFLOW: hidden;
	/* LEFT: -414px; */
}
.foodShow .left #slider1 .slide,.exhitionShow .right #slider2 .slide,.meeting .left #slider3 .slide{
	Z-INDEX: 10;
	POSITION: absolute;
	BORDER-LEFT: #fafafa 5px solid;
	WIDTH: 746px;
	HEIGHT: 416px;
	OVERFLOW: hidden;
	CURSOR: default;
}
.foodShow .left #slider1 .slide img,.exhitionShow .right #slider2 .slide img ,.meeting .left #slider3 .slide img{
	width: 746px;
	height: 416px;
}
.foodShow .left #slider1 .diapo,.exhitionShow .right #slider2 .diapo,.meeting .left #slider3 .diapo{
	POSITION: absolute;
	FILTER: alpha(opacity=100);
	VISIBILITY: visible;
	opacity: 1;
}
/* exhitionShow */
.exhitionShow{
    padding:36px 30px;
    border-radius: 8px;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
}
.exhitionShow .left{
    float: left!important;
    margin:0 34px 0 0!important;
}
/* meeting */
.meeting{
    margin: 50px auto;
    padding:36px 30px;
    border-radius: 8px;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
}
/* 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: 1560px;
}
.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{
	padding: 20px 0;
	background: #282828;
	text-align: center;
}
.footMenu{
	color: #868686;
	font-size: 14px;
	line-height: 30px;
}
.footMenu a{
	color: #bababa;
	margin: 0 6px;
}
.footMenu a:hover{
	color: #ff6600;
}
.copyright{
	font-size: 12px;
	line-height: 30px;
	margin-top: 5px;
	color: #868686;
}
#footer p{
	font-size: 12px;
	line-height: 30px;
	color: #868686;
}
.lostpro {
	width: 450px;
	background: url(https://www.gkzhan.com/images/lostpro.jpg) no-repeat 0 40px;
	margin: 0 auto;
	padding-top: 40px;
	padding-left: 165px;
	padding-bottom: 40px;
}
.lostpro span {
	font: 22px/44px "Microsoft Yahei";
	color: #333;
}
.lostproab {
	font: 12px/30px "\5b8b\4f53";
	color: #767676;
}
.lostproab a {
	background: url(https://www.gkzhan.com/images/caigouSearch.png) no-repeat -145px -35px;
	padding-left: 12px;
}
.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;
  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;
}
.rightBar{
    display: none;
}
