.someShow {
	visibility: visible !important;
}



@media screen and (min-width: 768px) and (max-width: 1210px) {
	.header {
		width: 100%;
		height: 80px;
		position: fixed;
		z-index: 999;
		background: rgba(255, 255, 255, 0.9);
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	}

	.header .header-container {
		width: 100%;
		height: 80px;
		margin: 0 auto;
		padding: 0 20px 0 166px;
		position: relative;
	}

	.header .header-container .hc-logo {
		width: 126px;
		height: 80px;
		display: block;
		position: absolute;
		left: 40px;
		padding: 15px 0;
	}

	.header .header-container .hc-logo .hcl-link {
		width: 126px;
		height: 50px;
		display: block;
	}

	.header .header-container .hc-logo .hcl-link img {
		width: auto;
		max-height: 50px;
	}

	.header .header-container .top-bar-left {
		padding-left: 70px;
		height: 100%;
	}

	.header .header-container .top-bar-left .tbl-list {
		height: 80px;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item {
		height: 80px;
		padding: 15px 0 15px 0;
		float: left;
		line-height: 50px;
		font-size: 1.4rem;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item:hover .tblli-link {
		color: #259df6;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item:hover .more-link {
		visibility: visible;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item .more-link {
		width: 100%;
		position: absolute;
		left: 0;
		top: 80px;
		visibility: hidden;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-1 {
		width: 100%;
		height: 10px;
		background: transparent;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 {
		width: 33%;
		height: 100%;
		background: transparent;
		overflow: hidden;
		padding: 20px 0;
		float: left;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 .mli-list1 {
		padding-left: 50px;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 .mli-list {
		width: 100%;
		float: left;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 .mli-list .mlil-item {
		text-align: left;
		overflow: hidden;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 .mli-list .mlil-item:hover a {
		color: #259df6 !important;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 .mli-list .mlil-item .mlil-link {
		line-height: 30px;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 1.2rem;
		color: #666;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 .mli-list1 .mlil-link1 {
		min-width: 115px;
		font-size: 1.4rem !important;
		color: #232528 !important;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-list2,
	.header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-list3 {
		padding-left: 50px;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item4 .more-link .ml-2 {
		padding-left: 100px;
	}

	.header .header-container .top-bar-right {
		height: 80px;
		line-height: 50px;
		position: absolute;
		right: 40px;
		top: 0;
		overflow: hidden;
	}

	.header .header-container .top-bar-right .change-language {
		cursor: pointer;
		position: relative;
		padding: 15px 0 15px 30px;
		margin-left: 30px;
		height: 100%;
		float: left;
	}

	.header .header-container .top-bar-right .change-language:hover .home-language {
		color: #259df6;
	}

	.header .header-container .top-bar-right .change-language::after {
		content: '';
		width: 22px;
		height: 21px;
		display: block;
		background: url("../images/zb-h-icons.png") no-repeat -590px -26px;
		position: absolute;
		top: 30px;
		left: 0;
	}

	.header .header-container .top-bar-right .change-language:hover .cl-list {
		transform: translate(0, 0);
		transition: all 0.3s ease-out;
		visibility: visible;
		opacity: 1;
	}

	.header .header-container .top-bar-right .change-language .cl-list {
		width: 115px;
		padding: 10px 0;
		background: #ffffff;
		box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
		position: absolute;
		left: -8px;
		text-align: center;
		bottom: -60px;
		border-radius: 5px;
		transform: translate(0, 20px);
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s ease-out;
	}

	.header .header-container .top-bar-right .change-language .cl-list::after {
		width: 18px;
		height: 12px;
		content: '';
		background: url("../images/zb-h-cityTop.png") no-repeat;
		position: absolute;
		top: -12px;
		left: 46px;
	}

	.header .header-container .top-bar-right .change-language .cl-list .cll-item {
		width: 100%;
		height: 40px;
		line-height: 40px;
	}

	.header .header-container .search {
		overflow: hidden;
		float: left;
	}

	.header .header-container .search-btn {
		width: 22px;
		height: 21px;
		display: block;
		background: url("../images/zb-h-icons.png") no-repeat -639px -25px;
		margin-top: 29.5px;
		float: left;
	}

	.header .header-container .search-btn:hover {
		background: url("../images/zb-h-icons.png") no-repeat -637px -1px;
	}

	.header .header-container .search-txt {
		float: left;
		margin-top: 15px;
		cursor: pointer;
		padding-left: 10px;
	}

	.header .header-container .search-txt:hover {
		color: #259df6;
	}

	.header .header-container .search-box {
		width: 23%;
		height: 80px;
		padding: 25px 40px;
		background: transparent;
		position: absolute;
		right: 20px;
		-webkit-transform-origin: 100% 25px;
		-moz-transform-origin: 100% 25px;
		-ms-transform-origin: 100% 25px;
		-o-transform-origin: 100% 25px;
		transform-origin: 100% 25px;
		-webkit-transform: scalex(0);
		-moz-transform: scalex(0);
		-ms-transform: scalex(0);
		-o-transform: scalex(0);
		transform: scalex(0);
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		opacity: 0;
	}

	.header .header-container .search-box .sb-inp {
		width: 100%;
		height: 30px;
		background: transparent;
		font-size: 1.2rem;
		border: none;
	}

	.header .header-container .search-box .sb-icon {
		position: absolute;
		left: 0;
		top: 0;
		margin-top: 30px;
	}

	.header .header-container .search-box .cloose-sb {
		width: 20px;
		height: 20px;
		background: url("../images/zb-h-cloose.png") 0 0 no-repeat;
		background-size: 100% 100%;
		position: absolute;
		right: 0;
		top: 30px;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.header .header-container .search-box .cloose-sb:hover {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.header .header-container .search-box-show {
		-webkit-transform: scalex(1);
		-moz-transform: scalex(1);
		-ms-transform: scalex(1);
		-o-transform: scalex(1);
		transform: scalex(1);
		opacity: 1;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.header .morelink-outer {
		width: 100%;
		position: absolute;
		left: 0;
		z-index: -1;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		visibility: hidden;
	}

	.header .morelink-outer .mo-opcity {
		height: 10px;
		width: 100%;
		background: transparent;
	}

	.header .morelink-outer .mo-bgff {
		width: 100%;
		background: rgba(255, 255, 255, 0.9);
	}


	.fixed-right {
		position: fixed;
		right: 40px;
		bottom: 300px;
		z-index: 999;
	}

	.fixed-right .fr-box {
		width: 60px;
		height: 60px;
		margin: 5px 0;
	}

	.fixed-right .fr-top {
		background: rgba(193, 193, 193, 0.9) url("../images/zb-h-top.png") no-repeat center center;
		visibility: hidden;
	}

	.fixed-right .fr-top:hover {
		background: rgba(67, 146, 207, 0.9) url("../images/zb-h-top.png") no-repeat center center;
	}
}

@media (min-width: 1211px) {
	.warp {
		width: 100%;
	}

	.header {
		width: 100%;
		height: 100px;
		position: fixed;
		z-index: 999;
		background: rgba(255, 255, 255, 1);
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	}

	.header .header-container {
		width: 1200px;
		height: 100px;
		margin: 0 auto;
		position: relative;
	}

	.header .header-container .hcl-link {
		width: 126px;
		height: 100px;
		padding: 10px 0;
		display: block;
	}

	.header .header-container .hcl-link img {
		width: auto;
		max-height: 80px;
	}

	.header .header-container .top-bar-left {
		padding-left: 100px;
		height: 100%;
	}

	.header .header-container .top-bar-left .tbl-list {
		height: 80px;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item {
		height: 100px;
		padding: 15px 0 15px 0;
		float: left;
		line-height: 70px;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item:hover .tblli-link {
		color: #259df6;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item:hover .more-link {
		visibility: visible;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item .more-link {
		width: 100%;
		position: absolute;
		left: 0;
		top: 80px;
		visibility: hidden;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-1 {
		width: 100%;
		height: 10px;
		background: transparent;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 {
		width: 33%;
		height: 100%;
		background: transparent;
		overflow: hidden;
		padding: 20px 0 20px 20px;
		float: left;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 .mli-list {
		width: 100%;
		float: left;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 .mli-list .mlil-item {
		text-align: left;
		overflow: hidden;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 .mli-list .mlil-item:hover a {
		color: #259df6 !important;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 .mli-list .mlil-item .mlil-link {
		width: 100%;
		height: 40px;
		line-height: 30px;
		padding-bottom: 10px;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 1.4rem;
		color: #666;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 .mli-list1 .mlil-link1 {
		width: 100%;
		height: 50px !important;
		display: block;
		line-height: 50px !important;
		padding-bottom: 0 !important;
		font-size: 1.6rem !important;
		color: #232528 !important;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-2 .mli-list1 .mlil-link1:hover {
		color: #259df6 !important;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-list2,
	.header .header-container .top-bar-left .tbl-list .tbll-item .more-link .ml-list3 {
		padding-left: 20px;
	}

	.header .header-container .top-bar-left .tbl-list .tbll-item4 .more-link .ml-2 {
		padding-left: 100px;
	}

	.header .header-container .top-bar-right {
		height: 80px;
		line-height: 50px;
		position: absolute;
		right: 0;
		top: 0;
		overflow: hidden;
	}

	.header .header-container .top-bar-right .change-language {
		cursor: pointer;
		position: relative;
		padding: 15px 0 15px 30px;
		margin-left: 30px;
		height: 100%;
		float: left;
	}

	.header .header-container .top-bar-right .change-language:hover .home-language {
		color: #259df6;
	}

	.header .header-container .top-bar-right .change-language::after {
		content: '';
		width: 22px;
		height: 21px;
		display: block;
		background: url("../images/zb-h-icons.png") no-repeat -590px -26px;
		position: absolute;
		top: 30px;
		left: 0;
	}

	.header .header-container .top-bar-right .change-language:hover .cl-list {
		transform: translate(0, 0);
		transition: all 0.3s ease-out;
		visibility: visible;
		opacity: 1;
	}

	.header .header-container .top-bar-right .change-language .cl-list {
		width: 115px;
		padding: 10px 0;
		background: #ffffff;
		box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
		position: absolute;
		left: -8px;
		text-align: center;
		bottom: -60px;
		border-radius: 5px;
		transform: translate(0, 20px);
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s ease-out;
	}

	.header .header-container .top-bar-right .change-language .cl-list::after {
		width: 18px;
		height: 12px;
		content: '';
		background: url("../images/zb-h-cityTop.png") no-repeat;
		position: absolute;
		top: -12px;
		left: 46px;
	}

	.header .header-container .top-bar-right .change-language .cl-list .cll-item {
		width: 100%;
		height: 40px;
		line-height: 40px;
	}

	.header .header-container .search {
		overflow: hidden;
		float: left;
	}

	.header .header-container .search-btn {
		width: 22px;
		height: 21px;
		display: block;
		background: url("../images/zb-h-icons.png") no-repeat -639px -25px;
		margin-top: 29.5px;
		float: left;
	}

	.header .header-container .search-btn:hover {
		background: url("../images/zb-h-icons.png") no-repeat -637px -1px;
	}

	.header .header-container .search-txt {
		float: left;
		margin-top: 15px;
		cursor: pointer;
		padding-left: 10px;
	}

	.header .header-container .search-txt:hover {
		color: #259df6;
	}

	.header .header-container .search-box {
		width: 30%;
		height: 80px;
		padding: 25px 40px;
		background: transparent;
		position: absolute;
		right: 0;
		-webkit-transform-origin: 100% 25px;
		-moz-transform-origin: 100% 25px;
		-ms-transform-origin: 100% 25px;
		-o-transform-origin: 100% 25px;
		transform-origin: 100% 25px;
		-webkit-transform: scalex(0);
		-moz-transform: scalex(0);
		-ms-transform: scalex(0);
		-o-transform: scalex(0);
		transform: scalex(0);
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		opacity: 0;
	}

	.header .header-container .search-box .sb-inp {
		width: 100%;
		height: 30px;
		background: transparent;
		border: none;
	}

	.header .header-container .search-box .sb-icon {
		position: absolute;
		left: 0;
		top: 0;
		margin-top: 30px;
	}

	.header .header-container .search-box .cloose-sb {
		width: 20px;
		height: 20px;
		background: url("../images/zb-h-cloose.png") 0 0 no-repeat;
		background-size: 100% 100%;
		position: absolute;
		right: 0;
		top: 30px;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.header .header-container .search-box .cloose-sb:hover {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.header .header-container .search-box-show {
		-webkit-transform: scalex(1);
		-moz-transform: scalex(1);
		-ms-transform: scalex(1);
		-o-transform: scalex(1);
		transform: scalex(1);
		opacity: 1;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.header .morelink-outer {
		width: 100%;
		position: absolute;
		left: 0;
		z-index: -1;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		visibility: hidden;
	}

	.header .morelink-outer .mo-opcity {
		height: 10px;
		width: 100%;
		background: transparent;
	}

	.header .morelink-outer .mo-bgff {
		width: 100%;
		background: rgba(255, 255, 255, 0.9);
	}



	.fixed-right {
		position: fixed;
		right: 40px;
		bottom: 300px;
		z-index: 999;
	}

	.fixed-right .fr-box {
		width: 60px;
		height: 60px;
		margin: 5px 0;
	}

	.fixed-right .fr-top {
		background: rgba(193, 193, 193, 0.9) url("../images/zb-h-top.png") no-repeat center center;
		visibility: hidden;
	}

	.fixed-right .fr-top:hover {
		background: rgba(67, 146, 207, 0.9) url("../images/zb-h-top.png") no-repeat center center;
	}
}

.news-link,
.business-link,
.mobile-search-box,
.mobile-show {
	display: none;
}

.footer {
	width: 100%;
	background: #292834;
	position: relative;
}

.footer .bg {
	width: 100%;
}

.footer .bg img {
	width: 100%;
	display: block;
}

.footer .footer1 {
	padding: 40px 0;
}

.footer .footer1 .f_1 {
	margin-right: 120px;
}

.footer .footer1 .f_1 .f_logo {
	display: block;
	margin-bottom: 38px;
}

.footer .footer1 .f_1 p {
	color: #999;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
}

.footer .footer1 .f_1 p span {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.footer .footer1 .f_1 ul {
	margin-top: 40px;
}

.footer .footer1 .f_1 ul li {
	float: left;
	margin-right: 22px;
}

.footer .footer1 .f_nav {
	padding: 10px 100px 10px 100px;
	border-left: 1px solid #3b3b3b;
	border-right: 1px solid #3b3b3b;
	box-sizing: border-box;
	height: 230px;
}

.footer .footer1 .f_nav dl {
	float: left;
	margin-right: 75px;
}

.footer .footer1 .f_nav dl:last-child {
	margin-right: 0;
}

.footer .footer1 .f_nav dt {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 20px;
}

.footer .footer1 .f_nav dd {
	color: #666;
	font-size: 14px;
	line-height: 30px;
}

.footer .footer1 .f_nav dd a {
	color: #666;
}

.footer .footer1 .f_nav dd a:hover {
	color: #fff;
}

.footer .footer1 .f_ewm {
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	width: 140px;
	float: right;
}

.footer .footer1 .f_ewm img {
	display: block;
	width: 140px;
	margin: 33px 0 16px 0;
}

.footer .footer2 {
	height: 54px;
	border-top: 1px solid #3b3b3b;
	background-color: ;
}

.footer .footer2 p {
	color: #707070;
	font-size: 13px;
	line-height: 54px;
}

.footer .footer2 p a {
	color: #707070;
}

.footer .footer2 p a:hover {
	color: #fff;
}

.footer .layout {
	width: 1200px;
	margin: 0 auto;
	clear: both;
}

.footer .fl {
	float: left;
}

.footer .fr {
	float: right;
}

.footer .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.index1 {
	padding: 65px 0;
	width: 100%;
	overflow: hidden;
}

.index1 .title {
	text-align: center;
	position: relative;
	padding-bottom: 26px;
}

.index1 ul li .bg {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.index1 ul li .word {
	width: 80%;
	text-align: center;
	position: absolute;
	left: 10%;
	height: 214px;
	top: 50%;
	margin-top: -107px;
}

.index1 ul li:hover .word img {
	transform: translateY(-20px);
}

.index1 ul li .word img {
	transition-duration: .3s;
}

.index1 ul li .word h5 {
	color: #333333;
	font-size: 20px;
	line-height: 20px;
	margin: 16px 0 10px 0;
	font-weight: bold;
}

.index1 ul li .word span {
	color: #555;
	font-size: 14px;
	line-height: 14px;
}

.index1 ul li .word p {
	font-size: 20px;
	color: #555;
	font-weight: bold;
	line-height: 24px;
	position: relative;
	padding-top: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.index1 ul li .word p:before {
	content: '';
	display: block;
	width: 35px;
	height: 3px;
	background: #1556a7;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -17px;
}

.index1 ul li .bg img {
	display: block;
	width: 100%;
	transition-duration: .3s;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.header {
		width: 100%;
		position: fixed;
		z-index: 999;
		background: #fff;
		top: 0;
		left: 0;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	}

	.header .header-container {
		width: 100%;
		min-height: 45px;
		margin: 0 auto;
		padding: 0 20px;
		position: relative;
	}

	.header .header-container .hc-logo {
		width: 65px;
		height: 45px;
		display: block;
		padding: 9.5px 0;
		margin: 0 auto;
		float: none;
	}

	.header .header-container .hc-logo .hcl-link {
		width: 65px;
		height: 26px;
		display: block;
	}

	.header .header-container .hc-logo .hcl-link img {
		width: auto;
		max-height: 26px;
	}

	.header .header-container .top-bar-left {
		display: none;
	}

	.header .header-container .top-bar-right {
		display: none;
	}

	.header .header-container .search {
		display: none;
	}

	.header .header-container .search-box {
		display: none;
	}

	.header .header-container .mobile-menu {
		width: 15px;
		height: 10px;
		position: absolute;
		left: 20px;
		top: 17px;
		background: url('../images/zb-h-mmenu.png') no-repeat center;
		background-size: 100%;
		display: block;
	}

	.header .header-container .mobile-search {
		width: 16px;
		height: 15px;
		display: block;
		background: url("../images/zb-h-msearch.png") no-repeat center;
		background-size: 100%;
		position: absolute;
		top: 14px;
		right: 20px;
	}

	.header .header-container .mobile-search-box {
		width: 100%;
		height: 43px;
		padding: 10px 20px;
		display: none;
	}

	.header .header-container .mobile-search-box .msb-inner {
		width: 100%;
		height: 100%;
		padding-left: 30px;
		position: relative;
		border-bottom: 1px solid #989898;
	}

	.header .header-container .mobile-search-box .msb-inner .msbi-search {
		width: 16px;
		height: 15px;
		display: block;
		background: url("../images/zb-h-msearch.png") no-repeat center;
		background-size: 100%;
		position: absolute;
		top: 3px;
		left: 0;
	}

	.header .header-container .mobile-search-box .msb-inner .msbi-inp {
		width: 100%;
		background: transparent;
		height: 23px;
	}

	.header .header-container .mobile-search-show {
		display: block;
	}

	.morelink-outer {
		display: none;
	}


	.fixed-right {
		display: none;
	}

	.mobile-show {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		z-index: 9999;
		opacity: 0;
		visibility: hidden;
		transform: translatex(-100%);
		display: block !important;
	}

	.mobile-show .ms-content {
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.9);
		padding: 50px 20px 0;
		position: relative;
		overflow-y: auto;
	}

	.mobile-show .ms-content .msc-list .ml-item {
		padding: 15px 0;
		cursor: pointer;
		border-bottom: 1px solid #989898;
	}

	.mobile-show .ms-content .msc-list .ml-item:hover {
		color: #259df6;
	}

	.mobile-show .ms-content .msc-list .ml-item .mli-list {
		width: 100%;
		padding: 10px 0 0 15px;
		display: none;
	}

	.mobile-show .ms-content .msc-list .ml-item .mli-list .mlil-item {
		padding: 10px 0;
		overflow: hidden;
	}

	.mobile-show .ms-content .msc-list .ml-item .mli-list .mlil-item:hover .mlil-link {
		color: #259df6;
	}

	.mobile-show .ms-content .msc-list .ml-item .mli-list .mlil-item .mlil-link {
		float: left;
		display: block;
	}

	.mobile-show .ms-content .msc-list .ml-item .mli-list .mlil-item .mlil-link1 {
		width: 90px;
	}

	.mobile-show .ms-content .ms-close {
		width: 15px;
		height: 15px;
		display: block;
		background: url("../images/zb-h-mclose.png") no-repeat center;
		background-size: 100%;
		position: absolute;
		top: 20px;
		left: 20px;
	}

	.ms-show {
		visibility: visible;
		opacity: 1;
		transform: translatex(0);
		transition: all 0.3s ease-out;
	}

	.footer .footer1 {
		padding: 20px 0;
		min-height: 280px;
	}

	.footer .footer1 .f_1 {
		margin-right: 0;
		width: 100%;
		float: none;
		text-align: center;
	}

	.footer .footer1 .f_1 .f_logo img {
		height: 45px;
	}

	.footer .footer1 .f_ewm {
		float: none;
		width: 100%;
		margin-top: 20px;
		position: absolute;
		top: 80px;
		left: 50%;
		transform: translateX(-50%);
	}

	.footer .footer1 .f_ewm img {
		width: 90px !important;
		margin: 0 auto !important;
		text-align: center;
	}

	.footer .footer1 .f_1 ul {
		position: absolute;
		top: 200px;
		width: 170px;
		left: 50%;
		margin-left: -80px;
	}

	.footer .footer1 .f_1 ul li {
		float: none;
		display: inline-block;
	}

	.footer .footer1 .f_1 ul li:nth-child(4) {
		margin-right: 0;
	}

	.footer .footer2 {
		height: auto;
		padding: 10px 0;
	}

	.footer .footer2 p {
		font-size: 12px;
		line-height: 20px !important;
	}

	.footer .footer2 p.fl {
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}

	.footer .footer2 p.fr {
		float: none;
		text-align: center;
	}

	.index2 li .word h5 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.footer .footer1 .f_1 .f_logo {
		display: none;
	}

	.footer .footer1 .f_1 p {
		display: none;
	}

	.footer .footer2 {
		height: auto !important;
		padding: 10px 0;
	}

	.footer .footer2 p {
		font-size: 12px;
		line-height: 20px;
	}

	.footer .footer2 p.fl {
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}

	.footer .footer2 p.fr {
		float: none;
		text-align: center;
	}

	.index2 li .word h5 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.footer .layout {
		max-width: 100%;
	}

	.footer .footer1 .f_nav {
		display: none;
	}

	.index4 ul li {
		width: 48% !important;
		margin: 0 1% !important;
	}

	.index4 ul li .img {
		height: 130px !important;
	}

	.indexA1 ul {
		display: flex;
		flex-wrap: wrap;
	}

	.indexA1 ul li {
		width: 49% !important;
	}

	.index1 ul li .bg {
		height: 220px;
	}
}

.tbll-item a {
	padding: 0px 20px;
}

.tbll-item .mli-list1 {
	display: none;
	background-color: #fff;
	position: absolute;
	top: 100%;
}

.tbll-item:hover .mli-list1 {
	display: block;

}