@charset "UTF-8";
.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
td {
	word-break: break-all;
}
.clearfix {
	zoom: 1;
}
.zytotop {
	margin-top: 100px;
	line-height: 1.5;
}
.zyindex-name {
	text-align: center;
	position: relative;
	padding-bottom: 16px;
}
.zyindex-name:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 38px;
	height: 5px;
	background-color: #0093dd;
}
.zyindex-name h2 {
	font-size: 28px;
	color: #212529;
	margin: 0;
}
.zyindex-name span {
	display: block;
	font-size: 16px;
	margin-top: 5px;
	color: #777;
}
.zypro-list {
	margin-left: -3%;
	margin-top: 15px;
}
.zypro-list li {
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 20px;
}
.zypro-list li .zypro-pic {
	display: block;
	position: relative;
	padding-top: 79.6%;
	border-radius: 4px;
	overflow: hidden;
}
.zypro-list li .zypro-pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.zypro-list li .zypro-pic:hover img {
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.zypro-txt {
	display: block;
	margin-top: 15px;
}
.zypro-txt strong {
	display: block;
	color: #333;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	text-overflow: ellipsis;
}
.zypro-txt:hover strong {
	color: #0093dd;
}
.zypro-txt p {
	color: #635d6b;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	margin: 0;
	margin-top: 10px;
	overflow: hidden;
	height: 30px;
}
.zypro-txt p span {
	width: 50%;
	float: left;
}
.zynews-flr {
	margin-top: 50px;
}
.zynews-fl {
	float: left;
	width: 30%;
}
.zynews-fr {
	float: right;
	width: 65%;
}
.zynews-pic {
	display: block;
	position: relative;
	padding-top: 54.5%;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 10px;
}
.zynews-pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.zynews-pic:hover img {
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	background: rgba(23, 23, 23, 0.25);
}
.zynews-txt {
	display: block;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.zynews-txt:hover {
	color: #0093dd;
}
.zynews-font {
	color: #777;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	display: -webkit-inline-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0;
	margin-top: 10px;
}
.zynews-time {
	color: #999;
	font-size: 16px;
	margin-top: 5px;
}
.zynews-flr li {
	padding: 20px 0 10px;
	border-bottom: 1px solid #ddd;
}
.zynews-flr li .zynews-data {
	float: left;
	width: 84px;
	margin-right: 10px;
	color: #ccc;
	line-height: 1;
	text-align: center;
}
.zynews-flr li .zynews-data strong {
	display: block;
	font-size: 50px;
	font-weight: 350;
}
.zynews-flr li .zynews-data span {
	display: block;
	font-size: 16px;
	margin-top: 10px;
}
.zynews-flr li .zynews-info {
	display: block;
	overflow: hidden;
}
.zynews-more {
	margin-top: 20px;
}
.zynews-more a {
	display: inline-block;
	color: #212529;
}
.zynews-more a:hover {
	color: #0093dd;
}

.zyabout {
	position: relative;
	padding-top: 30px;
}
.zyabout:before {
	content: '';
	position: absolute;
	left: 50%;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #5376bc;
}

.zyabout-pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.zyabout-pic img {
	display: block;
	height: 100%;
	width: 100%;
}
.zyabout-show {
	width: 1000px;
	border-radius: 4px;
	background-color: hsla(0, 0%, 100%, 0.86);
	z-index: 99;
	padding: 30px;
	font-size: 12px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.zyabout-show p {
	color: #666;
	line-height: 28px;
	margin: 0;
	margin-top: 20px;
}
.zyabout-show strong {
	display: block;
	color: #ff9900;
	margin-top: 30px;
	margin-bottom: 8px;
}
.zyabout-show li {
	color: #666;
	line-height: 28px;
}
.zyabout-show .zyabout-more {
	text-align: right;
	color: #333;
	font-size: 18px;
	margin-top: 10px;
}
.zyabout-show a {
	display: inline-block;
	color: #ff9900;
	font-size: 14px;
}
.zyabout-show a:hover {
	text-decoration: underline;
}
.zyabout-data {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 30px 0;
	width: 1040px;
	margin: 0 auto;
}
.zyabout-data li {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	background-color: rgba(0, 146, 219, 1);
	width: calc(25% - 40px);
	height: 76px;
	border-radius: 2px;
	margin-bottom: 10px;
	float: left;
	margin: 0 20px;
}
.zyabout-datafl {
	width: 44px;
	height: auto;
	margin-left: 15px;
}
.zyabout-datafl img {
	width: 100%;
	height: auto;
}
.zyabout-datafr {
	color: #fff;
	margin-left: 15px;
}
.zyabout-datafr span {
	display: block;
	font-size: 20px;
}
.zyabout-datafr p {
	font-size: 14px;
	margin: 0;
}

.zyact {
	margin-bottom: 80px;
}
.zyact ul {
	margin-top: 50px;
	margin-left: -3%;
}
.zyact li {
	float: left;
	width: 24%;
	margin-left: 1%;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	margin-bottom: 20px;
}
.zyact li span {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 90px;
	line-height: 34px;
	border-radius: 4px;
	background-color: rgb(255 193 0);
	color: #fff;
	text-align: center;
	z-index: 99;
	font-size: 16px;
}
.zyact li span.zyact-blue {
	background-color: #0093dd;
}
.zyact li .zyact-pic {
	display: block;
	position: relative;
	padding-top: 54.5%;
	border-radius: 4px;
	overflow: hidden;
}
.zyact li .zyact-pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.zyact li .zyact-pic:hover img {
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	background: rgba(23, 23, 23, 0.25);
}
.zyact li .zyact-txt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 36px;
	padding: 0 6px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: rgba(0, 0, 0, 0.5);
}
.zyact li .zyact-txt:hover {
	background-color: #0093dd;
}
.nav-container {
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #fff;
	z-index: 99;
	width: 100%;
	padding: 20px 0;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.nav-container .dd-inner {
	width: 20%;
	position: relative;
}
.nav-container {
	display: none;
}
.nav-container {
}
.banner {
	position: relative;
}
.zynav {
	height: 100%;
}
.banner .zyswiper .swiper-button-prev,
.banner .zyswiper .swiper-button-next {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 15px;
	-moz-background-size: 15px;
	-o-background-size: 15px;
	background-size: 15px;
	width: 48px;
	height: 48px;
	text-indent: -9999px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.2);
	background-image: url(../zimages/jt-y1.png);
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.zyswiper .swiper-button-prev:hover,
.zyswiper .swiper-button-next:hover {
	background-color: rgba(0, 0, 0, 0.5);
}
.zyswiper .swiper-button-next {
	transform: rotate(180deg);
}
.zyside-box .zyside-dd {
	-ms-transition: 0.1s;
	-moz-transition: 0.1s;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}
.zyside-box .dd-inner h3 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	padding: 0 10px;
	margin: 0;
}
.zyside-box .dd-inner h3 a {
	color: #000;
	display: block;
	font-weight: normal;
}
.zyside-box .dd-inner h3.hasLast {
	background: url(../zimages/yc-jt-r.png) right center no-repeat;
	-webkit-background-size: 15px;
	-moz-background-size: 15px;
	-o-background-size: 15px;
	background-size: 15px;
}
.zyside-box .dd-inner .zyside-txt.hasLast:hover .two {
	display: block;
}
.zyside-box .dd-inner .zyside-txt h3.hasLast:hover .three {
	display: block;
}
.zyside-box .dd-inner .two {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	display: none;
}
.zyside-box .dd-inner .three {
	position: absolute;
	left: 100%;
	top: 0;
	right: 0;
	width: 50vw;
}
.zyside-box .dd-inner a:hover {
	color: #0093dd !important;
}
.zyside-box .dd-inner .three .fore1 {
	margin: 0 0 0 10px;
}
.zyside-box .dd-inner .three .fore1 dt {
}
.zyside-box .dd-inner .three .fore1 dt a {
	color: #000;
	font-size: 16px;
	line-height: 36px;
	display: inline-block;
	background: url(../zimages/yc-jt-r.png) right center no-repeat;
	-webkit-background-size: 15px;
	-moz-background-size: 15px;
	-o-background-size: 15px;
	background-size: 15px;
	padding-right: 20px;
}
.zyside-box .dd-inner .three .fore1 dd {
	display: inline-block;
	margin: 0 5px;
}
.zyside-box .dd-inner .three .fore1 dd a {
	color: #000;
	font-size: 16px;
	line-height: 36px;
	margin-right: 10px;
	display: inline-block;
}
.zyside-box .dd-inner .three .fore1 dd a:hover {
	font-weight: bold;
}
.zyside-box .dd-inner .three {
	display: none;
}
.zyside-box .dd-inner .item a {
	color: #000;
}

.zyside-box .dorpdown-layer {
	position: absolute;
	top: 0px;
	left: 20%;
	right: 0;
	z-index: 99;
}
.zyside-box .item-sub {
	display: none;
	overflow: hidden;
}
.dn {
	display: none;
}

.zyside-box .zyside-line {
	height: 34px;
	margin-left: -30px;
	border-bottom: 1px solid #52a5dc;
}
.zyside-box .subitems {
	background: #ccdeee;
	min-height: 500px;
	padding: 6px 30px;
	font-size: 14px;
}
.zyside-box .subitems dl {
	line-height: 36px;
	overflow: hidden;
	width: 100%;
}
.zyside-box .subitems dl.fore1 dd {
	border-top: medium none;
}

.zyside-box .subitems dt {
	float: left;
	font-weight: bold;
	padding-right: 30px;
	position: relative;
	text-align: left;
	width: 140px;
	color: #00468a;
}
.zyside-box .subitems dt a {
	display: block;
	color: #00468a;
	line-height: 16px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.zyside-box .subitems dt i {
	position: absolute;
	top: 0px;
	right: 16px;
}
.zyside-box .subitems dd {
	display: block;
	overflow: hidden;
	padding: 6px 0;
}
.zyside-box .subitems dd a {
	float: left;
	color: #00468a;
	border-left: 1px solid #00468a;
	height: 16px;
	line-height: 16px;
	padding: 0 8px;
	margin-top: 5px;
}
.zyside-box .subitems dd a:hover {
	color: red;
}

.zyprote-table {
	font-size: 14px;
}
.zyprote-thead ul,
.zyprote-tbody ul {
	overflow: hidden;
}
.zyprote-thead li {
	float: left;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	padding: 0 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: #0093dd;
}
.zyprote-tbody li {
	float: left;
	color: #555;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	padding: 0 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zyprote-tbody ul:nth-child(odd) li {
	background: #f6f6f6;
}
.zyprote-thead li:nth-child(1),
.zyprote-tbody li:nth-child(1) {
	width: 15%;
}
.zyprote-thead li:nth-child(2),
.zyprote-tbody li:nth-child(2) {
	width: 40%;
}
.zyprote-thead li:nth-child(3),
.zyprote-tbody li:nth-child(3) {
	width: 15%;
}
.zyprote-thead li:nth-child(4),
.zyprote-tbody li:nth-child(4) {
	width: 15%;
}
.zyprote-thead li:nth-child(5),
.zyprote-tbody li:nth-child(5) {
	width: 15%;
}
.zyprote-tbody li .zyprote-txt {
	color: #0093dd;
}
.zyprote-tbody li .zyprote-txt:hover {
	font-weight: bold;
}
.zyprote-tbody li .zyprote-more {
	display: inline-block;
	border: 1px solid #0093dd;
	background-color: #0093dd;
	line-height: 26px;
	padding: 0 12px;
	color: #fff;
	border-radius: 4px;
}
.zyprote-tbody li .zyprote-more:hover {
	background-color: #fff;
	color: #0093dd;
}
.zyprote-tbody li .zyprote-pop {
	display: block;
	background: url(../zimages/zxj.png) left center no-repeat;
	-webkit-background-size: 28px;
	-moz-background-size: 28px;
	-o-background-size: 28px;
	background-size: 28px;
	height: 40px;
}
.zyprotecopy {
	background: url(../zimages/zy-copy.png) no-repeat left center;
}
.zyprote-box {
	width: 100%;
	padding: 0;
}
.zyprote-box .prodetailcon .bd li {
	width: 20%;
}

.woocommerce ul.zyprote-list li,
.zyprote-news ul li {
	float: left;
	width: 47%;
	margin-left: 3%;
}
.zyprote-list li a span {
	line-height: 20px;
}
.zyprote-news {
	width: 100%;
}
.pro-kefu a.zyprote-word {
	cursor: pointer;
	position: relative;
	-webkit-animation: banUp 1.5s linear infinite;
	animation: banUp 1.5s linear infinite;
	color: #0093dd;
}
@-webkit-keyframes banUp {
	0% {
		top: 5px;
	}
	50% {
		top: -5px;
	}
	100% {
		top: 5px;
	}
}
@keyframes banUp {
	0% {
		top: 5px;
	}
	50% {
		top: -5px;
	}
	100% {
		top: 5px;
	}
}

.zyagent {
	width: 100%;
	padding: 0;
	margin-top: -80px;
}

.zysearch-not {
	text-align: center;
	margin: 60px auto;
	text-align: center;
	color: #3f3f3f;
	font-size: 24px;
	font-weight: bold;
}
.zysearch-have {
	margin: 20px 0;
}
.zysearch-data {
	font-size: 18px;
	position: relative;
	padding-left: 32px;
}
.zysearch-data:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(../zimages/zy-have.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.zysearch-data i {
	display: inline-block;
	font-style: normal;
	font-size: 24px;
	padding: 0 5px;
}
.zysearch-data span {
	display: inline-block;
	color: #0093dd;
	font-weight: bold;
}

.zysearch-term {
	margin-top: 20px;
	border-radius: 4px;
	border: 1px solid #eee;
	background: #f7f8f9;
	padding: 12px 12px 0;
}
.zysearch-group {
	float: left;
	line-height: 24px;
	margin-right: 20px;
	margin-bottom: 12px;
}
.zysearch-group span {
	display: inline-block;
	color: #fff;
	background-color: #0093dd;
	padding: 0 12px;
	font-size: 14px;
	border-radius: 4px;
}
.zysearch-group i {
	display: inline-block;
	margin-left: 12px;
	font-style: normal;
}
.zysearch-group i img {
	vertical-align: middle;
	width: 14px;
	margin-left: 5px;
	margin-top: -3px;
}

.zysearch-pick {
	margin-left: -2%;
	margin-top: 20px;
}
.zysearch-item {
	float: left;
	width: 23%;
	margin-left: 2%;
	position: relative;
	margin-bottom: 15px;
}
.zysearch-label {
	color: #0093dd;
	font-size: 16px;
	border: 1px solid #d8d8d8;
	line-height: 40px;
	border-radius: 40px;
	padding: 0 16px;
	position: relative;
	cursor: pointer;
}
.zysearch-label:after {
	content: '';
	position: absolute;
	right: 16px;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url(../zimages/zy-label.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.zysearch-item .zysearch-list {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 66;
	width: 100%;
	max-height: 200px;
	overflow-y: auto !important;
	border: 1px solid #0093dd;
	border-radius: 12px;
	background-color: #fff;
}
.zysearch-item .zysearch-list li {
	padding: 0 10px 0 15px;
	line-height: 42px;
	position: relative;
	cursor: pointer;
}
.zysearch-item .zysearch-list li:hover {
	background-color: #0093dd;
	color: #fff;
}
/* .zysearch-item .zysearch-list li:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border: 1px solid #ccc;
}
.zysearch-item .zysearch-list li.active:before {
	background: url(../zimages/dui-yc.png) center no-repeat;
	-webkit-background-size: 10px;
	-moz-background-size: 10px;
	-o-background-size: 10px;
	background-size: 10px;
} */
.zysearch-none {
	display: none;
}

.zysearch-have .zyprote-thead li,
.zysearch-have .zyprote-tbody li {
	text-align: left;
}
.zysearch-have .zyprote-thead li:nth-child(1),
.zysearch-have .zyprote-tbody li:nth-child(1) {
	width: 10%;
}
.zysearch-have .zyprote-thead li:nth-child(2),
.zysearch-have .zyprote-tbody li:nth-child(2) {
	width: 45%;
}
.zysearch-have .zyprote-thead li:nth-child(4),
.zysearch-have .zyprote-tbody li:nth-child(4) {
	width: 20%;
}
.zysearch-have .zyprote-thead li:nth-child(5),
.zysearch-have .zyprote-tbody li:nth-child(5) {
	width: 10%;
}

/* 遮罩层 */
.zysearch-mshow {
	display: none;
}
.zysearchBg {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
}
.zysearch-pic {
	position: fixed;
	max-width: 600px;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}
.zysearch-pic .zysearch-closes {
	position: absolute;
	right: -10%;
	top: -10%;
	width: 36px;
	height: 36px;
	z-index: 9999;
	cursor: pointer;
}
.zysearch-pic .swiper-slide img {
	width: 100%;
	height: auto;
}
.zytab-swiper .swiper-slide {
	width: 100%;
}
.zytab-swiper .swiper-slide-active {
	height: auto;
}

/* yc */
.index-tabs {
	overflow-x: auto;
	white-space: nowrap;
	padding: 10px;
	background-color: #fff;
	border-radius: 8px;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	margin-top: 30px;
	text-align: center;
}
.index-tabs li {
	display: inline-block;
	margin: 0 15px;
}
.index-tabs li.active a {
	position: relative;
}
.index-tabs li.active a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	border-radius: 4px;
	background-color: #0093dd;
}
.index-tabs li a {
	display: block;
	font-size: 22px;
	color: #333;
	line-height: 50px;
	position: relative;
	padding: 0 10px;
}
.index-tabs li a:hover {
	color: #0093dd;
}
.index-news {
	overflow: hidden;
	margin: 30px -10px 0;
}
.index-news li {
	float: left;
	width: 33.33%;
}
.index-news .img {
	position: relative;
	overflow: hidden;
	padding-top: 68%;
	display: block;
	margin: 0 10px 20px;
}
.index-news .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.index-news .img .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0 10px;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.index-news .img .txt p {
	color: #333;
	font-size: 18px;
	line-height: 28px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.index-news .img .txt span {
	display: none;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.index-news .img:hover .txt {
	top: 0;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.index-news .img:hover .txt p {
	white-space: wrap;
}
.index-news .img:hover .txt span {
	display: block;
}
.cu-xiao {
	margin: 20px -20px;
	overflow: hidden;
}
.cu-xiao .item {
	margin: 0 20px 20px;
}
.cu-xiao li {
	float: left;
	width: 25%;
}

.cu-xiao li .img {
	position: relative;
	overflow: hidden;
	padding-top: 68%;
	display: block;
}
.cu-xiao li .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.cu-xiao li .img:hover img {
	-ms-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}
.cu-xiao li .tit {
	color: #0f69af;
	font-weight: 800;
	font-size: 15px;
	line-height: 25px;
	margin: 10px 0;
	display: block;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.cu-xiao li .tit:hover {
}
.pro-type-choose {
	padding-top: 20px;
}
.prodetailleft {
	background-color: #fff;
}
.prodetailleft .prodetailthumb {
	margin-bottom: 0;
}
.prodetailthumb .swiper-container {
	padding: 0;
}
.prodetailmain > .clearfix {
	background-color: #f8f8f8;
	margin-bottom: 20px;
}
.pro-type-choose .item {
	line-height: 26px;
	color: #333;
	margin-bottom: 20px;
	overflow: hidden;
}
.pro-type-choose .item.mo {
	display: none;
}
.pro-type-choose .item span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #666;
	margin-right: 10px;
	float: left;
}
.pro-type-choose .item i {
	font-style: normal;
}
.pro-type-choose .item em {
	font-size: 18px;
	color: red;
	font-style: normal;
	display: block;
	overflow: hidden;
}
.pro-type-choose .item .check {
	overflow: hidden;
	margin-bottom: -10px;
}
.pro-type-choose .item .check li {
	float: left;
	font-size: 18px;
	padding: 0 10px;
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	cursor: pointer;
}
.pro-type-choose .item .check li.active {
	background-color: #0093dd;
	border-color: #0093dd;
	color: #fff;
}
.pro-type-choose .inp {
	overflow: hidden;
}
.pro-type-choose .inp input {
	width: 100px;
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 30px;
	line-height: 28px;
	padding: 0 10px;
}
.pro-type-choose .btn {
	overflow: hidden;
}
.pro-type-choose .btn {
}
.pro-type-choose .item .notice {
	color: #ff0000;
	padding-left: 20px;
	background: url(../zimages/hot.png) left center no-repeat;
	-webkit-background-size: 14px;
	-moz-background-size: 14px;
	-o-background-size: 14px;
	background-size: 14px;
	font-size: 18px;
}

.pro-type-choose .btn a {
	display: inline-block;
	padding: 0 20px;
	line-height: 34px;
	background-color: #68b92e;
	color: #fff;
}
.pro-type-choose .btn a.askPrice {
	background-color: #0093dd;
}
img {
	object-fit: cover;
}
.index-fl {
	margin: 40px 0;
}
.index-fl-list {
	overflow: hidden;
	margin: 40px -20px;
}
.index-fl-list li {
	float: left;
	width: 25%;
}
.index-fl-list li .item {
	display: block;
	margin: 0 20px;
	background-color: #0093dd;
	border-radius: 10px;
	padding: 40px 0;
}
.index-fl-list li .item img {
	display: block;
	margin: 0 auto;
	width: 48px;
}
.index-fl-list li .item p {
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin: 20px 0 0 0;
}
.index-fl-list li .item:hover {
	background-color: #68b92e;
}
.y-pro-list {
	margin: 30px 0;
	overflow: hidden;
	padding-left: 20px;
}
.y-pro-list .list {
}
.y-pro-list .list li {
	margin-bottom: 30px;
}
.y-pro-list .list .item {
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.y-pro-list .list .item .tit {
	padding: 0 20px;
	font-size: 16px;
	color: #333;
	line-height: 44px;
	position: relative;
	background-color: #eee;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.y-pro-list .list .item .tit::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 240px;
	height: 4px;
	background-color: #0093dd;
}
.y-pro-list .list .item .bot {
	display: -webkit-flex;
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center;
	padding: 0 20px;
}
.y-pro-list .list .item .bot .left {
	flex-grow: 1;
}
.y-pro-list .list .item .bot .left p {
	overflow: hidden;
}
.y-pro-list .list .item .bot .left p span {
	float: left;
	width: 50%;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.y-pro-list .list .item .bot .left p em {
	color: red;
	font-style: normal;
}
.y-pro-list .list .item .bot .right {
	width: 130px;
}
.y-pro-list .list .item .bot .right a {
	background-color: #0093dd;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	border-radius: 4px;
}
.y-pro-list .list .item .bot .right a.other {
	background-color: #7cc24b;
	margin-top: 20px;
}
.y-pro-list .list .item .bot .right a:hover {
}
.y-pro-list .list .item {
}
.y-pro-list .list .item {
}
.y-pro-list .pages {
	text-align: center;
	margin: 40px 0;
}
.y-pro-list .pages li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}
.y-pro-list .pages li.disabled span {
	background-color: #f2f2f2;
}
.y-pro-list .pages li.active {
}
.y-pro-list .pages li.active a,
.y-pro-list .pages li:hover a {
	background-color: #0093dd;
	color: #fff;
	border-color: #0093dd;
}
.y-pro-list .pages li a {
	display: block;
	padding: 0 10px;
	line-height: 40px;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #333;
	min-width: 40px;
}
.y-pro-list .pages li span {
	display: block;
	padding: 0 10px;
	line-height: 40px;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #333;
	min-width: 40px;
}
.prodetailthumb .swiper-button-prev,
.prodetailthumb .swiper-button-next {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 15px;
	-moz-background-size: 15px;
	-o-background-size: 15px;
	background-size: 15px;
	width: 48px;
	height: 48px;
	text-indent: -9999px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.2);
	background-image: url(../zimages/jt-y1.png);
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 0;
	margin-top: -24px;
}
.prodetailthumb .swiper-button-prev::after,
.prodetailthumb .swiper-button-next::after {
	display: none;
}
.prodetailthumb .swiper-button-next {
	transform: rotate(180deg);
}
.fd-logo{margin-bottom: 30px;}
.fd-logo a{display: block;}
.fd-logo a img{display: block;margin-bottom: 10px;}
.fd-logo p{font-size: 14px;line-height: 24px;}
.ewm-item{margin-bottom: 20px;}
.ewm-item .tit{font-size: 16px;margin-bottom: 10px;position: relative;}
.ewm-item .tit img{display: inline-block;vertical-align: middle;width: 20px;position: absolute;left: -30px;top: 50%;-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);}
.ewm-item .tit span{display: inline-block;vertical-align: middle;font-weight: bold;font-size: 16px;}
.ewm-item .ewm{width: 80px;}
.ewm-item .ewm img{display: block;width: 100%;}
.cuxiao-index{padding: 30px 0;background-color: #fafafa;margin:  0 0 30px!important;}
.ban-inner{position: relative;}
.ban-inner *{margin: 0;padding: 0;}
.ban-inner img{display: block;width: 100%;height: 435px;}
.ban-inner .txt{position: absolute;left: 50%;top: 50%;-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);}
.ban-inner .txt h3{color: #1c2d7b;font-size: 60px;line-height: 60px;margin-bottom: 20px;}
.ban-inner .txt p{font-size: 40px;line-height: 50px;margin-bottom: 30px;color: #3247b1;}
.ban-inner .txt em{font-size:40px;color: #d42a2c;font-style: normal;font-weight: bold;}
.service-page1{display: -webkit-flex;display: flex;justify-content: space-between;/* 水平居中 */align-items:center;margin: 30px 0;}
.service-page1 .item{width: auto;}
.service-page1 .item img{display: block;margin: 0 auto;width: 120px;}
.service-page1 .item p{text-align: center;font-size: 18px;color: #333;}
.service-page2{
	font-size: 16px;color: #666;line-height: 1.7;margin-bottom: 30px;
}
.service-page2 h2{font-size: 24px;color: #333;margin-bottom: 16px;}
.service-page2 p{margin-bottom: 14px;}
.service-page2 *{margin: 0;padding: 0;}
.service-page2 .ewm{display: -webkit-flex;display: flex;justify-content: space-around;/* 水平居中 */align-items:center;margin: 30px 0;}
.service-page2 .ewm .item{width: 280px;}
.service-page2 .ewm .item img{display: block;margin: 0 auto;width: 140px;padding: 5px;-moz-box-shadow: 0 0 10px rgba(0,0,0,.08);-webkit-box-shadow: 0 0 10px rgba(0,0,0,.08);box-shadow: 0 0 10px rgba(0,0,0,.08);margin-bottom: 10px;}
.service-page2 .ewm .item p{text-align: center;}
.service-page2 .lc img{display: block;margin: 0 auto;}
.service-page2 h3{font-size: 18px;line-height: 28px;margin-bottom: 10px;font-weight: bold;color: #333;}
.service-page2 a{font-size: 18px;color: #0093dd;line-height: 28px;margin-bottom: 10px;display: inline-block;}
.service-page2 a:hover{text-decoration: underline;}

@media screen and (max-width: 1170px) {
	.ban-inner .txt{margin-left: -200px;}
	.topleft span {
		display: none;
	}
	.logo a img {
		width: 200px;
		height: auto;
	}
	.zyside-box .dorpdown-layer {
		right: 15px;
	}
	.zytotop {
		margin-top: 60px;
	}
	.zypro-list li {
		width: 30.3%;
		margin-top: 16px;
	}
	.cu-xiao li {
		width: 33.33%;
	}
	.index-fl-list li .item p {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	.ban-inner img{height: 200px;}
	.ban-inner .txt h3{font-size: 26px;line-height: 32px;margin-bottom: 16px;}
	.ban-inner .txt p{font-size: 20px;line-height: 30px;margin-bottom: 10px;}
	.ban-inner .txt em{font-size: 18px;line-height: 28px;}
	.service-page1 .item img{width: 80px;height: 80px;}
	.service-page1 .item p{font-size: 14px;line-height: 24px;}
	.service-page1 .item{width: 50%;}
	.service-page1{flex-wrap: wrap;}
	.service-page2{}
	.service-page2 p{margin-bottom: 10px;font-size: 14px;}
	.service-page2 .ewm .item img{width: 100px;}
	.service-page2 .lc img{width: 320px;}
	.service-page2 a{font-size: 16px;line-height: 24px;}



	.zyact{margin-bottom: 30px;}
	.ban-inner .txt{left: auto;right: 10%;}
	.index-fl-list li {
		width: 50%;
		margin-bottom: 20px;
	}
	.index-tabs li {
		margin: 0 5px;
	}
	.index-tabs li a {
		padding: 0 5px;
	}
	.index-fl-list li .item {
		margin: 0 10px;
	}
	.index-fl-list li .item p {
		font-size: 16px;
	}
	.index-fl-list {
		margin: 30px -10px;
	}
	.banner .container {
		height: auto;
	}
	.banner .zynav {
		display: none;
	}
	.banner .zyswiper {
		width: 100%;
	}
	.zytotop {
		margin-top: 40px;
	}
	.zyindex-name {
		padding-bottom: 12px;
	}
	.zyindex-name h2 {
		font-size: 24px;
	}
	.zyindex-name span {
		font-size: 14px;
	}
	.zyindex-name:before {
		width: 36px;
		height: 3px;
	}
	.zypro-list li {
		width: 47%;
	}
	.zynews-fl {
		width: 100%;
	}
	.zynews-fr {
		width: 100%;
		border-top: 1px solid #ddd;
		margin-top: 10px;
	}
	.zynews-fl .zynews-font {
		height: auto;
	}
	.zynews-flr li .zynews-data strong {
		font-size: 42px;
	}
	.zyabout-datafl {
		width: 36px;
	}
	.zyabout-datafr span {
		font-size: 14px;
	}

	.zyprote-table {
		width: 100%;
		overflow-x: auto;
	}
	.zyprote-table::-webkit-scrollbar {
		height: 4px;
	}
	.zyprote-table::-webkit-scrollbar-thumb {
		border-radius: 8px;
		background-color: #8ec2dd;
	}
	.zyprote-table::-webkit-scrollbar-track {
		border-radius: 8px;
		background: #ddd;
	}
	.zyprote-base {
		width: 768px;
	}
	.zyagent {
		margin-top: 0;
	}
	.banner .zyswiper .swiper-button-prev,
	.banner .zyswiper .swiper-button-next {
		display: none;
	}
	#newBridge .nb-icon-base {
		bottom: 120px;
		top: auto;
	}
	.pro-type {
		padding: 16px;
		margin-bottom: 0;
	}
	.pro-type-choose {
		padding-top: 0;
	}
	.prodetailtag .prodetailtagright {
		display: none;
	}
	.index-tabs li a {
		font-size: 16px;
		line-height: 36px;
	}
	.index-tabs {
		padding: 5px;
	}
	.index-tabs::-webkit-scrollbar {
		height: 4px;
	}
	.index-tabs::-webkit-scrollbar-thumb {
		height: 4px;
	}
	.zypro-txt p {
		font-size: 14px;
		line-height: 24px;
		margin-top: 5px;
	}
	.zypro-txt strong {
		font-size: 16px;
		line-height: 26px;
	}
	.index-news li {
		float: none;
		width: auto;
	}
	.zyabout-data {
		padding-bottom: 0;
	}
	.zyabout-data li {
		width: calc(50% - 20px);
		margin: 0 10px 20px;
	}
	.zyabout-data ul {
		margin: 0 -10px;
	}
	.cu-xiao li {
		float: none;
		width: auto;
	}
	.prodetailthumb .swiper-button-prev,
	.prodetailthumb .swiper-button-next {
		width: 34px;
		height: 34px;
		-webkit-background-size: 10px;
		-moz-background-size: 10px;
		-o-background-size: 10px;
		background-size: 10px;
	}
	.pro-type-choose .item {
		margin-bottom: 10px;
	}
	.pro-type-choose .item span,
	.pro-type-choose .item em {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.pro-type-choose .item .check li {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.pro-type-choose .item.mo {
		display: block;
	}
	.pro-type-choose .inp input {
		height: 26px;
		line-height: 24px;
	}
	.pro-type-choose .item .notice {
		font-size: 14px;
	}
	.zyact li span {
		font-size: 14px;
		line-height: 28px;
		width: auto;
		padding: 0 10px;
	}
}
@media screen and (max-width: 700px) {
	p.contactlist{text-indent: 0;padding-left: 30px;}
	.zyabout-pic {
		display: none;
	}
	.zyabout {
		background-color: #5376bc;
		padding: 30px 15px;
	}
	.zyabout:before {
		display: none;
	}
	.zyabout-show {
		position: static;
		width: 100%;
		height: auto;
		padding: 20px;
	}
	.zyabout-show p {
		margin-top: 0;
	}
	.zyabout-data {
		position: static;
		margin-top: 20px;
		width: 100%;
	}
	.zyact ul {
		margin-left: 0;
		margin-top: 30px;
	}
	.zyact li {
		margin-left: 0;
		width: 100%;
	}

	.woocommerce ul.zyprote-list,
	.zyprote-news ul {
		margin-left: 0;
	}
	.woocommerce ul.zyprote-list li,
	.zyprote-news ul li {
		margin-left: 0;
		width: 100%;
	}
	.prodetailcon .bd li span {
		font-size: 12px;
	}
	.bread,
	.nybanner {
		margin-top: 0 !important;
	}
}
@media screen and (max-width: 600px) {
	.banner {
		margin-top: 20px !important;
	}
	.zytotop {
		margin-top: 30px;
	}
	.zyindex-name h2 {
		font-size: 20px;
	}
	.zypro-list {
		margin-left: 0;
	}
	.zypro-list li {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	.zypro-txt p {
		height: auto;
	}
	.zynews-flr {
		margin-top: 30px;
	}
	.zypro-txt strong,
	.zynews-txt {
		font-size: 16px;
	}
	.zynews-flr li .zynews-data strong {
		font-size: 36px;
	}
	.zynews-flr li .zynews-data span {
		font-size: 14px;
	}
	.zynews-flr li .zynews-data {
		width: 60px;
	}
	.zyprote-box .prodetailcon .bd li {
		width: 33.3%;
	}
	.y-pro-list .list .item .bot {
		flex-wrap: wrap;
	}
	.y-pro-list .list .item .bot .right {
		width: 100%;
		text-align: center;
	}
	.y-pro-list .list .item .bot .right a {
		display: inline-block;
		width: 100px;
		font-size: 14px;
		line-height: 32px;
		margin: 0 10px;
	}
	.y-pro-list .list .item .bot .left p span {
		font-size: 14px;
		line-height: 24px;
		float: none;
		display: block;
		width: auto;
		margin-bottom: 10px;
	}
	.y-pro-list .list .item .bot {
		padding: 10px;
	}
	.y-pro-list .list .item .bot .left p {
		margin: 0;
	}
	.y-pro-list .list .item .bot .right a.other {
		margin-top: 0;
	}
	.y-pro-list .pages li a,
	.y-pro-list .pages li span {
		min-width: 0px;
		line-height: 30px;
	}
	.y-pro-list .pages li {
		margin: 0;
	}
	.y-pro-list {
		margin: 20px 0;
	}
	.zysearch-data:before {
		-webkit-background-size: 20px;
		-moz-background-size: 20px;
		-o-background-size: 20px;
		background-size: 20px;
		background-position: center;
	}
	.zysearch-group {
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.zysearch-term {
		padding-bottom: 0;
	}
	.zysearch-item {
		width: 48%;
		margin-bottom: 10px;
	}
	.zysearch-label:after {
		-webkit-background-size: 16px;
		-moz-background-size: 16px;
		-o-background-size: 16px;
		background-size: 16px;
		background-position: center right;
	}
	#newBridge .nb-icon-right-center {
		top: 80% !important;
	}
	.phone-menu li.hasChild {
		padding: 0 0 0 10px;
		float: none;
	}
	.phone-menu .product li {
		float: none;
		position: relative;
	}
	.phone-menu li.hasChild > a {
		background-repeat: no-repeat;
		display: block;

		position: relative;
	}
	.phone-menu li.hasChild .jt {
		position: absolute;
		right: 0;
		top: 0;
		width: 22px;
		height: 30px;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(../zimages/jt-d.png);
		display: block;
		-webkit-background-size: 12px;
		-moz-background-size: 12px;
		-o-background-size: 12px;
		background-size: 12px;
		z-index: 1;
	}
	.phone-menu li.hasChild >.jt.active {
		background-image: url(../zimages/jt-t.png);
	}
	.phone-menu li.hasChild ul {
		display: none;
	}
	.phone-menu li dl {
		margin: 0;
		display: none;
	}
	.phone-menu li dd {
		margin-left: 10px;
		display: inline-block;
	}
	.phone-menu li dd a {
		display: block;
	}
}
