@charset "utf-8";

/* 标签公共部分 */
body,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea,
table,
div,
ul,
li,
select {
	font-family: "microsoft yahei";
	margin: 0;
	padding: 0;
	color: inherit;
	line-height: inherit;
}

img {
	border: 0;
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

:focus {
	outline: none !important;
	border-color: inherit;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

h3,
h4,
h5,
h6 {
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

* {
	box-sizing: border-box;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
	-webkit-appearance: none;
}

input[type="button"] {
	border: none;
}

textarea {
	-webkit-appearance: none;
}

.zs-fl {
	float: left;
}

.zs-fr {
	float: right;
}

.zs-wp {
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.text-overflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.zs-imgs {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.zs-imgs:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

/* 主题颜色#0084ff */

/* head头部-start */
.zs-head {
	width: 100%;
	font-size: 14px;
	color: #333;
	position: relative;
}

.zs-head-top {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e4e4e4;
	background-color: #f6f7f9;
}

.zs-head-top-title {
	display: none;
	width: 32px;
}

.zs-head-top-title img {
	width: 100%;
}

.zs-head-top-login,
.zs-head-top-chinese {
	text-align: right;
	margin-left: 30px;
}

.zs-head-top-r a:hover {
	color: #0084ff;
	font-weight: bold;
}

.zs-head-middle {
	width: 100%;
	height: 120px;
}

.zs-head-middle-flex {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}

/* logo */
.zs-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.zs-logo img {
	width: 170px;
	max-height: 120px;
	max-width: 170px;
}

.zs-logo .zs-logo-line {
	width: 2px;
	height: 50px;
	background-color: #eaeaea;
	margin: 0 16px;
}

/* 搜索框 */
.zs-form-search {
	position: relative;
	height: 36px;
	z-index: 11;
	background: #fff;
	border: 2px solid #cccccc;
	box-sizing: unset;
	font-size: 12px;
}

.zs-form-search .input-search-group {
	width: 369px;
	height: 36px;
	float: left;
	position: relative;
	display: inline;
	background: 0 0;
}

.zs-form-search .input-search-group .checkbox-label {
	position: absolute;
	right: 8px;
	top: 10px;
	color: #999;
	height: 16px;
	line-height: 16px;

}

.zs-form-search .input-search {
	display: inline;
	float: left;
	width: 100%;
	height: 36px;
	line-height: 36px;
	border: 0;
	padding: 0 10px;
	/* color: #999; */
	text-transform: uppercase;
	background: 0 0;
}

.zs-form-search .hide {
	display: none;
}

.zs-form-search .btn-search {
	float: right;
	margin: -2px -2px 0 0;
	height: 40px;
	width: 90px;
	line-height: 40px;
	text-align: center;
	background: #0084ff;
	font-size: 14px;
	color: #fff;
	border: 0;
	vertical-align: top;
	display: inline;
	cursor: pointer;
	overflow: hidden;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.zs-form-search .btn-search:hover {
	background: #3f6dc3;
}

.dropdown,
.dropdown-title {
	height: 36px;
	position: relative;
}

.dropdown-title {
	padding-left: 5px;
	overflow: hidden;
}

.zs-form-search .dropdown {
	border-bottom: 0;
	border-top: 0;
	background: 0 0;
	float: left;
	width: 84px;
}

.zs-form-search .dropdown-fixed {
	display: block;
	border: 0;
	border-right: 1px solid #ddd;
}

.zs-form-search .dropdown-title span {
	display: block;
	width: 58px;
	text-align: center;
}

.dropdown {
	cursor: pointer;
	line-height: 36px;
	width: 115px
}

.dropdown-title {
	padding-left: 5px;
	overflow: hidden
}

.dropdown-menu {
	position: absolute;
	width: 100%;
	left: -1px;
	top: 36px;
	display: none;
	box-sizing: unset;
	background-color: #fff;
}

.dropdown-menu li {
	padding: 0 5px;
	line-height: 22px
}

.dropdown-menu li:hover {
	background: #1057A7;
	color: #fff
}

.zs-form-search .dropdown-menu {
	border: 2px solid #cccccc;
	border-top: 0;
	left: -2px;
	z-index: 100000;
	top: 35px
}

.zs-form-search .dropdown-menu li {
	padding-left: 13px;
	line-height: 24px;
	margin-left: 1px
}

.zs-form-search .dropdown-menu li:hover {
	background: #f4f4f4;
	color: #d40000
}

.dropdown-active .dropdown-menu {
	display: block
}

.triangle-t {
	display: inline-block;
	width: 0;
	height: 0;
	line-height: 0;
}

.triangle-t {
	border: 6px solid transparent;
	border-bottom-color: #333;
	border-style: dashed dashed solid;
}

.triangle-b {
	display: inline-block;
	width: 0;
	height: 0;
	line-height: 0;
}

.triangle-b {
	border: 6px solid transparent;
	border-top-color: #333;
	border-style: solid dashed dashed;
}

.zs-form-search .triangle-b {
	position: absolute;
	right: 10px;
	top: 16px;
	border: 6px solid transparent;
	border-top-color: #333
}

.zs-form-search .triangle-b:after {
	display: inline-block;
	overflow: hidden;
	width: 0;
	height: 0;
	line-height: 0;
	content: " ";
	border: 6px solid transparent;
	border-top-color: #fff;
	border-style: solid dashed dashed;
	margin-left: -6px;
	margin-top: -7px
}

.zs-form-search .input-search-group .checkbox-label input {
	vertical-align: text-bottom;
	margin-right: 3px
}

/* 二维码 */
.zs-head-qrcode {
	position: relative;
}

.zs-head-qrcode-info {
	width: 116px;
	height: 92px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.zs-head-qrcode-info p {
	width: 14px;
	font-size: 14px;
	color: #999999;
	display: inline-block;
	line-height: 14px;
}

.zs-head-qrcode-info img {
	width: 72px;
	height: 72px;
}

.zs-head-qrcode-slide {
	position: absolute;
	width: 100%;
	right: 0px;
	top: 0px;
	box-shadow: 0 2px 6px 0 rgba(193, 200, 199, 0.43);
	background: #fff;
	margin-top: -100px;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	display: block;
	min-width: auto;
	border: 0;
	text-align: center;
	border-radius: 0;
	padding: 10px;
}

.zs-head-qrcode:hover .zs-head-qrcode-slide {
	margin-top: 0px;
	visibility: visible;
	opacity: 1;
}

/* 导航栏 */
.zs-head-menu {
	width: 100%;
	height: 50px;
}

.zs-head-l {
	width: 17.1%;
	height: 100%;
	position: relative;
	z-index: 10;
}

.zs-head-l-info {
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 50px;
	border-radius: 4px 4px 0 0;
	background-color: #0084ff;
	display: block;
	cursor: pointer;
}

.zs-head-l-info img {
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-right: 20px;
}

.zs-head-l-list {
	display: none;
	width: 100%;
	background: #fff;
	z-index: 100;
	box-sizing: border-box;
	box-shadow: 0px 0px 8px rgb(0 0 0 / 5%);
	position: absolute;
	top: 50px;
	left: 0;
}

.zs-head-l-list.active {
	display: block;
}
.zs-head-l-list ul{
	width: 100%;
}
.zs-head-l-list ul li{
	line-height: 59px;
	padding-left: 52px;
	border-left: 1px solid #029ad4;
	border-right: 1px solid #029ad4;
	cursor: pointer;
}
.zs-head-l-list ul li:last-child{
	border-bottom: 1px solid #029ad4;
}
.zs-head-l-list ul li a{
	color: #666;
	font-size: 14px;
}
.zs-head-l-list ul li a .caret_right{
	width: 12px;
	height: 12px;
	display: inline-block;
	background: url(../img/caret-right.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.zs-head-l-list ul li:hover{
	border: 1px solid #029ad4;
	border-right: none;
}
.zs-head-l-list ul li:hover a{
	color: #029ad4;
}
.zs-head-l-list ul li .diseacon{
	position: absolute;
	width: 896px;
	height: 534px;
	right: -896px;
	top: 0;
	background: #FFFFFF;
	z-index: 99;
	border-top: 1px solid #029ad4;
	border-right: 1px solid #029ad4;
	border-bottom: 1px solid #029ad4;
	padding: 10px 20px;
	line-height: normal;
	overflow: hidden;
	display: none;
}
.zs-head-l-list ul li .diseacon .tit{
	font-weight: 700;
	font-size: 16px;
	color: #2866f3;
	margin: 10px 0;
}
.zs-head-l-list ul li .diseacon .drugList{
	margin: 10px 0 30px 0;
}
.zs-head-l-list ul li .diseacon .drugList a{
	display: inline-block;
	margin: 5px 0;
}
.zs-head-l-list ul li .diseacon .drugList:last-child a{
	margin: 10px 0;
}
.zs-head-l-list ul li .diseacon .drugList a::after{
	content: "";
	display: inline-block;
	background: #CCCCCC;
	width: 1px;
	height: 10px;
	margin: 0 10px;
}
.zs-head-l-list ul li .diseacon .drugList a:last-child::after{
	content: none;
}
.zs-head-l-list ul li .diseacon .drugList a h2{
	font-size: 14px;
	color: #666;
	font-weight: normal;
	display: inline-block;
}
.zs-head-l-list ul li .diseacon .drugList a:hover h2{
	color: #029ad4;
	text-decoration: underline;
}
.zs-head-l-list ul li:hover .diseacon{
	display: block;
}

.zs-head-r {
	width: 82.9%;
	height: 100%;
	line-height: 48px;
}

.zs-head-r ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.zs-head-r li {
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
}

.zs-head-r li a:hover,
.zs-head-r li a.on {
	color: #0084ff !important;
	display: block;
	border-bottom: 2px #0084ff solid;
}

.zs-login-btn {
	background-color: #0084ff;
	border-color: #0084ff;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	cursor: pointer;
	display: none;
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.375rem 0.75rem;
	text-align: center;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	margin-left: 1.2rem;
}
/* head头部-end */


/* foot尾部-start */
/* 多-好-快-全 */
.zs-foot {
	padding-top: 60px;
	background-color: #f6f6f6;
}

.zs-foot-tit {
	width: 100%;
	height: 190px;
}

.zs-foot-tit .zs-wp {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #f5f5f5;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	z-index: 4;
}

.zs-foot-list {
	width: 25%;
	height: 190px;
}

.zs-foot-list-l {
	width: 61px;
	height: 68px;
	float: left;
	margin-top: 55px;
	margin-left: 8%;
}

.zs-foot-list-r {
	width: 200px;
	height: 50px;
	float: left;
	overflow: hidden;
	margin-top: 65px;
	margin-left: 4%;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	color: #333333;
}

.zs-foot-tit.zs-foot1 .zs-wp {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

/* 查找区域 */
.zs-foot-find {
	position: relative;
	z-index: 3;
}

.zs-foot-find .zs-wp {
	line-height: 65px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #fff;
}

.zs-foot-find .zs-wp:last-child {
	padding-bottom: 40px;
}

.zs-foot-find h2 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

.zs-foot-find .hotcity {
	margin-top: 18px;
	font-size: 14px;
	color: #666;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-left: 20px;
	width: 88.5%;
}

.zs-foot-find .hotcity ul,
.zs-foot-find .hotcity ul li {
	height: 30px !important;
}

.zs-foot-find .hotcity li {
	display: block;
	float: left;
	margin-left: 15px;
	height: 30px;
	/* width: 100px; */
	overflow: hidden;
}

.zs-foot-find .hotcity a {
	padding-right: 12px;
	color: #666;
}

.zs-foot-find .hotcity a:link {
	color: #333333;
	text-decoration: none;
}

.zs-foot-find .hotcity a:hover {
	text-decoration: none;
	color: #0084ff;
	font-weight: bold;
}

.zs-foot-find .hota {
	height: 30px;
	line-height: 30px;
	margin-top: 18px;
	width: 88.5%;
}

.zs-foot-find .hota li {
	float: left;
	padding-left: 35px;
}

.zs-foot-find .hota li a {
	color: #0084ff;
}

.zs-foot-find.zs-foot1 .zs-wp:first-child {
	padding-top: 20px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

/* 友情链接 */
.zs-links-tab {
	overflow: hidden;
	;
	margin-bottom: -7px;
	border: 1px solid #f5f5f5;
	background: #fff;
	position: relative;
	min-height: 0px;
	z-index: 2;
}

.zs-links-tab {
	padding: 20px 40px 28px 110px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.zs-links-tab .tit {
	position: absolute;
	top: 18px;
	left: 15px;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
}

.zs-links-tab .zs-links-list {
	font-size: 14px;
	text-decoration: none;
	color: #595959;
}

.zs-links-tab .zs-links-list span {
	padding: 0 10px;
	display: inline-block;
}

.zs-links-tab .zs-links-list a:hover {
	text-decoration: none;
	color: #0084ff;
	font-weight: bold;
}

/* 底部 */
.zs-foot-bottom {
	width: 100%;
	background: #262626;
	overflow: hidden;
	min-height: 300px;
	padding-top: 34px;
}

.bot-cert a:hover {
	color: #0084ff !important;
}

.bot-cert {
	font-size: 12px;
	padding-top: 15px;
	line-height: 24px;
	color: #555;
	text-align: center;
	border-top: 1px solid #3a3a3a;
}

.bot-cert em {
	padding: 0 26px;
	color: #555
}

.bot-cert a {
	color: #555 !important;
}

.bot-cert .p1{display: inline-block;}
.bot-cert .p2{display: inline-block;}

.qqlink {
	color: #555;
	font-size: 12px;
	text-align: center;
}

.qqlink img {
	vertical-align: middle;
	opacity: 0.5;
}

.qqlink .text1 {
	padding-left: 20px;
}

.qqlink img:hover {
	opacity: 1;
}

.bot-img {
	margin: 10px auto;
	overflow: hidden;
	text-align: center;
}

.bot-img a {
	height: 35px;
	margin-right: 8px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.bot-img a:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}

.bot-img .cert-1 {
	width: 95px;
	height: 35px;
	border-radius: 10px;
}

.bot-img .cert-1 img {
	border-radius: 0px;
}

.bot-img .cert-2 {
	width: 127px;
}

.bot-img .cert-3 {
	width: 84px;
}

.bot-img .cert-4 {
	width: 100px;
}

.footindex {
	margin-top: -166px;
	background: none;
}

.footindex .footer-inner {
	height: 421px;
	position: relative;
	z-index: 1;
	background: url(../img/foot_back.png) no-repeat center bottom #f6f7f9;
}

.footindex .footer-inner .f-btm {
	padding-top: 198px;
}

.footindex .footer-inner .f-btm .bot-cert {
	color: #7c7e8e !important;
	font-size: 14px;
	line-height: 28px
}

.footindex .footer-inner .f-btm .bot-cert a {
	color: #7c7e8e !important;
	font-size: 16px;
}

.footindex .footer-inner .f-btm .qqlink {
	color: #7c7e8e
}

/* 底部导航 */
.footer-nav-item{
	display: inline-block;
}

/* foot尾部-end */

/* 免责声明 */
.zs-disclaimer{
	position: fixed;
	top: 520px;
	left: 50px;
	z-index: 99;
}
.zs-disclaimer a{
	display: block;
	width: 60px;
	height: 150px;
	background-image: url(../img/diquwangdian.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: -24px;
}


/* 自适应 */
/*Mobile自适应*/
@media only screen and (max-width:767px) {
	.zs-wp {
		width: 98%;
	}

	/* 头部 */
	.zs-head-top {
		background-color: #fff;
		color: #fff;
		position: fixed;
		top: 0;
		z-index: 12;
    border-bottom: none;
	}

	.zs-head-top-title {
		display: block;
	}

	.zs-head-top-r,
	.zs-head-top-l,
	.zs-head-top-chinese {
		display: none;
	}

	.zs-head-middle {
		height: auto;
		margin-bottom: 20px;
	}

	.zs-head-middle-flex {
		flex-wrap: wrap;
		justify-content: center;
	}

	.zs-logo {
		width: auto;
		position: fixed;
		z-index: 12;
		top: 0;
		left: 0;
		line-height: 32px;
		margin-left: 10px;
	}

	.zs-logo img {
		width: 60%;
	}

	.zs-logo .zs-logo-line,
	.zs-logo a:last-child {
		display: none;
	}

	.zs-head-qrcode {
		display: none;
	}

	.zs-form-search {
		height: 32px;
		margin-top: 60px;
	}

	.zs-form-search .dropdown {
		width: 70px;
		height: 32px;
		line-height: 32px;
	}

	.zs-form-search .input-search-group {
		width: calc(100% - 70px);
		height: 32px;
	}

	.zs-form-search .btn-search {
		width: 60px;
		height: 36px;
		line-height: 36px;
		margin: -34px -2px 0 0;
		z-index: 2;
		position: relative;
	}

	.zs-form-search .input-search {
		height: 32px;
		line-height: 32px;
	}

	.zs-form-search .input-search-group .checkbox-label {
		display: none;
	}

	.zs-head-l {
		display: none;
	}

	.zs-head-menu {
		position: fixed;
		top: 40px;
		left: 0;
		z-index: 11;
		display: none;
	}

	.zs-head-r {
		width: 100%;
		height: auto;
		background-color: #fff;
	}

	.zs-head-r ul {
		flex-wrap: wrap;
		padding-bottom: 10px;
	}

	.zs-head-r li {
		width: 100%;
	}

	.zs-login-btn {
		display: inline-block;
	}

	/* 底部 */
	.zs-foot-tit,
	.zs-foot-find,
	.zs-foot-links,
	.qqlink,
	.bot-img {
		display: none;
	}

	.zs-foot {
		padding-top: 0;
	}

	.zs-foot-bottom {
		padding-top: 0;
		margin-top: 0;
		min-height: auto;
	}

	.footindex .footer-inner {
		height: auto;
		background: none;
	}

	.footindex .footer-inner .f-btm {
		padding-top: 0;
	}

  .bot-cert .p2{display: none;}

	/* 内页banner */
	.zs-about-banner {
		height: 200px;
		background-size: cover;
	}

	.zs-about-banner .zs-wp {
		display: flex;
		height: 100%;
		align-items: center;
		flex-direction: column;
		align-content: flex-start;
		justify-content: center;
	}

	.zs-about-banner .title {
		margin: 0 0 10px;
		font-size: 22px;
		line-height: 30px;
		padding-top: 0;
		width: 100%;
	}

	.zs-about-banner .desc {
		font-size: 15px;
		line-height: 1.6;
		color: #fff;
		width: 100%;
	}

  /* 底部导航 */
	.footer-nav{
		display: flex;
		flex-wrap: wrap;
        border-bottom: 1px solid #eee;
	}
	.footer-nav-item{
		width: 25%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.footer-nav-item em{
		display: none;
	}
	
	/* 免责声明 */
	.zs-disclaimer{
		display: none;
	}
}

/*宽屏自适应1*/
@media only screen and (min-width:768px) and (max-width:1023px) {
	.zs-wp {
		width: 768px;
	}

	/* 头部 */
	.zs-logo .zs-logo-line,
	.zs-logo a:last-child {
		display: none;
	}

	.zs-logo img {
		width: 140px;
	}

	.zs-form-search .dropdown {
		width: 70px;
	}

	.zs-form-search .input-search-group {
		width: 205px;
	}

	.zs-form-search .input-search {
		padding-right: 50px;
	}

	.zs-head-l-info {
		font-size: 14px;
	}

	.zs-head-l-info img {
		margin-right: 0;
	}

	.zs-head-r li {
		font-size: 14px;
		margin-left: 0;
	}

	/* 分类 */
	.zs-head-l-list ul li{line-height: 34px;padding-left: 20px;}
	.zs-head-l-list ul li .diseacon{height: 309px;width: 600px;right: -600px;}
	.zs-head-l-list ul li .diseacon .tit{font-size: 14px;}
	.zs-head-l-list ul li .diseacon .drugList{margin: 10px 0 10px 0;}
	.zs-head-l-list ul li .diseacon .drugList a h2{font-size: 12px;}
	.zs-head-l-list ul li a{font-size: 12px;}
	.zs-head-l-list ul li a .caret_right{width: 10px;height: 10px;}
	
	
	

	/* 尾部 */
	.zs-foot-list-l {
		width: 50px;
		height: 50px;
		margin-left: 0;
	}

	.zs-foot-list-r {
		width: 140px;
		margin-top: 60px;
		margin-left: 0;
		font-size: 14px;
	}

	.zs-foot-find .hotcity {
		margin-left: 0;
	}
}

/*宽屏自适应2*/
@media only screen and (min-width:1024px) and (max-width:1199px) {
	.zs-wp {
		width: 1024px;
	}

	/* 头部 */
	.zs-form-search .dropdown {
		width: 80px;
	}

	.zs-form-search .input-search-group {
		width: 215px;
	}
	
	/* 分类 */
	.zs-head-l-list ul li{line-height: 44px;}
	.zs-head-l-list ul li .diseacon{height: 399px;}
	.zs-head-l-list ul li a .caret_right{width: 10px;height: 10px;}
	.zs-banner-member{padding: 10px 8px 10px;}
	.zs-banner-member .wel{font-size: 12px;}


	/* 尾部 */
	.zs-foot-list-l {
		width: 50px;
		height: 50px;
		margin-left: 4%;
	}

	.zs-foot-list-r {
		width: 180px;
		margin-top: 60px;
		margin-left: 2%;
		font-size: 14px;
	}
}

/*宽屏自适应3*/
@media only screen and (min-width:1200px) and (max-width:1399px) {
	.zs-wp {
		width: 1200px;
	}
	/* 分类 */
	.zs-head-l-list ul li{line-height: 52px;}
	.zs-head-l-list ul li .diseacon{height: 471px;}
}

.t-pages{padding: 30px 0;
	margin-top: 25px;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;}
.t-pages .pagination{display:inline-block;padding-left:0;border-radius:4px;}
.t-pages .pagination li{float: left;display:inline}
.t-pages .pagination li a,.t-pages .pagination li span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;color:#393D49;background:#fff;margin:0 0 0 8px;border:1px solid #eee}
.t-pages .pagination li a:hover{color:#fff;background:#49a0f5}
.t-pages .pagination .active span{background:#49a0f5;color:#fff}
.t-pages .pagination .disabled{display:none}
