.main,.w{
    width: 1200px;
    margin: 0 auto;
}
body{
	min-width: 1200px;
}
.header{
    height: 40px;
    font-size: 14px;
    background-color: #f5f5f5;
}
.header .main{
    overflow: hidden;
}
.header .left {
	float: left;
}
.header .left p {
	line-height: 40px;
	float: left;
}
.header .left p a {
	color: #333;
}
.header .left ul {
	float: left;
	margin-top: 9px;
}
.header ul li {
	float: left;
	padding: 0 6px;
}
.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;
    color: #00aa90;
}
.header .left ul li:nth-child(2n) a, .header .item ul li:nth-child(2n) a:hover {
	color: #fff;
	background-color: #00aa90;
	border-radius: 2px;
}
.header .right {
	float: right;
	margin-right: 174px;
	margin-top: 9px;
}
.header .right li {
	padding: 0 5px;
	position: relative;
}
.header .right li::after{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	margin-top: -5px;
	width: 1px;
	height: 10px;
	background-color: #a7a7a7;
}
.header .right li a {
	color: #666;
}
.header .right li a:hover {
	color: #00aa90;
}
/* header--drop */
.header--drop {
	margin: 0 auto;
	position: relative;
	font-size: 14px;
}
.header--drop ul {
	position: absolute;
	right: 0;
	top: -43px;
}
.header--drop ul li {
	float: left;
	height: 40px;
	position: relative;
}
.header--drop ul li .weixin {
	height: 41px;
	position: relative;
}
.header--drop ul li .weixin::after {
	width: 1px;
	height: 10px;
	background-color: #a7a7a7;
	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: 43px;
	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: 40px;
	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: 40px;
	display: block;
	padding: 0 10px;
	position: relative;
	z-index: 105;
}
.header--drop ul li a i {
	vertical-align: top;
	margin: 9px 7px 0 0;
	display: inline-block;
	line-height: normal;
}
.header--drop ul li a:hover {
	color: #00aa90;
}
.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: #00aa90;
}
/* top */
.top {
	padding: 28px 0;
}
.top .logo {
	float: left;
	width: 273px;
}
.top .page-name {
	margin-left: 30px;
	padding-left: 20px;
	border-left: 1px solid #ddd;
	line-height: 40px;
	float: left;
	font-size: 24px;
    font-weight: 700;
    color: #00aa90;
	margin-top: 6px;
}
.top .right {
	float: right;
}
.search {
	float: left;
}
.search .form {
	width: 420px;
	height: 40px;
	border: 1px solid #dcdcdc;
	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: 12px;
	border-right: 1px solid #dcdcdc;
	margin-top: 10px;
}
.search .form .select .select-top i {
	position: absolute;
	right: 12px;
	top: 6px;
	font-size: 10px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.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: #00aa90;
	border-left: 2px solid #00aa90;
	border-right: 2px solid #00aa90;
	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: #00aa90;
	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: #00aa90;
}
.Thead table tr th:nth-of-type(5),.Thead table tr th:nth-of-type(6) {
	width: 12%;
}
.inquiry-table table tr td:nth-of-type(5),.inquiry-table table tr td:nth-of-type(6) {
	width: 12%;
}
/* nav */
.nav {
	height: 48px;
	line-height: 48px;
	background-color: #00aa90;
}
.nav .main{
	overflow: hidden;
}
.nav li {
	float: left;
    width: 225px;
	font-size: 18px;
	margin-right: 15px;
    text-align: center;
}
.nav li:last-child{margin-right: 0;}
.nav li a {
	color: #fff;
	display: block;
	position: relative;
}
.nav li a::after {
	position: absolute;
	content: "";
	bottom: 0;
	height: 3px;
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #f9be02;
	-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 a.focus,
.nav li a:hover {
	background-color: #33bba6;
    font-weight: 700;
}
.nav li a.focus::after,
.nav li a:hover::after {
	width: 225px;
}
/* adv_item */
.adv_item{
	overflow: hidden;
}
.adv_item ul{
    width: calc(100% + 24px);
    overflow: hidden;
}
.adv_item li{
    float: left;
    width: 33.3%;
    height: 236px;
    padding-right: 24px;
	margin-top: 24px;
    box-sizing: border-box;
    position: relative;
}
.adv_item li img{
    width: 100%;
    height: 100%;
}
.adv_item li 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;
}
.offer_title{
    height: 54px;
    line-height: 54px;
    margin-top: 25px;
    text-align: center;
    position: relative;
}
.offer_title::after{
    position: absolute;
    content: "";
    width: 757px;
    height: 44px;
    top: 10px;
    left: 202px;
    background: url(../../../../images/offer/verision/2022/titleBg.png) no-repeat;
    z-index: 1;
}
.offer_title h2{
    display: inline-block;
    position: relative;
    font-size: 28px;
    color: #333;
    z-index: 2;
}
.offer_title a.more{
    float: right;
    line-height: 54px;
    font-size: 14px;
    color: #999;
}
.offer_title a.more:hover{
    color: #00aa90;
}
/* offer_video */
.offer_video{
    margin: 10px auto;
}
.offer_video ul{
    width: calc(100% + 25px);
    overflow: hidden;
}
.offer_video li{
    float: left;
    width: 20%;
    margin-bottom: 24px;
    padding-right: 25px;
    box-sizing: border-box;
}
.offer_video li .images{
    height: 124px;
    position: relative;
}
.offer_video li .images img{
    width: 100%;
    height: 100%;
}
.offer_video li .imgHover{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}
.offer_video li .imgHover a{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.offer_video li .imgHover i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 44px;
    color: #fff;
}
.offer_video li p{
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    font-size: 14px;
    background-color: #f3f3f3;
	text-align: center;
}
.offer_video li p a{
    color: #333;
}
.offer_video li p:hover a{
    color: #00aa90;
}
/* offer_list */
.offer_list{
    margin-top: 10px;
}
.list_main{
	width: calc(100% + 24px);
	overflow: hidden;
}
.list_item{
    float: left;
    width: 50%;
    padding-right: 24px;
    box-sizing: border-box;
}
.list_item_top{
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    border-top: 2px solid #00aa90;
    color: #333;
    text-align: center;
    background-color: #ebfaf7;
}
.list_item_top b{
    float: left;
}
.list_item_top b:nth-child(1){
    width: 37%;
    text-align: left;
    text-indent: 18px;
}
.list_item_top b:nth-child(2){
    width: 33%;
}
.list_item_top b:nth-child(3){
    width: 30%;
}
.list_item ul{
    border: 1px solid #e5e5e5;
    border-top: 0;
}
.list_item li{
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #333;
    text-align: center;
    overflow: hidden;
}
.list_item ul li:nth-child(2n){
    background: #f8f8f8;
}
.list_item li:hover{
    background: rgba(255, 153, 0, 0.2)!important;
}
.list_item li span{
    float: left;
}
.list_item li span a{
	color: #333;
}
.list_item li span a:hover{
	color: #00aa90;
}
.list_item li span:nth-child(1){
    width: 37%;
    text-align: left;
    text-indent: 18px;
}
.list_item li span:nth-child(2){
    width: 33%;
}
.list_item li span:nth-child(3){
    width: 30%;
}
/* offer_news */
.offer_news{
    margin-top: 33px;
}
.offer_news .main{
    overflow: hidden;
}
.offer_news .left{
    float: left;
    width: 418px;
    margin-right: 26px;
}
.offer_news_title{
    height: 48px;
    border-bottom: 1px solid #e5e5e5;
    background: url(../../../../images/offer/verision/2022/titleBg2.png) no-repeat left top;
}
.offer_news_title span{
    float: left;
    height: 48px;
    line-height: 40px;
    padding-left: 8px;
    font-size: 28px;
    font-weight: 700;
    color: #333;
    position: relative;
}
.offer_news_title span::after{
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #0aa399;
}
.offer_news_title span b{
    color: #0aa399;
}
.offer_news_title a.more{
    float: right;
    line-height: 40px;
    font-size: 14px;
    color: #999;
}
.offer_news_title a.more:hover{color: #0aa399;}
.offer_news .left li{
    margin-top: 14px;
    padding-left: 18px;
    position: relative;
}
.offer_news .left li i{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border: 1px solid #d4d4d4;
    border-radius: 50%;
}
.offer_news .left li a{
    display: block;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}
.offer_news .left li:hover i{
    border-color: #0aa399;
}
.offer_news .left li:hover a{
    color: #0aa399;
}
.offer_news .right{
    overflow: hidden;
}
.offer_news .right ul{
    padding-left: 14px;
    margin: 14px 0 0 5px;
    border-left: 1px solid #e5e5e5;
}
.offer_news .right li p{
    margin-bottom: 10px;
    position: relative;
}
.offer_news .right li p i {
	position: absolute;
	left: -19px;
	width: 8px;
	height: 8px;
	border: 1px solid #0aa399;
	border-radius: 50%;
	top: 50%;
	margin-top: -5px;
	background: #fff;
}
.offer_news .right li p span{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    background-color: #fabd00;
}
.offer_news .right li p span.time{
    padding: 0 12px;
    margin-right: 10px;
    background-color: #0aa399;
}
.offer_news .right li p a{
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}
.offer_news .right li p a:hover{
    color: #0aa399;
}
.offer_news .right li .liHover{
    margin-bottom: 10px;
    display: none;
}
.offer_news .right li .images{
    height: 164px;
    border-radius: 4px;
    overflow: hidden;
}
.offer_news .right li .images img{
    width: 100%;
    height: 100%;
}
.offer_news .right li.focus .liHover{
    display: block;
}
/* footer */
#footer {
	width: 100%;
	min-width: 1200px;
	margin: 15px auto 0;
	border-top: 1px solid #e8e8e8;
	background: #333333;
	padding: 5px 0;
}
.foot {
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	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: 340px;
	float: left;
}
.guide span{
	font-size: 16px;
	line-height: 30px;
	display: block;
	margin-bottom: 10px;
	color: #fff;
}
.guide p{
	float: left;
	margin-right: 10px;
    width: 160px;
    font-size: 12px;
    line-height: 54px;
}
.guide p a {
	display: block;
    font-size: 13px;
    line-height: 28px;
	color: #999;
}
.guide.last {
	width: auto;
	overflow: hidden;
	float: none;
}
.zyAPP {
	width: 75px;
	text-align: center;
	margin: 5px 3px;
	display: inline-block;
	vertical-align: top;
}
.zyAPP:first-of-type {
    margin-left: 0;
}
.zyAPP b{
	font-size: 12px;
	line-height: 30px;
	color: #999;
	font-weight: normal;
}
.WechatTop{
	font-size: 14px;
    line-height: 30px;
    color: #999;
}
.guide {
	width: 400px;
	position: relative;
}
.foot span {
	font-size: 14px;
	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;
}


