@media (min-width: 1500px) {
.container {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0;
}
}
html, body {
	height: auto;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.hlanli .product-warp .product-info ul li:hover .item-bor .item-text {
	color: #fff
}
.clearfix:after {
	clear: both;
}
.clearfix {
	clear: both;
 *zoom: 1;
}
.hl-breadcrumb {
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
}
.hl-breadcrumb::after, .hl-breadcrumb::before {
	content: ' ';
	display: block;
	clear: both;
}
.hl-breadcrumb>div:nth-child(1) {
	float: right;
	width: 34.14%;
	margin: 0;
	padding: 0;
}
.hl-breadcrumb>div:nth-child(2) {
	width: 65.86%;
	margin: 0;
	float: left;
}
.hl-breadcrumb .m-classify ul li a::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	display: block;
	background: #ccc;
	top: 50%;
	margin-top: -7px;
	right: 0px;
}
.hl-breadcrumb .m-classify ul li:last-child a::before {
	display: none
}
.hl-breadcrumb .m-classify ul li a::after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 0%;
	height: 3px;
	background-color: none;
	transition: all .3s;
}
.hl-breadcrumb .m-classify ul li a:hover::after {
	width: 80%;
	left: 10%;
	background-color: #0054a6;
}
.hl-breadcrumb .m-site .container {
	width: 100%;
	text-align: right;
}
.hl-breadcrumb .m-site {
	padding: 27px 0;
}
.hl-breadcrumb .m-site .pos label {
	font-weight: 400;
	padding-left: 22px;
}
.hl-breadcrumb .m-site .pos label, .m-site .pos a, .m-site .pos span {
	font-size: 14px;
	color: #999;
}
.hl-breadcrumb .m-site .pos span {
	margin: 0 8px;
}
.hl-breadcrumb .m-site .pos a:hover {
	color: #0054a6;
}
 @media (max-width: 768px) {
.hl-breadcrumb .m-site {
	padding: 15px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #efefef;
}
.hl-breadcrumb .m-site .pos {
	float: left;
	width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
}
.hl-breadcrumb .m-site .more {
	float: right;
	color: #666;
}
}
@media (min-width: 768px) {
.hl-breadcrumb .m-classify ul {
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.hl-breadcrumb .m-classify ul li {
	display: inline-block;
}
.hl-breadcrumb .m-classify ul li a {
	-webkit-transition: all ease .3s;
	font-size: 20px;
	height: 80px;
	line-height: 80px;
	padding: 0px 30px;
	color: #222;
	display: block;
	transition: 0.3s ease 0s;
	position: relative;
}
.hl-breadcrumb .m-classify ul li a:hover {
	color: #1279e7;
}
.hl-breadcrumb .m-classify ul li.active a {
	color: #1279e7;
}
.hl-breadcrumb .m-classify ul li.active a::after {
	width: 80%;
	left: 10%;
	background-color: #1279e7;
}
}
 @media (max-width: 992px) {
.hl-breadcrumb {
	display: flex;
	justify-content: flex-start;
	flex-direction: column-reverse;
}
.hl-breadcrumb>div:nth-child(2), .hl-breadcrumb>div:nth-child(1) {
	width: 100%;
}
.hl-breadcrumb>div:nth-child(2) .m-classify {
	border-bottom: 1px solid #ddd;
}
.hl-breadcrumb>div:nth-child(2) {
	padding: 0 10px;
}
.hl-breadcrumb .m-site .container {
	width: 100%;
	text-align: left;
	padding: 0 20px;
}
.hl-breadcrumb>div:nth-child(1) .row {
	margin: 0;
}
}
 @media (max-width: 768px) {
.hl-breadcrumb .m-classify .mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.15);
	z-index: 1001;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.hl-breadcrumb .m-classify ul {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 70%;
	background-color: #fff;
	z-index: 1002;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.hl-breadcrumb .m-classify ul h3 {
	font-size: 20px;
	padding: 15px;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hl-breadcrumb .m-classify ul li a {
	position: relative;
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 40px;
	padding: 0 15px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hl-breadcrumb .m-classify ul li a:hover {
	background-color: #1279e7;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.hl-breadcrumb .m-classify ul li.active a {
	background-color: #1279e7;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.hl-breadcrumb .m-classify.show .mask {
	opacity: 1;
	visibility: visible;
}
.hl-breadcrumb .m-classify.show ul {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
}
.copyr {
	padding: 20px 0;
}
.t-contact {
	display: block;
	float: right;
	line-height: 35px;
	font-size: 16px;
	font-weight: 700;
	padding-left: 40px;
	background: url(../images/phone.png) no-repeat left center;
	margin-top: 43px;
	-webkit-transition: all 0.5s;
	background: -webkit-linear-gradient(87deg, #11d085, #0f82e0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.hl-gccase .product-warp {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0;
}
.hl-gccase .product-warp .product-info ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	clear: both;
	zoom: 1;
	text-align: center;
}
.hl-gccase .product-warp .product-info ul li {
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding-left: 10px;
	margin-bottom: 10px;
	position: relative;
	font-size: inherit;
	list-style: none;
}
.hl-gccase .product-warp .product-info ul li .item-bor {
	padding: 10px;
	background: #f0f4f8;
}
.hl-gccase .product-warp .product-info ul li:hover .item-bor {
	padding: 10px;
	background: linear-gradient(30deg, #3fd89b, #3d99e4);
}
.hl-gccase .product-warp .product-info ul li .item-bor .img-box img {
	max-width: 100%;
	width: 100%;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
}
.hl-gccase .product-warp .product-info ul li .item-bor a {
	text-decoration: none;
}
.hl-gccase .product-warp .product-info ul li .item-bor .img-box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
}
.hl-gccase .product-warp .product-info ul li .item-bor .item-text {
	display: block;
	font-size: 2rem;
	color: #4d4d4d;
	text-decoration: none;
	line-height: 3;
	padding-top: 5px;
}
.hl-gccase .product-warp .product-info ul li .inquire {
	display: none;
	margin-top: 10px;
	position: relative;
	height: 40px;
}
.hl-gccase .product-warp .product-info ul li .inquire .icon {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	fill: #646464;
	overflow: hidden;
}
.hl-gccase .product-warp .product-info ul li .inquire .inquire-btn {
	display: inline-block;
	width: 100%;
	margin-right: 5px;
	font-size: 14px;
	padding: 0;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #d8dde6;
	background: #eaedef;
	color: #333;
	text-indent: -40px;
	cursor: pointer;
	outline: none;
}
.hl-gccase .product-warp .product-info ul li .inquire .inquire-btn .togetherClass {
	position: absolute;
	width: 40px;
	text-indent: 0;
	text-align: center;
	height: 40px;
	line-height: 40px;
	bottom: 0;
	left: 0;
	transform: translateX(0);
}
.hl-gccase .product-warp .product-info ul li .inquire .togetherClass {
	display: inline-block;
}
.hl-gccase .product-warp .product-info ul li .inquire .pro-detail {
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	padding: 0;
	cursor: pointer;
	position: absolute;
	display: block;
	bottom: 0;
	right: -1px;
	margin: 0;
	overflow: hidden;
	border-left: 1px solid #d8dde6;
	text-align: center;
	background: #eaedef;
	border-radius: 0 3px 3px 0;
}
.hl-gccase .product-warp .product-info ul li .herf-top:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.hl-gccase .product-warp .product-info ul li .inquire .pro-detail .hide-text {
	display: none;
	color: #333;
}
.hl-gccase .product-warp .product-info ul li .inquire .inquire-btn:hover {
	background: #b8b9b9;
}
.hl-gccase .product-warp .product-info ul li .inquire .pro-detail:hover {
	text-decoration: none;
	cursor: pointer;
	background: #b8b9b9;
	color: #333;
}
.hl-gccase .product-warp .more-btn {
	width: 100%;
	text-align: center;
	display: none;
}
.hl-gccase .product-warp .more-btn a {
	display: inline-block;
	background-color: transparent;
	color: #333;
	border-radius: 3px;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.hl-gccase .product-warp .more-btn a i {
	color: #333;
	font-size: 14px;
}
.hl-gccase .product-warp .more-btn a:after {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: #333;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.hl-gccase .product-warp .more-btn a:hover:after {
	width: 100%;
}
.hl-gccase .product-warp .more-btn a:hover {
	background-color: transparent;
	color: #fff;
	border-radius: 3px;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
}
 @media (max-width:992px) {
.hl-gccase .product-warp .product-info ul li {
	width: 33.333%;
}
.hl-gccase .product-warp .product-info {
	padding: 0 10px;
}
}
 @media (max-width:765px) {
.hl-gccase .product-warp .product-info ul li {
	width: 50%;
}
}
@media (max-width:440px) {
.hl-gccase .product-warp .product-info ul li .inquire .inquire-btn span {
	margin-left: 30px;
	display: none;
}
}
.hl-gccase .m-page .pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.hl-gccase .m-page .pagination>li {
	display: inline;
}
.hl-gccase .m-page .pagination>li.disabled>a {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.hl-gccase .m-page .pagination>li>a {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	border: 1px solid #ddd;
}
.hl-gccase .m-page .pagination>.active>a, .hl-gccase .m-page .pagination>.active>a:focus, .hl-gccase .m-page .pagination>.active>a:hover, .hl-gccase .m-page .pagination>.active>span, .hl-gccase .m-page .pagination>.active>span:focus, .hl-gccase .m-page .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}
.hl-gccase .m-page .pagination>li>a:focus, .hl-gccase .m-page .pagination>li>a:hover, .hl-gccase .m-page .pagination>li>span:focus, .hl-gccase .m-page .pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}
.hl-gccase .product-warp .product-info ul li:hover .item-bor {
}
.clip-4 li .item {
	border: 1PX #e7e7e7 solid
}
.clip-4 li .item .title {
	display: none
}
.in-hzhb .m-partner .partner-container .item {
	position: relative;
	overflow: hidden;
	border: 1px #e7e7e7 solid
}
.in-hzhb .m-partner .partner-container .item a {
	display: block;
}
.in-hzhb .m-partner .partner-container .item img {
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.in-hzhb .m-partner .partner-container .item .title {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	top: 0;
	left: 0;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-transform: translateY(101%);
	transform: translateY(101%);
}
.in-hzhb .m-partner .partner-container .item:hover img {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.in-hzhb .m-partner .partner-container .item:hover .title {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.in-hzhb .m-partner .partner-container .partner-pagination {
	margin: 30px 0;
	text-align: center;
}
.in-hzhb .m-partner .partner-container .partner-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: transparent;
	border: 1px solid #999;
	opacity: 1;
}
.in-hzhb .m-partner .partner-container .partner-pagination .swiper-pagination-bullet-active {
	border-color: #1757ab;
}
@media (min-width: 1200px) {
.clip-4 li {
	float: left;
	width: 19.5%;
	margin-right: 0.5%;
	margin-bottom: 1vh
}
.clip-4 li:nth-child(5n) {
	margin-right: 0 !important;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.in_par li:nth-child(4n) {
	margin-right: 0 !important;
}
.in_par li {
	float: left;
	width: 22%;
	margin-right: 3%;
}
}
 @media (min-width: 541px) and (max-width: 768px) {
.in_par li:nth-child(3n) {
	margin-right: 0 !important;
}
.in_par li {
	float: left;
	width: 30%;
	margin-right: 3%;
}
}
@media (max-width: 540px) {
.in_par li:nth-child(2n) {
	margin-right: 0 !important;
}
.in_par li {
	float: left;
	width: 47%;
	margin-right: 3%;
}
}
.hlhzhb .m-partner .partner-container .item {
	position: relative;
	overflow: hidden;
	border: 1px #e7e7e7 solid
}
.hlhzhb .m-partner .partner-container .item a {
	display: block;
}
.hlhzhb .m-partner .partner-container .item img {
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.hlhzhb .m-partner .partner-container .item .title {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	top: 0;
	left: 0;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-transform: translateY(101%);
	transform: translateY(101%);
}
.hlhzhb .m-partner .partner-container .item:hover img {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.hlhzhb .m-partner .partner-container .item:hover .title {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hlhzhb .m-partner .partner-container .partner-pagination {
	margin: 30px 0;
	text-align: center;
}
.hlhzhb .m-partner .partner-container .partner-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: transparent;
	border: 1px solid #999;
	opacity: 1;
}
.hlhzhb .m-partner .partner-container .partner-pagination .swiper-pagination-bullet-active {
	border-color: #1757ab;
}
.hlanli .product-warp {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0;
}
.hlanli .product-warp .product-info ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	clear: both;
	zoom: 1;
	text-align: center;
}
.hlanli .product-warp .product-info ul li {
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding-left: 10px;
	margin-bottom: 10px;
	position: relative;
	font-size: inherit;
	list-style: none;
}
.hlanli .product-warp .product-info ul li .item-bor {
	padding: 10px;
	background: #f0f4f8;
}
.hlanli .product-warp .product-info ul li:hover .item-bor {
	padding: 10px;
	background: linear-gradient(30deg, #3fd89b, #3d99e4);
}
.hlanli .product-warp .product-info ul li .item-bor .img-box img {
	max-width: 100%;
	width: 100%;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
}
.hlanli .product-warp .product-info ul li .item-bor a {
	text-decoration: none;
}
.hlanli .product-warp .product-info ul li .item-bor .img-box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
}
.hlanli .product-warp .product-info ul li .item-bor .item-text {
	display: block;
	font-size: 2rem;
	color: #4d4d4d;
	text-decoration: none;
	line-height: 3;
	padding-top: 5px;
}
.hlanli .product-warp .product-info ul li .inquire {
	display: none;
	margin-top: 10px;
	position: relative;
	height: 40px;
}
.hlanli .product-warp .product-info ul li .inquire .icon {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	fill: #646464;
	overflow: hidden;
}
.hlanli .product-warp .product-info ul li .inquire .inquire-btn {
	display: inline-block;
	width: 100%;
	margin-right: 5px;
	font-size: 14px;
	padding: 0;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #d8dde6;
	background: #eaedef;
	color: #333;
	text-indent: -40px;
	cursor: pointer;
	outline: none;
}
.hlanli .product-warp .product-info ul li .inquire .inquire-btn .togetherClass {
	position: absolute;
	width: 40px;
	text-indent: 0;
	text-align: center;
	height: 40px;
	line-height: 40px;
	bottom: 0;
	left: 0;
	transform: translateX(0);
}
.hlanli .product-warp .product-info ul li .inquire .togetherClass {
	display: inline-block;
}
.hlanli .product-warp .product-info ul li .inquire .pro-detail {
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	padding: 0;
	cursor: pointer;
	position: absolute;
	display: block;
	bottom: 0;
	right: -1px;
	margin: 0;
	overflow: hidden;
	border-left: 1px solid #d8dde6;
	text-align: center;
	background: #eaedef;
	border-radius: 0 3px 3px 0;
}
.hlanli .product-warp .product-info ul li .herf-top:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.hlanli .product-warp .product-info ul li .inquire .pro-detail .hide-text {
	display: none;
	color: #333;
}
.hlanli .product-warp .product-info ul li .inquire .inquire-btn:hover {
	background: #b8b9b9;
}
.hlanli .product-warp .product-info ul li .inquire .pro-detail:hover {
	text-decoration: none;
	cursor: pointer;
	background: #b8b9b9;
	color: #333;
}
.hlanli .product-warp .more-btn {
	width: 100%;
	text-align: center;
	display: none;
}
.hlanli .product-warp .more-btn a {
	display: inline-block;
	background-color: transparent;
	color: #333;
	border-radius: 3px;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.hlanli .product-warp .more-btn a i {
	color: #333;
	font-size: 14px;
}
.hlanli .product-warp .more-btn a:after {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: #333;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.hlanli .product-warp .more-btn a:hover:after {
	width: 100%;
}
.hlanli .product-warp .more-btn a:hover {
	background-color: transparent;
	color: #fff;
	border-radius: 3px;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
}
 @media (max-width:992px) {
.hlanli .product-warp .product-info ul li {
	width: 33.333%;
}
.hlanli .product-warp .product-info {
	padding: 0 10px;
}
}
 @media (max-width:765px) {
.hlanli .product-warp .product-info ul li {
	width: 50%;
}
}
@media (max-width:440px) {
.hlanli .product-warp .product-info ul li .inquire .inquire-btn span {
	margin-left: 30px;
	display: none;
}
}
.hlanli .product-warp .product-info ul li:hover .item-bor {
}
.hlgcs .m-product {
	max-width: 1400px;
	margin: 35px auto;
}
.hlgcs .m-product .pro-item {
	margin-bottom: 30px;
	width: 33.3%;
	padding: 0 10px;
}
.hlgcs .m-product .pro-item>a {
	border: 1px solid #ddd;
	display: block;
}
.hlgcs .m-product .pro-item .pro-img {
	overflow: hidden;
	position: relative;
	background: #000;
}
.hlgcs .m-product .pro-item .pro-img img {
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.hlgcs .m-product .pro-item .caption {
	padding: 25px 20px;
	background: #ffffff;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.hlgcs .m-product .pro-item .caption .title {
	font-size: 18px;
	text-align: center;
	color: #393939;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hlgcs .m-product .pro-item .caption .sub-title {
	display: none;
	color: #7c7c7c;
	border-top: 1px solid #ddd;
	font-size: 14px;
	line-height: 25px;
	margin-top: 10px;
	padding-top: 10px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.hlgcs .m-product .pro-item:hover .caption .title {
	color: #1279e7;
}
.hlgcs .m-product .pro-item .pro-img::before {
	content: '';
	position: absolute;
	top: 35px;
	bottom: 35px;
	left: 20px;
	right: 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: scaleX(0);
	transition: all .5s;
	z-index: 1;
}
.hlgcs .m-product .pro-item .pro-img::after {
	content: '';
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 35px;
	right: 35px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: scaleY(0);
	transition: all .5s;
	z-index: 1;
}
.hlgcs .m-product .pro-item:hover .pro-img::before {
	transform: scaleX(1);
}
.hlgcs .m-product .pro-item:hover .pro-img::after {
	transform: scaleX(1);
}
.hlgcs .m-product .pro-item:hover .pro-img img {
	opacity: .8;
	transform: scale(1.04);
}
 @media (max-width:992px) {
.hlgcs .m-product .pro-item {
	width: 50%;
}
}
 @media (max-width: 768px) {
.hlgcs .m-product {
	padding: 0 5px;
}
.hlgcs .m-product .pro-item {
	margin-bottom: 20px;
	padding: 0 10px;
}
.hlgcs .m-product .pro-item .caption {
	padding: 15px 5px;
}
.hlgcs .m-product .pro-item .caption .title {
	font-size: 16px;
}
.hlgcs .m-product .pro-item .caption .sub-title {
	font-size: 14px;
}
}
.yrhz-list ul.item-list li {
	float: left;
	max-width: 19.2%;
	margin-right: 1%;
	background: #efefef;
	border: 1px solid #ededed;
	box-sizing: border-box;
	margin-bottom: 20px;
	transition: all .3s linear;
	padding: 0;
	list-style: none;
	border-radius: 6px;
	overflow: hidden;
}
.yrhz-list ul.item-list li .img {
	width: 100%;
	overflow: hidden;
}
.yrhz-list ul.item-list li img {
	width: 100%;
	transition: all ease 0.5s;
}
.yrhz-list ul.item-list li p {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	margin-bottom: 0;
	text-indent: 0
}
.yrhz-list.active {
	display: block;
}
.yrhz-list ul.item-list li:hover {
	box-shadow: 0px 0px 15px #c6c6c6;
	transition: all .2s linear;
}
.yrhz-list ul.item-list li:hover .img img {
	transform: scale(1.1);
}
.yrhz-list ul.item-list li:nth-child(5n) {
	margin-right: 0;
}
@media(max-width:995px) {
.yrhz-list ul.item-list li {
	max-width: 32%;
	margin-right: 2%;
}
.yrhz-list ul.item-list li:nth-child(3n) {
}
.yrhz-list ul.item-list li:nth-child(4n) {
	margin-right: 2%;
}
}
 @media(max-width:765px) {
.pro-left {
	display: none;
}
.yrhz-list, .pro-left {
	width: 100%;
	float: none;
}
.yrhz-list ul.item-list li {
	max-width: 48%;
	margin-right: 4%;
	margin-bottom: 15px;
}
.yrhz-list ul.item-list li:nth-child(2n) {
	margin-right: 0;
}
.left-title {
	display: none;
}
.pro-container {
	padding: 0 10px;
}
.pro-center .title {
	font-size: 18px;
	padding-bottom: 0;
}
.pro-center .sub-title {
	font-size: 16px;
}
.pro-content {
	padding-top: 15px;
}
.left-category {
	margin-bottom: 10px;
}
.yrhz-list ul.item-list li p {
	font-size: 14px;
}
.yrhz-list ul.item-list li:nth-child(3) {
	margin-right: 4%;
}
}
.yrhz-list ul li:hover a p {
	background: linear-gradient(30deg, #11d085, #0f82e0);
	;
	color: #fff;
}
.pc-title {
	height: 40px;
	border-bottom: 1px solid #ddd;
}
.pc-title h4 {
	display: inline-block;
	height: 100%;
	padding-bottom: 10px;
	margin-bottom: -1px;
	color: #1e242b;
	font-size: 20px;
	line-height: 30px;
	position: relative;
}
.pc-title h4:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 5px;
	background-color: #1279e7;
	transition: all .3s;
	opacity: .8;
	display: block;
}
.detailtext {
	margin-top: 20px;
}
.hzsshow {
	max-width: 1400px;
	margin: 25px auto;
	margin-top: 0;
}
.hzsshow .header-info {
	display: none;
}
.hzsshow .description {
	background: #fff;
	padding: 20px;
	padding-top: 0;
}
.hzsshow .m-flip {
	background: #fff;
	margin-top: 20px;
	padding: 20px;
}
.hzsshow .content-wrapper .pro-content .header-info .imgbox {
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
}
.hzsshow .content-wrapper .pro-content .header-info .imgbox img {
	border: 1px solid #ddd;
	padding: 3px;
	max-width: 100%;
}
.hzsshow .content-wrapper .pro-content .header-info h3 {
	text-align: center;
	margin: 30px 0;
	line-height: 150%;
}
.hzsshow .m-flip .flip {
	list-style: none;
	padding-left: 0;
	overflow: hidden;
}
.hzsshow .m-flip .flip li {
	padding: 5px 0;
	color: #666;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hzsshow .m-flip .flip li a:hover {
	color: #ec7729;
}
.hzsshow .description img {
	max-width: 100%;
}
@media (max-width: 767px) {
.hzsshow .description img {
	max-width: 100%;
}
.hzsshow .description {
	padding: 10px;
}
.hzsshow .m-flip {
	margin-top: 15px;
	padding: 10px;
}
}
.hgcshow {
	color: #666;
	font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
	max-width: 1400px;
	margin: 0 auto;
}
li {
	list-style: none
}
.hgcshow .container {
	background: #fff;
	padding: 25px;
	width: 100%;
}
.detailtext p {
	text-indent: 0;
	padding: 0;
	margin: 0
}
.hgcshow * {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}
.hgcshow img {
	max-width: 100%;
	border: 0;
	vertical-align: top
}
.hgcshow a {
	color: inherit;
	text-decoration: none
}
.hgcshow .clearfix {
	zoom: 1
}
.hgcshow .clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ""
}
.hgcshow .images-cover, .hgcshow .small-img {
	display: flex;
	align-items: center;
	justify-content: center
}
.hgcshow .magnifier {
	position: relative;
	float: left;
	width: 48%
}
.hgcshow .magnifier-container {
	position: relative;
	overflow: hidden;
}
.hgcshow .magnifier-container li:not(:nth-child(1)) {
display:none
}
.hgcshow .move-view {
	position: absolute;
	display: none;
	width: 100px;
	height: 100px;
	background-color: rgba(255,255,255,.6);
	cursor: move
}
.hgcshow .images-cover {
	height: 100%
}
.hgcshow .images-cover img {
	max-width: 100%;
	max-height: 100%
}
.hgcshow .magnifier-assembly {
	position: relative;
	overflow: hidden;
	margin-top: 15px;
	padding: 0 30px;
	height: 92px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}
.hgcshow .magnifier-btn {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -42px;
	width: 100%
}
.hgcshow .magnifier-btn span {
	z-index: 9998;
	display: block;
	width: 22px;
	height: 54px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 54px;
	cursor: pointer
}
.hgcshow .magnifier-btn .prev {
	float: left;
	background: url(../images/icon-prev.png) no-repeat 50% 50%;
	background-size: 15px;
	background-color: #edecec;
}
.hgcshow .magnifier-btn .next {
	float: right;
	background: url(../images/icon-next.png) no-repeat 50% 50%;
	background-size: 15px;
	background-color: #edecec;
}
.hgcshow .magnifier-line {
	position: relative;
	overflow: hidden;
	height: 64px
}
.hgcshow .magnifier-line ul {
	position: absolute;
	left: 0;
	z-index: 90;
	display: block;
	width: 10000%;
	font-size: 0;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s
}
.hgcshow .magnifier-line li {
	float: left;
	width: 90px;
	cursor: pointer
}
.hgcshow .magnifier-line ul>.on .small-img {
	border-color: #1279e7
}
.hgcshow .small-img {
	overflow: hidden;
	margin: 5px;
	height: 54px;
	border: 2px solid #fff
}
.hgcshow .small-img img {
	max-width: 100%
}
.hgcshow .magnifier-view {
	position: absolute;
	top: 0;
	right: -105%;
	z-index: 9999;
	display: none;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat
}
.hgcshow .pro-info {
	float: right;
	width: 48%
}
.hgcshow .pro-info .sku-name {
	padding-bottom: 15px;
	color: #1e242b;
	font-weight: normal;
	font-size: 24px;
	line-height: 48px;
	border-bottom: 1px solid #ddd;
}
.hgcshow .pro-info .price {
	padding: 10px;
	background: #f3f3f3;
	display: none;
}
.hgcshow .pro-info .price p {
	margin-bottom: 10px
}
.hgcshow .pro-info .price .name {
	color: #999
}
.hgcshow .magnifier-btn span:hover {
	background-color: #1279e7;
}
.hgcshow .pro-info .price .detail {
	color: #e4393c;
	font-size: 22px
}
.hgcshow .pro-info .price .detail i {
	font-style: normal;
	font-size: 14px
}
.hgcshow .pro-info .price .sc .detail {
	color: #888;
	text-decoration: line-through
}
.hgcshow .pro-info .price .kc {
	display: none;
	margin-bottom: 0
}
.hgcshow .pro-info .price .kc .detail {
	color: #888;
	font-size: 18px
}
.hgcshow .pro-info .intro {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	color: #999;
	font-size: 20px
}
.hgcshow .pro-info .choose-btns {
	display: none;
	margin-top: 15px;
	margin-bottom: 20px
}
.hgcshow .pro-info .choose-btns .choose-amount {
	position: relative;
	float: left;
	overflow: hidden;
	margin-right: 10px;
	width: 49px;
	height: 46px;
	border: 1px solid #ccc
}
.hgcshow .pro-info .choose-btns .choose-amount input {
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	width: 31px;
	height: 42px;
	border: none;
	border: 0;
	text-align: center;
	line-height: 42px
}
.hgcshow .pro-info .choose-btns .choose-amount a {
	position: absolute;
	right: -1px;
	display: block;
	overflow: hidden;
	margin-top: -1px;
	width: 15px;
	height: 24px;
	border: 1px solid #ccc;
	background: #f1f1f1;
	color: #666;
	text-align: center;
	line-height: 24px
}
.hgcshow .pro-info .choose-btns .choose-amount .disabled {
	color: #ccc;
	cursor: not-allowed
}
.hgcshow .pro-info .choose-btns .choose-amount .btn-reduce {
	bottom: 0;
	border-bottom: 0
}
.hgcshow .pro-info .choose-btns .buy {
	float: left;
	padding: 0 26px;
	height: 46px;
	background-color: #e4393c;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 46px
}
.hgcshow .pro-info .choose-btns .diabled {
	float: left;
	padding: 0 26px;
	height: 46px;
	background-color: #8c8c8c;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 46px
}
.hgcshow .pro-info .choose-btns .buy:hover {
	background-color: #e74f52
}
.hgcshow .pr-detail {
	position: relative
}
.hgcshow .pr-detail .tab-header {
	position: relative;
	width: 1200px;
	border: 1px solid #eee;
	border-bottom: 1px solid #e4393c;
	background-color: #f7f7f7;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s
}
.hgcshow .pr-detail .tab-header .title {
	display: inline-block;
	padding: 10px 25px;
	background-color: #e4393c;
	color: #fff;
	font-size: 14px
}
.hgcshow .pr-detail .tab-header .btn-primary {
	float: right;
	display: none;
	margin: 7px 5px 0 0;
	padding: 0 16px;
	height: 28px;
	background-color: #e4393c;
	color: #fff;
	line-height: 28px
}
.hgcshow .pr-detail .tab-header .btn-primarys {
	float: right;
	margin: 7px 5px 0 0;
	padding: 0 16px;
	height: 28px;
	background-color: #8c8c8c;
	color: #fff;
	line-height: 28px
}
.hgcshow .pr-detail .tab-header .btn-primary:hover {
	background-color: #e74f52
}
.hgcshow .pr-detail .th-fixed {
	position: fixed;
	top: 0;
	width: 1200px
}
.hgcshow .pr-detail .tab-con {
	padding: 10px 0
}
.hgcshow .pr-detail .tab-con img {
	max-width: 100%
}
@media(max-width:767px) {
.hgcshow .magnifier {
	float: none;
	width: 100%
}
.hgcshow .pro-info {
	float: none;
	width: 100%
}
.hgcshow .container {
	padding: 10px;
}
}
#mMain {
	background: #f4f4f4 !important
}
.more-tent p {
	color: #999;
	font-size: 14px;
	line-height: 32px;
	text-align: justify;
}
.more-tent .zixun {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 15px;
}
.more-tent .zixun a {
	display: inline-block;
	padding: 11px 30px;
	margin-right: 1vw;
	color: #fff;
	font-size: 18px;
	background-color: #1279e7;
	border-radius: 40px;
	vertical-align: middle;
}
.more-tent .zixun span {
	display: inline-block;
	padding-left: 35px;
	color: #1279e7;
	font-size: 24px;
	vertical-align: middle;
	background-size: 25px;
}
@media (max-width:765px) {
.more-tent .zixun {
	text-align: center;
}
.more-tent .zixun span {
	margin-top: 10px;
}
}
.area-t {
	font-size: 16px;
	color: #ffffff;
	line-height: 16px;
}
.area ul li.aream {
	float: left;
	line-height: 16px;
	font-size: 16px;
	color: #7d7d7d;
	padding-right: 2%;
	border-right: 2px solid #797979;
	margin-right: 10px;
	padding-right: 10px;
}
.area ul li:last-child {
	border-right: none;
	padding-right: 0
}
.area ul li.aream a, .area ul li.aream a:hover {
	color: #7d7d7d;
}
.area-t {
	font-size: 16px;
	color: #ffffff;
	line-height: 16px;
}
.headewm {
	width: 100px;
	height: 100px;
	top: -10px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.headewmimg {
	display: none;
	position: absolute;
	right: 0;
	top: 50px;
	background: #fff;
	text-align: center;
	border: 1px solid #ddd;
	width: 120px;
}
.headewmimg p {
	margin: 0;
	padding: 0
}
.headewmimg img {
	width: 100px;
	margin: 0 auto;
}
.kzjz-nav .top-nav .navbar>ul>li>a.selected {
	color: #1279e7
}
.advan-list .advan-item {
	display: block;
	padding-bottom: 4rem;
	background: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-top-left-radius: 134px;
	border-top-right-radius: 134px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.advan-list .advan-item .advan-img {
	text-align: center;
	padding: 25px;
}
.advan-list .advan-item .advan-txt {
	padding: 5px 15px 25px;
}
.advan-list .advan-item .advan-txt h2 {
	font-size: 2.6rem;
	line-height: 2.6rem;
	text-align: center;
	font-weight: bold;
	color: #046ae5;
	margin: 0;
}
.advan-list .advan-item .advan-txt h3 {
	font-size: 1.4rem;
	line-height: 1.4rem;
	padding-top: 1rem;
	color: #1e74dc;
	margin-bottom: 5.0rem;
	text-align: center;
	font-weight: normal;
	position: relative
}
.advan-list .advan-item .advan-txt h3:after {
	position: absolute;
	bottom: -20px;
	left: 40%;
	content: '';
	height: 3px;
	width: 49px;
	background-color: #1080eb;
	margin-left: 0;
}
.advan-list .advan-item:hover .advan-txt h3:after {
	background: #fff
}
.advan-list .advan-item .advan-txt p {
	margin-top: 10px;
	font-size: 1.6rem;
	line-height: 1.6em;
	color: #3e3e3e;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.advan-list .advan-item:hover {
	background-color: #1080eb;
}
.advan-list .advan-item:hover h2, .advan-list .advan-item:hover .advan-txt h3, .advan-list .advan-item:hover .advan-txt p {
	color: #fff;
}
@media (max-width: 767px) {
.advan-list .advan-item .advan-img {
	overflow: hidden
}
.advan-list .advan-item .advan-txt h2 {
	line-height: 70px;
}
}
.advan-list li.device {
	float: left;
	width: 18%;
	margin-right: 2%;
}
.advan-list li.device:nth-child(5) {
	margin-right: 0
}
.advan-list li .advan-img img {
	max-width: 100%
}
.in-service {
	width: 100%;
	background: #f5f5f5;
	padding: 5rem 0 7rem 0
}
.kz-tit {
	text-align: center
}
.kz-tit h3 {
	font-size: 4.8rem;
	line-height: 1;
	background: -webkit-linear-gradient(87deg, #11d085, #0f82e0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold
}
.kz-tit h4 {
	font-size: 2.0rem;
	font-family: Arial;
	line-height: 1;
	color: #026bed;
	padding-top: 1rem;
}
.kz-tit h2 {
	font-size: 3.8rem;
	color: #2b2b2b;
	font-weight: bold;
	line-height: 1;
	padding-top: 3.6rem;
	padding-bottom: 5.2rem;
}
.in-kz-btn {
	padding: 10px 32px;
	display: inline-block;
	background: linear-gradient(87deg, #ff5c51, #ff9b4f);
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.6rem;
	font-weight: normal;
	font-family: Arial;
	border-radius: 25px;
}
.advan-list li:hover .in-kz-btn {
	background: linear-gradient(60deg, #2274ce, #046ae5);
	color: #fff;
}
.box5046_-4694 .product-warp .product-info ul li:hover .item-bor .item-text {
	color: #fff
}
.in-honor {
	background: #fff;
	width: 100%;
	padding-top: 6.48vh;
	padding-bottom: 15.19vh
}
.about-right {
	margin-top: 9vh
}
.about-right .about-main .title {
	font-size: 2.0rem;
	font-weight: bold;
	color: #000000;
	margin-bottom: 4vh
}
@media (max-width: 1366px) {
.about-right .about-main .title {
	font-size: 1.6rem
}
.about-main .intro p {
	font-size: 1.6rem;
}
}
.about-right .about-main .intro {
	line-height: 200%;
	color: #000000;
	font-size: 1.8rem;
	text-indent: 2em;
}
.about-right .about-img {
	overflow: hidden;
}
.about-right .about-img img {
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.about-right .about-img:hover img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.about-right .m-more {
	margin: 6% 0;
}
.about-main .intro p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-align: justify
}
.about-right .m-more.align-center {
	text-align: center;
}
.about-right .m-more a {
	display: inline-block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #1080eb;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	border: 3px solid #1080eb;
	text-decoration: none
}
.about-right .m-more a i {
	font-style: normal;
	margin-left: 5px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	font-size: 12px;
}
.about-right .m-more a:hover {
}
.about-right .m-more a:hover i {
	margin-left: 10px;
}
@media (max-width: 992px) {
.about-right .about-main {
	margin-bottom: 50px;
}
.about-right .about-main .title {
	text-align: center;
}
.about-right .about-main .m-more {
	text-align: center;
}
}
.botn {
	width: 100%;
	margin-top: 4vh
}
.botn .botn-en {
	width: 100%;
	margin: 0 auto;
}
.botn .botn-en ul {
	padding: 0;
	margin: 0;
}
.botn .botn-en ul li {
	background-color: #e6f1ff;
	list-style: none;
	margin: 0;
	width: 30%;
	float: left;
	height: 7vh;
	padding: 0 25px;
	margin-right: 2.7%;
	margin-bottom: 2.7%;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px
}
.botn .botn-en ul li:last-child {
	margin-right: 0
}
.botn .botn-en ul li h3 {
	font-size: 2.0rem;
	line-height: 7vh;
	height: 7vh;
	font-weight: bold;
	color: #4a596a;
	padding-left: 6rem;
}
.botn .botn-en ul li a {
	text-decoration: none
}
.botn .botn-en ul li:hover h3 {
	color: #fff;
}
.botn .botn-en ul li:first-child h3 {
	background: url(../images/in-about-xt1.png) left center no-repeat;
}
.botn .botn-en ul li:nth-child(2) h3 {
	background: url(../images/in-about-xt2.png) left center no-repeat;
}
.botn .botn-en ul li:nth-child(3) h3 {
	background: url(../images/in-about-xt3.png) left center no-repeat;
}
.botn .botn-en ul li:nth-child(4) h3 {
	background: url(../images/in-about-xt4.png) left center no-repeat;
}
.botn .botn-en ul li:nth-child(5) h3 {
	background: url(../images/in-about-xt5.png) left center no-repeat;
}
.botn .botn-en ul li:nth-child(6) h3 {
	background: url(../images/in-about-xt6.png) left center no-repeat;
}
.botn .botn-en ul li:first-child:hover h3 {
	background: url(../images/in-about-hxt1.png) left center no-repeat;
}
.botn .botn-en ul li:nth-child(2):hover h3 {
	background: url(../images/in-about-hxt2.png) left center no-repeat;
}
.botn .botn-en ul li:nth-child(3):hover h3 {
	background: url(../images/in-about-hxt3.png) left center no-repeat;
}
.botn .botn-en ul li:nth-child(4):hover h3 {
	background: url(../images/in-about-hxt4.png) left center no-repeat;
}
.botn .botn-en ul li:nth-child(5):hover h3 {
	background: url(../images/in-about-hxt5.png) left center no-repeat;
}
.botn .botn-en ul li:nth-child(6):hover h3 {
	background: url(../images/in-about-hxt6.png) left center no-repeat;
}
.botn .botn-en ul li:hover {
	background: linear-gradient(30deg, #ff5951, #ff9e4f);
	color: #fff;
	border: none
}
.botn .botn-en ul li:hover h3 {
	color: #fff
}
.about-right .about-img {
	background: url(../images/in-about-rbg.png) no-repeat;
	background-size: 100% 100%
}
.in-about-hz {
	background: #fff;
	margin: 4%;
	text-align: center;
	padding: 4.4rem 0 3.4rem 0
}
.in-about-hz h2 {
	color: #1e74dc;
	font-size: 3.2rem;
	line-height: 3.2rem;
	font-weight: bold;
	padding-bottom: 2.6rem;
}
.in-about-hz h3 {
	width: 47px;
	height: 3px;
	background: #f54630;
	margin: 0 auto;
	margin-bottom: 5.6rem;
}
.in-about-hz h4 {
	color: #535353;
	font-size: 2.2rem;
	line-height: 1.5;
}
.in-about-hz h4 span {
	font-size: 1.6rem;
	font-weight: bold;
	color: #535353
}
.in-about-hz .more {
	display: inline-block;
	margin-top: 7rem;
	padding: 7px 38px;
	background-color: #fff;
	color: #ff884d;
	font-size: 2.2rem;
	font-weight: bold;
	text-transform: uppercase;
	border: 4px solid #f54630;
}
.intro p span {
	font-weight: bold
}
.intro p b {
	color: #ff5a51
}
.about-left {
	background: url(../images/in-gy-left.jpg) no-repeat;
	padding: 5rem 2.6rem 22.5rem 2.6rem;
}
.about-left .lb-tit {
	font-size: 3rem;
	color: #fff;
	font-weight: bold
}
.about-left .lb-com {
	font-size: 2.6rem;
	color: #fff;
	position: relative;
	padding-bottom: 2.4rem;
}
.about-left .lb-com:after {
	content: "";
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about-left .lb-comp {
	font-size: 2rem;
	color: #fff;
	line-height: 2
}
.about-left .about-kz-en {
	font-family: Arial;
	color: #fff;
	font-size: 1.6rem;
	padding-top: 3.8rem;
}
.in-about {
	padding-bottom: 5rem;
}
.in-cooperation {
	width: 100%;
	background: #ffffff url(../images/in-about-bg.png) center center no-repeat;
	padding-bottom: 8rem;
}
.in-coopertit {
	padding: 4.5rem 0;
}
.in-coopertit h3 {
	font-size: 4.6rem;
	color: #fff;
	font-weight: bold;
	line-height: 4.6rem;
	background: -webkit-linear-gradient(87deg, #11cf87, #0f85dc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.in-coopertit h4 {
	font-family: Arial;
	color: #026bed;
	font-size: 2rem;
	line-height: 1;
	font-family: Arial;
	padding-top: 1rem;
	margin-bottom: 5rem;
}
.in-coopertit h5 {
	font-size: 4.6rem;
	color: #fff;
	font-weight: bold;
	line-height: 4.6rem;
	padding: 6rem 0 1.2rem 0
}
.in-coopertit h6 {
	font-size: 2.2rem;
	font-family: Arial;
	color: #fff;
	text-align: center;
	line-height: 2.2rem;
	font-weight: bold
}
.gds {
	padding: 10px 32px;
	display: inline-block;
	color: #0077ec;
	font-size: 2.0rem;
	line-height: 1;
	font-family: Arial;
	border-radius: 25px;
	margin-top: 7rem;
	border: 1px solid #0077ec;
	font-weight: bold
}
.mdbf {
	background: #fff;
}
.kzmd {
	padding: 5% 3% 4% 3%
}
.kzmd h3 {
	font-size: 3rem;
	color: #2d2d2d;
	font-weight: bold;
	padding-bottom: 4.2rem;
}
.kzmd h3 span {
	font-size: 2rem;
	font-family: Arial;
	color: #b8b8b8;
	font-weight: normal
}
.in-mdlist {
	padding-right: 4%
}
.in-mdlist-img img {
	width: 100%
}
.in-mdlist-tit {
	font-size: 1.8rem;
	color: #353535;
	line-height: 2;
	padding-top: 2rem;
}
.in-kzm .col-md-4, .in-kzm .col-md-4 {
	padding: 0
}
.kzbf h2 {
	font-size: 3.0rem;
	color: #046ae5;
	font-weight: bold;
	line-height: 3.0rem;
	padding-bottom: 2rem;
}
.kzbf {
	padding: 5% 3% 4% 3%
}
.kzbf p {
	margin: 0;
	font-size: 1.6rem;
	line-height: 2;
	color: #4a4a4a
}
.kzbf h4 {
	font-size: 2rem;
	color: #4a4a4a;
	font-weight: bold;
	line-height: 2rem;
	padding-top: 1.6rem;
}
.in-kzbf-list li {
	width: 30%;
	margin-right: 2%;
	background: linear-gradient(30deg, #ff5c51, #ff9e4f);
	float: left;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
}
.in-kzbf-list li h3 {
	font-size: 2.6rem;
	color: #fff;
	text-align: center;
	line-height: 2;
}
.in-kzbf-list {
	margin: 4.5rem 0
}
.w_fimg-000 img {
	max-width: 100%
}
.footer-logo {
}
.footer-logo-img span {
	font-size: 3rem;
	color: #fff;
	display: inline-block;
	padding-top: 2rem;
}
.kzjz-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 99;
	-webkit-transition: all 0.5s;
	box-shadow: 0 0 15px rgb(0 0 0 / 40%);
	background-color: rgb(255, 255, 255, 0.8);
}
.kzjz-nav:hover {
}
.kzjz-nav .top-nav {
	-webkit-transition: all 0.5s;
}
.kzjz-nav .top-nav.active {
	background: #fff;
}
.kzjz-nav .top-nav .logo {
	color: #2b2b2b;
	float: left;
	margin-top: 22px;
	-webkit-transition: all 0.5s;
}
.kzjz-nav .top-nav .container {
	max-width: 1500px;
	width: 100%;
	padding: 0;
}
.kzjz-nav .top-nav .logo .logon {
	margin-left: 10px;
	margin-top: 5px
}
.kzjz-nav .top-nav .logo .logon h2 {
	font-size: 20px;
	margin: 5px 0
}
.kzjz-nav .top-nav .logo .logon p {
	font-size: 14px;
	margin: 0;
	color: #666
}
.kzjz-nav .top-nav .navbar {
	float: left;
	margin: 0 0 0 16%;
	border: 0;
	position: static !important
}
.kzjz-nav .top-nav .navbar>ul>li {
	float: left;
	line-height: 120px;
	list-style-type: none;
}
.kzjz-nav .top-nav .navbar>ul>li>a {
	font-size: 18px;
	line-height: 100px;
	padding: 0 25px;
	-webkit-transition: all 0.5s;
	display: block;
	position: relative;
	text-decoration: none;
	color: #434343
}
.kzjz-nav .top-nav .navbar>ul>li>a::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #0054a6;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	transform: scaleX(0)
}
.kzjz-nav .top-nav .navbar>ul>li .subnav::after, .kzjz-nav .top-nav .navbar>ul>li .subnav::before {
	content: ' ';
	display: block;
	clear: both;
}
.kzjz-nav .top-nav .navbar>ul>li .subnav {
	position: absolute;
	width: 100%;
	top: 100px;
	left: 0;
	background-color: #fff;
	height: 0;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	padding-left: 40%
}
.kzjz-nav .top-nav .navbar>ul>li .subnav li {
	line-height: 80px;
	float: left;
	font-size: 14px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	list-style-type: none
}
.kzjz-nav .top-nav .navbar>ul>li .subnav li a {
	color: #3e3e39;
	display: block;
	padding: 0px 15px;
	white-space: nowrap;
	text-decoration: none;
	font-size: 1.6rem;
}
.kzjz-nav .top-nav .navbar>ul>li .subnav li:hover {
}
.kzjz-nav .top-nav .navbar>ul>li .subnav li:hover a {
	color: #0e89e7
}
.kzjz-nav .top-nav .navbar>ul>li:hover>a::after {
	transform: scaleX(1)
}
.kzjz-nav .top-nav .navbar>ul>li:hover .subnav {
	z-index: 99;
	opacity: 1;
	visibility: visible;
	height: 80px;
}
.kzjz-nav .top-nav .t-contact {
	float: right;
	line-height: 35px;
	font-size: 16px;
	font-weight: 700;
	padding-left: 40px;
	background: url(static/images/phone.png) no-repeat left center;
	margin-top: 43px;
	-webkit-transition: all 0.5s;
}
.kzjz-nav .top-nav .nav-toggle {
	float: right;
	margin-top: 18px;
	padding: 13px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
	display: none
}
.kzjz-nav .top-nav .nav-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #1279e7;
	margin-bottom: 3px
}
.kzjz-nav .top-nav .nav-toggle span span {
	margin-top: 4px
}
.kzjz-nav .top-nav .mobile-navbar {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 997;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease .3s;
	transition: all ease .3s
}
.kzjz-nav .top-nav .mobile-navbar .mask {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 998;
	background-color: rgba(0,0,0,.3)
}
.kzjz-nav .top-nav .mobile-navbar .menu {
	position: fixed;
	width: 300px;
	height: 100vh;
	right: 0;
	top: 0;
	z-index: 999;
	background-color: #fff;
	padding: 0 20px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all ease .3s;
	transition: all ease .3s
}
.kzjz-nav .top-nav .mobile-navbar .menu .menu-box {
	margin-top: 10px;
	text-align: right
}
.kzjz-nav .top-nav .mobile-navbar .menu .menu-box .menu-close {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) no-repeat center center/auto 20px;
	cursor: pointer
}
.kzjz-nav .top-nav .mobile-navbar .menu>ul>li {
	border-bottom: 1px solid #efefef;
	list-style-type: none
}
.kzjz-nav .top-nav .mobile-navbar .menu>ul>li>a {
	display: block;
	line-height: 22px;
	font-size: 18px;
	padding: 16px 30px 16px 0;
	color: #333;
	position: relative;
	text-decoration: none
}
.kzjz-nav .top-nav .mobile-navbar .menu>ul>li>a .toggle {
	display: inline-block;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0;
	top: 14px;
	background: url(../images/toggle.png) no-repeat center center/auto 100%;
	-webkit-transition: all ease .3s;
	transition: all ease .3s
}
.kzjz-nav .top-nav .mobile-navbar .menu>ul>li>a.active .toggle {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.kzjz-nav .top-nav .mobile-navbar .menu>ul>li .subnav {
	padding: 10px 30px 10px 20px;
	display: none
}
.kzjz-nav .top-nav .mobile-navbar .menu>ul>li .subnav li {
	padding: 7px 0;
	list-style-type: none
}
.kzjz-nav .top-nav .mobile-navbar .menu>ul>li .subnav li a {
	color: #999;
	text-decoration: none
}
.kzjz-nav .top-nav .mobile-navbar.show {
	opacity: 1;
	visibility: visible
}
.kzjz-nav .top-nav .mobile-navbar.show .menu {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.kzjz-nav .top-nav .logo .logon h2, .kzjz-nav .top-nav .logo .logon p {
	color: #333
}
.kzjz-nav .navbar .clearfix img {
	width: 22px
}
.kzjz-nav .mobile-navbar img {
	width: 22px
}
@media (max-width: 1300px) {
.kzjz-nav .top-nav .container {
	padding: 0 10px;
}
.kzjz-nav .top-nav .navbar {
	margin-left: 5%;
}
.kzjz-nav .top-nav .navbar>ul>li>a {
	padding: 0 11px
}
}
@media (max-width: 1200px) {
.kzjz-nav .top-nav .t-contact {
	display: none;
}
}
@media (max-width: 992px) {
.kzjz-nav {
	height: auto;
	box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
}
.kzjz-nav .top-nav .container {
	padding: 12px 10px;
}
.kzjz-nav .top-nav .logo {
	margin-top: 0;
}
}
@media (min-width:992px) and (max-width:1200px) {
.kzjz-nav .top-nav .navbar {
	margin-left: 30px
}
.kzjz-nav .top-nav .navbar>ul>li {
	margin: 0 6px
}
}
@media (max-width:992px) {
.kzjz-nav .top-nav {
	padding: 5px 0 1px;
	background: #fff;
}
.kzjz-nav .top-nav .navbar {
	display: none
}
.kzjz-nav .top-nav .nav-toggle {
	display: block;
	margin: 5px 0;
}
.kzjz-nav .top-nav .t-contact {
	display: none;
}
}
@media (max-width:767px) {
.kzjz-nav .top-nav .logo .logon h2 {
	font-size: 16px
}
.kzjz-nav .top-nav .logo .logon p {
	font-size: 14px
}
.kzjz-nav .top-nav {
	border: none
}
.kzjz-nav .top-nav .logo img {
	width: 85%
}
}
@media (max-width:320px) {
.kzjz-nav .top-nav .logo .logon {
	display: none
}
.kzjz-nav .top-nav .nav-toggle {
	margin-top: 10px
}
}
.fl {
	float: left
}
.fr {
	float: right
}
ul, ol, li {
	list-style: none;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.container {
	margin: 0 auto;
	padding: 0
}
@media (max-width: 996px) {
.logo-left h1 {
	font-size: 18px;
	color: #fff;
	margin-top: 0px;
	display: inline-block;
	line-height: 32px;
}
}
.logo-left>.logo {
	float: left;
	font-size: 16px;
	color: #fff !important;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 15px;
}
.kzjz-banner .ibanner {
	position: relative;
	margin: 0;
}
.kzjz-banner .ibanner .banner-loaded {
	width: 100%;
	z-index: 1;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	transition: all ease 0.45s;
}
.kzjz-banner .ibanner .banner-loaded .swiper-container {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
.kzjz-banner .ibanner .banner-loaded .bar-container .swiper-slide a {
	display: block;
	overflow: hidden; text-align:center; width:100%
}
.kzjz-banner .ibanner .banner-loaded .bar-container .swiper-slide img {
	vertical-align: middle;
	border: none;
	max-width: 100%;
}
.kzjz-banner .ibanner .swiper-pagination-bullet {
	width: 16px;
	display: inline-block;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	color: rgba(255,255,255,.8);
	cursor: pointer;
	background: none;
}
.kzjz-banner .ibanner .swiper-pagination-bullet::after {
	content: '';
	border-radius: 50%;
	width: 100%;
	background: #000;
	height: 16px;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s ease;
}
.kzjz-banner .ibanner .swiper-pagination-bullet-active::after {
	background: #58d99c;
	height: 16px;
}
.kzjz-banner .ibanner .swiper-pagination-bullet:hover {
	opacity: 1;
}
.kzjz-banner .ibanner .swiper-pagination-bullet:hover:after {
	background: #58d99c;
	height: 16px;
}
.kzjz-banner .ibanner .banner-loaded .bar-container .btn-next, .ibanner .banner-loaded .bar-container .btn-prev {
	width: 45px;
	height: 70px;
	background-position: center center;
	background-size: auto 20px;
	background-color: rgba(113, 114, 115, 0.3);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 20;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	opacity: 0;
	visibility: hidden;
}
.kzjz-banner .ibanner .banner-loaded .bar-container .btn-next {
	background-image: url(../images/next.png);
	right: 0;
}
.kzjz-banner .ibanner .banner-loaded .bar-container .btn-prev {
	background-image: url(../images/prev.png);
	left: 0;
}
.kzjz-banner .ibanner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 30px !important;
}
 @media (max-width: 992px) {
.kzjz-banner .ibanner .banner-loaded {
	margin-top: 65px;
}
}
@media (min-width: 768px) {
.kzjz-banner .ibanner .banner-loaded .bar-container:hover .btn-next, .ibanner .banner-loaded .bar-container:hover .btn-prev {
	opacity: 1;
	visibility: visible;
}
.kzjz-banner .ibanner .banner-loaded .bar-container .btn-prev:hover, .ibanner .banner-loaded .bar-container .btn-next:hover {
	background-color: #58d99c;
}
.kzjz-banner .ibanner .banner-loaded .bar-container:hover .btn-prev {
	left: 30px;
}
.kzjz-banner .ibanner .banner-loaded .bar-container:hover .btn-next {
	right: 30px;
}
}
.kzjz-ryzz .recent-works .container {
	max-width: 1400px;
	width: 100%;
	position: relative;
}
.kzjz-ryzz .recent-works .title-section p {
	color: #000000;
	font-size: 38px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	margin: 0;
}
.kzjz-ryzz .recent-works .title-section {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 36px;
	display: none;
}
.kzjz-ryzz .recent-works .owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.kzjz-ryzz .recent-works .owl-carousel {
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.kzjz-ryzz .recent-works .owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.kzjz-ryzz .recent-works .owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.kzjz-ryzz .recent-works .owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.kzjz-ryzz .recent-works .owl-carousel .owl-item {
	float: left;
}
.kzjz-ryzz .recent-works .owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.kzjz-ryzz .recent-works .owl-buttons {
	text-align: right;
}
.kzjz-ryzz .recent-works .owl-carousel .owl-wrapper, .latest-post .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.kzjz-ryzz .recent-works .owl-theme .owl-controls .owl-buttons div {
	color: #fff;
	display: inline-block;
	position: relative;
	zoom: 1;
	margin: 5px;
	font-size: 32px;
	background: #fff;
	border: 1px solid #dbdbdb;
	opacity: 1;
	padding: 0;
	width: 60px;
	height: 30px;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.kzjz-ryzz .recent-works .owl-theme .owl-controls {
	margin-top: -40px;
}
.kzjz-ryzz .recent-works .owl-theme .owl-controls .owl-buttons div:hover {
	border: 1px solid #0158cb;
	background: #0158cb;
}
.kzjz-ryzz .recent-works .owl-theme .owl-controls .owl-buttons div:before {
	font-family: "FontAwesome";
	position: absolute;
	font-size: 19px;
	color: #0158cb;
	width: 100%;
	left: 0;
	text-align: center;
	line-height: 30px;
}
.kzjz-ryzz .recent-works .owl-theme .owl-controls .owl-buttons div:hover:before {
	color: #fff;
}
.kzjz-ryzz .recent-works .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	content: "\f104";
}
.kzjz-ryzz .recent-works .owl-theme .owl-controls .owl-buttons div.owl-next:before {
	content: "\f105";
}
.kzjz-ryzz .recent-works .owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.kzjz-ryzz .recent-works .owl-carousel .owl-item {
	float: left;
}
.kzjz-ryzz .recent-works .news-item {
	margin: 15px;
	overflow: hidden;
}
.kzjz-ryzz .recent-works .news-item .inner-item {
	position: relative;
	overflow: hidden;
}
.kzjz-ryzz .recent-works .news-item .inner-item img {
	max-width: 100%;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	transition: all .5s;
}
.kzjz-ryzz .recent-works .news-item h5 {
	margin-bottom: 5px;
	line-height: 22px;
	color: #000000;
	font-size: 15px;
	font-weight: 300;
	margin: 0;
	text-align: center
}
.kzjz-ryzz .recent-works .news-item p {
	line-height: 22px;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.kzjz-ryzz .recent-works .owl-pagination {
	display: none;
}
.kzjz-ryzz .hover-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(1 88 203 /80%);
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
}
.kzjz-ryzz .recent-works .news-item:hover .hover-box {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-backface-visibility: hidden;
}
.kzjz-ryzz .recent-works .news-item:hover .hover-box a {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-backface-visibility: hidden;
}
.kzjz-ryzz .recent-works .hover-box a.zoom {
	right: 50%;
	margin-right: 5px;
	background: url(static/images/zoom.png) center center no-repeat;
}
.kzjz-ryzz .recent-works .hover-box a.page {
	left: 50%;
	margin-left: 5px;
	background: url(static/images/page.png) center center no-repeat;
}
.kzjz-ryzz .recent-works .hover-box a {
	width: 50px;
	height: 50px;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transform: scale(0.1);
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-o-transform: scale(0.1);
	-webkit-backface-visibility: hidden;
}
.kzjz-ryzz .recent-works .hover-box a:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	background: url(static/images/zoom-after.png) center center no-repeat;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}
.kzjz-ryzz .recent-works .hover-box a:hover:after {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	opacity: 0;
}
.kzjz-ryzz .recent-works .work-post-content {
	background-image: -webkit-linear-gradient( bottom, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0.08) );
	background-image: -moz-linear-gradient( bottom, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0.08) );
	background-image: -o-linear-gradient( bottom, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0.08) );
	background-image: linear-gradient( to top, rgba(0, 0, 0, 0.08), rgba(255, 255, 255, 0.08) );
	;
	padding: 8px;
}
.innewsdt {
	width: 100%;
	padding: 7vh 0;
	background: #f6f9fc
}
.innewsdt-tit {
	border-bottom: 1px solid #efefef;
	padding-bottom: 2rem
}
.innewsdt-titl h3 {
	margin-top: 0;
	font-size: 3.2rem;
	line-height: 1;
	color: #171717;
	font-weight: bold
}
.innewsdt-titl h5 {
	margin-top: 0;
	font-family: Arial;
	font-size: 1.8rem;
	color: #171717;
	line-height: 2
}
.innewsdt-titm {
	font-family: Arial;
	font-size: 2rem;
	color: #006df0;
	padding-top: 3rem;
	display: inline-block
}
.news .newslf {
	padding-left: 0;
}
.newslf .newsimg {
	width: 100%;
	overflow: hidden;
	margin-top: 5.8rem;
	height: 444px;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.newslf .newsimg img {
	max-width: 100%;
	height: auto;
}
.newslf img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.newsrt dl:first-child {
}
.newsrt {
	padding-left: 5%
}
.newsrt dl {
	width: 100%;
	overflow: hidden;
	padding-bottom: 36px;
	padding-top: 4px;
	margin-top: 2.5rem;
	padding: 3%
}
.newsrt dl:hover {
	background: #f6f6f6
}
.newsrt dl:hover .year {
	color: #006df0
}
.newslf .date, .newsrt dl dt {
	width: 13%;
	border-right: 1px solid #eaeaea;
	overflow: hidden;
}
.newsrt dl dt {
	font-weight: normal;
}
.newslf .date .year, .newsrt dl dt .year {
	width: 100%;
	overflow: hidden;
	font-size: 6rem;
	color: #555555;
	font-weight: bold;
	font-family: Arial;
	line-height: 0.8
}
.newslf .date .day, .newsrt dl dt .day {
	width: 100%;
	overflow: hidden;
	font-size: 2rem;
	color: #555555;
	font-family: Arial;
	margin-top: 10px;
}
.newslf .newslfnr, .newsrt dl dd {
	width: 81%;
	overflow: hidden;
}
.newslf .newslfnr .newstit, .newsrt dl dd .newstit {
	width: 100%;
	overflow: hidden;
	font-weight: bold;
	font-size: 2rem;
	color: #555555;
	line-height: 1;
}
.newslf .newslfnr .newsms, .newsrt dl dd .newsms {
	width: 100%;
	overflow: hidden;
	font-size: 1.6rem;
	line-height: 2;
	color: #555555;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
@media(max-width:1280px) {
.cont1, .cont {
	width: 88%;
}
}
.footer {
	width: 100%;
	position: relative;
	overflow: hidden;
	position: static;
	background-color: #eee;
}
.footer .f-footer {
	background: #2b2b2b;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 90px;
	padding-top: 7rem;
	padding-left: 5%;
	padding-right: 5%
}
.footer .f-footer .p_gridCell {
	float: left;
	width: 23.862999999999996%;
}
.footer .f-footer .p_gridCell .reset_style {
	color: #a7b2c6;
	font-size: 14px;
	line-height: 1.8;
}
.footer .f-footer .p_gridCell .reset_style h4 {
	font-size: 24px;
	color: #fff;
}
.footer .f-footer::after, .footer .f-footer::before {
	content: '';
	display: block;
	clear: both;
}
.footer .f-footer .p_gridCell2 {
	width: 70%;
	float: left;
	padding-right: 3%;
	padding-bottom: 3vh
}
.footer .f-footer .p_gridCell2 ul, .footer .f-footer .p_gridCell2 li {
	padding: 0;
	list-style: none;
}
.footer .f-footer .p_gridCell2 .lsitint .navLi {
	position: relative;
	width: calc((100% - 0px)/6);
	display: inline-block;
	float: left;
}
.footer .f-footer .p_gridCell2 .lsitint .navLi h4 a {
	line-height: 40px;
	font-size: 20px;
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	transition: all 1s ease 0s;
}
.footer .f-footer .p_gridCell2 .lsitint .navLi .navEjBox {
	width: 100%;
	padding: 0px;
	text-align: left;
	border: none;
}
.footer .f-footer .p_gridCell2 .lsitint .navLi .navEjBox a {
	display: block;
	width: 100%;
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 1s ease 0s;
	line-height: 30px;
}
.footer .f-footer .p_gridCell3 {
	width: 29%;
	margin-left: 1%;
	float: right;
	position: static;
	padding-bottom: 4rem
}
.footer .f-footer .p_gridCell3 .w_fimg-000 {
	max-width: 200px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
}
.footer .f-footer .p_gridCell3 .w_fimg-000 p {
	margin-top: 12px;
	color: #a7b2c6;
	font-size: 14px;
	text-align: center;
}
.w_grid-000 {
	position: relative;
}
.w_grid-000 .p_gridbox {
	width: 100%;
	border-top: solid 1px rgba(255,255,255,0.2);
	font-size: 14px;
	line-height: 2.2;
	color: #fff;
	background: #2b2b2b;
	padding-left: 5%;
	padding-right: 5%
}
.w_grid-000 .p_gridbox::after, .w_grid-000 .p_gridbox::before {
	content: '';
	display: block;
	clear: both;
}
.w_grid-000 .p_gridbox .p_gridbox-left {
	margin-top: 20px;
	float: left;
}
.footer .f-footer .p_gridCell .reset_style p {
	margin: 0;
	line-height: 30px;
}
.footer a {
	transition: all 1s ease 0s;
}
.footer a:hover {
	color: #fff !important;
}
.w_grid-000 .p_gridbox p {
	margin: 0;
}
.w_grid-000 .p_gridbox .p_gridbox-left a {
	margin-left: 15px;
	color: inherit;
	text-decoration: none;
}
.w_grid-000 .p_gridbox .p_gridbox-left a:hover {
	color: #fff;
}
.w_grid-000 .p_gridbox .p_gridbox-right {
	margin-top: 20px;
	float: right;
}
.w_grid-000 .p_gridbox .p_gridbox-right a {
	margin: 0 10px;
	color: inherit;
	text-decoration: none;
}
.w_grid-000 .p_gridbox .p_gridbox-right a:hover {
	color: #fff;
}
.inhl-hz a {
	text-decoration: none;
	color: inherit
}
.inhl-hz img {
	width: 100%;
	border: 0;
	vertical-align: top
}
.inhl-hz ul, li {
	list-style: none
}
.inhl-hz {
	width: 100%;
	margin: 0 auto;
	font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
	color: #444
}
.inhl-hz .tabs-title {
	margin-bottom: 25px;
	text-align: center
}
.inhl-hz .tabs-title a {
	display: inline-block;
	padding: 33px 60px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: linear-gradient(30deg, #3fd89b, #3d99e4);
	color: #fff;
	font-size: 4rem;
	font-weight: bold;
	margin-right: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.inhl-hz .tabs-title a.active, .inhl-hz .tabs-title a:hover {
	background: #3d99e4 url(../images/bottomjt-icon.png) no-repeat center bottom 9px;
	;
	color: #fff;
	font-size: 4rem;
	font-weight: bold;
}
.inhl-hz .list-main {
	min-height: 415px;
	padding-right: 1%;
	padding-left: 1%
}
.inhl-hz .news-list {
	overflow: hidden;
	display: none
}
.inhl-hz .current {
	display: block
}
.inhl-hz .news-list li:after {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
	transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
	transition: transform .75s cubic-bezier(.19, 1, .22, 1);
	transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: top;
	transform-origin: top;
	transition-delay: 0s!important
}
.inhl-hz .news-list li:hover {
	-webkit-box-shadow: 0 2px 17px rgba(0,0,0,.1);
	box-shadow: 0 2px 17px rgba(0,0,0,.1)
}
.inhl-hz .news-list li:hover .title a {
	color: #fff
}
.inhl-hz .news-list li:hover:after {
	z-index: 0;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	background-color: #f8bd01;
	-webkit-box-shadow: 0 8px 19px #dedede;
	box-shadow: 0 8px 19px #dedede
}
.inhl-hz .news-list li:hover .news-intro {
	color: #fff
}
.inhl-hz .news-list li:hover .news-intro .content {
	color: rgba(255,255,255,.7)
}
.inhl-hz .news-list li:hover .news-intro .info span {
	color: #fff
}
.inhl-hz .news-list .news-img {
	display: none
}
.inhl-hz .news-intro {
	padding-left: 90px;
	overflow: hidden;
	position: relative;
	z-index: 7
}
.inhl-hz .news-intro .title {
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal
}
.inhl-hz .news-intro .title a {
	color: #666
}
.inhl-hz .news-intro .info {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	font-size: 12px;
	padding: 9px 0;
	overflow: hidden;
	background: #999
}
.inhl-hz .news-intro .info span {
	display: inline-block;
	background: no-repeat 0 50%;
	vertical-align: middle;
	margin-left: -71px;
	font-size: 25px;
	font-weight: 700;
	color: #fff
}
.inhl-hz li:hover .news-intro .info {
	background: #fff
}
.inhl-hz .news-list li:hover .news-intro .info span {
	color: #666!important
}
.inhl-hz .news-intro .info .author {
	display: none
}
.inhl-hz .news-intro .content {
	font-size: 12px;
	line-height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #999
}
.inhl-hz .news-list .news-fl .news-intro .info {
	background: 0;
	position: static
}
.inhl-hz .news-list .news-fl .news-intro .info span {
	color: #666;
	margin-left: 0;
	font-size: 14px;
	font-weight: normal;
	position: relative
}
.inhl-hz .news-list .news-fl .news-intro .info span:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 2px;
	background: #f8bd01;
	left: 0;
	bottom: -4px
}
.inhl-hz .news-list .news-fl .news-intro {
	padding: 0
}
.inhl-hz .news-list .news-fl .news-intro .content {
	white-space: normal;
	font-size: 14px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.inhl-hz .u-more {
	margin-top: 64px;
	text-align: center
}
.inhl-hz .u-more a {
	line-height: 42px;
	display: inline-block;
	width: 160px;
	height: 42px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	color: #b4b4b4;
	border: 1px solid #c6c6c6
}
.inhl-hz .u-more a:hover {
	color: #fff;
	border-color: #237aeb;
	background: #237aeb
}
.inhl-hz .news-list .news-fl {
	width: 594px;
	height: 370px;
	margin-bottom: 20px!important;
	margin-right: 30px!important;
	background-color: #f7f7f7;
	padding: 20px;
	position: relative;
	display: block;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s
}
.inhl-hz .news-list .news-fl:hover .title a {
	color: #f8bd01
}
.inhl-hz .news-list .news-fl {
	width: 594px;
	height: 466px;
	float: left;
	margin-bottom: 20px!important;
	margin-right: 30px!important;
	background-color: #f7f7f7;
	padding: 20px;
	position: relative;
	display: block;
	-webkit-transition: all ease-out .3s;
	transition: all ease-out .3s
}
.inhl-hz .news-list .news-fl .news-intro .title {
	margin-top: 20px
}
.inhl-hz .news-list .news-fl:after {
	display: none
}
.inhl-hz .news-list .news-fl .news-img {
	overflow: hidden;
	display: block;
	height: 272px;
	margin-bottom: 10px
}
.inhl-hz .news-list .news-fl:hover {
	-webkit-box-shadow: 0 2px 17px rgba(0,0,0,.1);
	box-shadow: 0 2px 17px rgba(0,0,0,.1)
}
 @media (max-width:992px) {
.footer .f-footer .p_gridCell {
	margin-left: 0px;
	clear: left;
	margin-right: 0px;
	width: 44.2728%;
}
.footer .f-footer .p_gridCell2 {
	width: 54.727199999999996%;
	margin-left: 1%;
}
.footer .f-footer .p_gridCell3 {
	margin-left: 0px;
	clear: left;
	margin-right: 0px;
	width: 44.2728%;
}
}
@media (max-width:765px) {
.footer .f-footer .p_gridCell2, .footer .f-footer .p_gridCell3 {
	display: none;
}
.w_grid-000 .p_gridbox .p_gridbox-left, .w_grid-000 .p_gridbox .p_gridbox-right {
	width: 100%;
}
.footer .f-footer .p_gridCell {
	width: 100%;
}
.w_grid-000 {
	padding: 0 15px;
}
.footer .f-footer {
	margin-top: 30px;
}
}
.p_gridCell3 li {
	float: left;
	margin-right: 6%;
	width: 47%
}
.p_gridCell3 li:last-child {
	margin-right: 0
}
.f-footer {
	border-top: 1px solid #4f5e7f
}
.banner-con {
	width: 100%;
	height: 57vh;
}
.banner-conimg {
	width: 100%;
	height: 100%;
	background: url(../images/banner-con.jpg) center/cover no-repeat;
}
 @media screen and (min-width: 768px) {
.container {
	width: 100%;
}
}
 @media screen and (min-width: 992px) {
.container {
	width: 100%;
}
}
/* 内页样式 */
.m-page {
	padding: 48px 0;
	background: #f3f3f3;
}
.m-page .left-box {
	padding-left: 0;
	display: none;
}
.m-page .left-box .menu-wrap {
	background: #fff;
}
.m-page .left-box .menu-wrap .title {
	height: 60px;
	line-height: 60px;
	background: #7c94c0;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
	padding-left: 23px;
}
.m-page .left-box .menu-wrap .menu-list {
	padding-bottom: 20px;
}
.m-page .left-box .menu-wrap .menu-list .items a {
	display: block;
	overflow: hidden;
	padding: 23px;
	border-bottom: 1px dashed #eee;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.8rem;
}
.m-page .left-box .menu-wrap .menu-list .items a i {
	float: right;
	vertical-align: middle;
	font-size: 20px;
	color: #8496c1;
}
.m-page .left-box .menu-wrap .menu-list .items a:hover {
	padding: 23px;
	color: #fff;
	background: #8496c1;
	border-bottom-color: #8496c1;
	font-size: 1.8rem;
}
.m-page .left-box .menu-wrap .menu-list .items a:hover i {
	color: #fff;
}
.m-page .left-box .menu-wrap .menu-list .items > a:hover {
	padding: 15px 20px;
}
.m-page .left-box .menu-wrap .menu-list .subnav a {
	padding: 12px 15px 12px 30px;
	color: #666;
	font-size: 12px;
}
.m-page .left-box .contact {
	margin-top: 30px;
	background: #fff;
}
.m-page .left-box .contact .pic {
	display: block;
	position: relative;
	height: 96px;
	overflow: hidden;
}
.m-page .left-box .contact .pic .text {
	position: absolute;
	top: 50%;
	margin-top: -32px;
	width: 80%;
	height: 64px;
	background: #a00b04;
	background: rgba(33, 33, 33, 0.5);
	line-height: 32px;
}
.m-page .left-box .contact .pic .text span {
	display: block;
	padding-left: 16px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
}
.m-page .left-box .contact .contact-list {
	padding: 16px;
}
.m-page .left-box .contact .contact-list li {
	padding: 7px 0;
	font-size: 1.6rem;
}
.m-page .left-box .contact .contact-list li span {
	font-size: 1.4rem;
}
.m-page .right-box .right-con {
	padding: 23px 32px;
	background: #fff;
}
.m-page .right-box .right-con .g-caption {
	line-height: 48px;
	border-bottom: 1px solid #ddd;
	display: none;
}
.m-page .right-box .right-con .g-caption .name {
	font-size: 22px;
}
.m-page .right-box .right-con .g-caption .name i {
	vertical-align: middle;
	font-size: 26px;
	padding-right: 10px;
}
.m-page .right-box .right-con .g-caption .sitepath .link {
	color: #666;
	max-width: 520px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-page .right-box .right-con .g-caption .sitepath .link span {
	padding-right: 5px;
}
.m-page .right-box .right-con .g-caption .sitepath .link i {
	padding: 0 10px;
}
.m-page .right-box .right-con .g-caption .sitepath .menu-link {
	cursor: pointer;
}
.m-page .right-box .right-con .main {
	padding-top: 15px;
}
.m-page .right-box .right-con .main .intro-pic {
	width: 250px;
	max-height: 190px;
	padding: 4px;
	border: 1px solid #ddd;
	text-align: center;
	overflow: hidden;
	margin: 0 auto 15px;
}
.m-page .right-box .right-con .main .intro-wrap {
	line-height: 24px;
}
.m-page .right-box .right-con .main .intro-wrap img {
	max-width: 100%;
}
.m-page .right-box .m-p-list .list {
	padding: 8px;
}
.m-page .right-box .m-p-list .list .p-img {
	height: 153px;
	padding: 4px;
	border: 1px solid #ddd;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.m-page .right-box .m-p-list .list .p-img img {
	display: block;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.m-page .right-box .m-p-list .list .p-title {
	padding: 15px 0 5px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.m-page .right-box .m-p-list .list:hover .p-img {
	border-color: #c80e05;
}
.m-page .right-box .m-p-list .list:hover .p-title {
	color: #c80e05;
}
.m-page .menu-wrap, .m-page .contact, .m-page .right-con {
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
a, a:after, a:before {
	color: inherit;
	cursor: pointer;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.contact .pic img {
	max-width: 100%
}
.pagecon p {
	font-size: 1.6rem;
	line-height: 2;
	text-indent: 2em;
}
.m-guest {
	padding-top: 15px;
}
.m-guest .tips {
	padding: 15px 0 20px;
	line-height: 22px;
	color: #999;
}
.m-guest .tips:hover {
	color: #8496c1;
}
.m-guest .form-group {
	margin-bottom: 20px;
}
.m-guest .form-control {
	border-radius: 0;
	resize: vertical;
}
.m-guest .form-control:focus {
	border-color: #8496c1;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.4);
}
.m-guest .yzm-control {
	display: inline-block;
	width: 100px;
	margin-right: 10px;
}
.m-guest .btns .btn {
	background: linear-gradient(30deg, #11d085, #0f82e0);
	;
	color: #fff;
	border-radius: 0;
	padding: 8px 30px;
	margin-right: 15px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.m-guest .btns .btn-submit:hover {
	background: #0f82e0;
}
.m-guest .btns .btn-reset {
	background: #1279e7;
}
.m-guest .btns .btn-reset:hover {
	background: linear-gradient(30deg, #4b6fad, #667dc0);
	;
}
.kznewslists {
	margin-top: 40px;
	margin-bottom: 40px;
}
.kznewslists dl {
	width: 100%;
	overflow: hidden;
	margin: 32px 0;
	background: #f5f5f5;
	padding: 16px 24px;
}
.kznewslists dl dt {
	width: 23%;
	height: 200px;
	overflow: hidden;
	float: left;
	position: relative;
}
.kznewslists dl dt img {
	display: block;
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	transition: all .5s ease;
}
.kznewslists dl:hover dt img {
	transform: translate(-50%, -50%) scale(1.0);
}
.kznewslists dl dd {
	width: 75%;
	overflow: hidden;
	float: right;
}
.kznewslists dl dd .kznewslistsbt {
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	line-height: 30px;
	margin-top: 19px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.kznewslists dl dd .kznewslistsdate {
	width: 100%;
	overflow: hidden;
	font-size: 15px;
	line-height: 30px;
	margin-top: 3px;
	padding-bottom: 15px;
	border-bottom: dashed 1px #333333;
}
.kznewslists dl dd .kznewslistsms {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	margin-top: 14px;
}
.kznewslists dl:hover {
	background: linear-gradient(30deg, #3fd89b, #3d99e4);
	box-shadow: 2px 0px 8px rgba(0,0,0, 0.22);
	-moz-box-shadow: 2px 0px 8px rgba(0,0,0, 0.22);
	-webkit-box-shadow: 2px 0px 8px rgba(0,0,0, 0.22);
}
.kznewslists dl:hover dd .kznewslistsbt, .kznewslists dl:hover dd .kznewslistsms {
	color: #fff;
}
.kznewslists dl:hover dd .kznewslistsbt, .kznewslists dl:hover dd .kznewslistsdate {
	color: #fff;
	border-bottom: dashed 1px #fff
}
.kznewslists h1 {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	margin: 0;
}
.kznewslists .fbtime {
	font-size: 14px;
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
	text-align: center;
	color: #999;
	margin-bottom: 30px;
}
.kznewslists .fbnr {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
}
.kznewslists .fbnr p {
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
}
.kznewslists .fbnr img {
	max-width: 100%;
	height: auto;
}
 @media(max-width:640px) {
.kznewslists dl dt, .kznewslists dl dd {
	width: 100%;
}
}
@media (max-width: 940px) {
.cont1, .cont {
	width: 100%;
}
}
.piece .pageslf, .piece .pagesrt {
	width: 50%;
	overflow: hidden;
	font-size: 16px;
	line-height: 40px;
	padding: 0 1%;
	text-align: center;
	background: #f7f7f7;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media (max-width: 640px) {
.piece .pageslf, .piece .pagesrt {
	width: 100%;
}
}
.piece .pageslf a, .piece .pagesrt a {
	font-size: 1.6rem;
	color: #000;
	text-decoration: none;
}
.piece .pageslf a, .piece .pagesrt a {
	font-size: 1.6rem;
	color: #000;
	text-decoration: none;
}
.s-honor .sh-honor {
	max-width: 100%;
	margin: 0 auto;
}
.s-honor .sh-honor .pro-item {
	margin-bottom: 30px;
	width: 25%;
}
.s-honor .sh-honor .pro-item .pro-img {
	overflow: hidden;
	background: #fff;
}
.s-honor .sh-honor .pro-item .pro-img img {
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	margin: 0 auto;
}
.s-honor .sh-honor .pro-item .caption {
	background: #f6f6f6;
	text-align: center;
	padding: 15px 10px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.s-honor .sh-honor .pro-item .caption .title {
	font-size: 18px;
	color: #393939;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.s-honor .sh-honor .pro-item .caption .sub-title {
	display: none;
	color: #666;
	margin-top: 10px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.s-honor .sh-honor .pro-item:hover .pro-img img {
	-webkit-transform: scale(1.0, 1.0);
	transform: scale(1.0, 1.0);
}
.s-honor .sh-honor .pro-item:hover .caption {
	background-color: #1279e7;
}
.s-honor .sh-honor .pro-item:hover .caption .title {
	color: #fff;
}
.s-honor .sh-honor .pro-item:hover .caption .sub-title {
	color: #fff;
}
 @media (max-width: 768px) {
.s-honor .sh-honor {
	padding: 0 5px;
}
.s-honor .sh-honor .pro-item {
	margin-bottom: 12px;
	padding: 0 10px;
}
.s-honor .sh-honor .pro-item .caption {
	padding: 5px 5px;
	background: #f3f3f3;
}
.s-honor .sh-honor .pro-item .caption .title {
	font-size: 15px;
	line-height: 30px;
}
.s-honor .sh-honor .pro-item .caption .sub-title {
	font-size: 14px;
}
.s-honor .sh-honor .pro-item .caption .sub-title {
	display: none;
}
}
.s-honor .m-page {
	text-align: center;
	margin: 0;
}
.s-honor .m-page .pagination > li > a, .s-honor .m-page .pagination > li > span {
	color: #777;
}
.s-honor .m-page .pagination > .active > a, .s-honor .m-page .pagination > .active > span, .s-honor .m-page .pagination > .active > a:hover, .s-honor .m-page .pagination > .active > span:hover, .s-honor .m-page .pagination > .active > a:focus, .s-honor .m-page .pagination > .active > span:focus {
	background-color: #0054a6;
	border-color: #0054a6;
	color: #fff;
}
.s-honor .m-page .pagination > li > a:hover, .s-honor .m-page .pagination > li > span:hover, .s-honor .m-page .pagination > li > a:focus, .s-honor .m-page .pagination > li > span:focus {
	background-color: #0054a6;
	border-color: #0054a6;
	color: #fff;
}
@media (max-width: 992px) {
.s-honor .sh-honor .pro-item {
	width: 33.333%
}
.s-honor .sh-honor {
	padding: 0 10px;
}
}
@media (max-width: 768px) {
.s-honor .m-page {
	margin: 30px 0;
}
.s-honor .sh-honor .pro-item {
	width: 50%
}
}
@media (max-width: 900px) {
.nnews .fbnr img {
	max-width: 100%;
	height: auto;
}
}
.nfzlcnr h3 {
	width: 100%;
	overflow: hidden;
	font-size: 40px;
	color: #343434;
	line-height: 50px;
	font-weight: normal;
}
.btf-list {
	overflow: hidden;
	background: #fff
}
.btf-list .btf-item {
	float: left;
	width: 20%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-right: 1%;
	padding-left: 1%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
	overflow: hidden;
}
.btf-list .btf-item1 {
	padding-left: 0
}
.btf-list .btf-item5 {
	padding-right: 0
}
.btf-list .btf-item:last-child {
	margin-right: 0;
	border-right: 0;
}
.btf-list .btf-item .num-title {
	width: 103px;
	height: 90px;
	text-align: center;
	border-radius: 10px;
	padding: 5px;
	margin-right: 20px;
	float: left;
}
.btf-list .btf-item1 .num-title {
	background: url(../images/cf-icon.png) no-repeat;
}
.btf-list .btf-item1:hover .num-title {
	background: url(../images/cfh-icon.png) no-repeat;
}
.btf-list .btf-item2 .num-title {
	background: url(../images/kt-icon.png) no-repeat;
}
.btf-list .btf-item2:hover .num-title {
	background: url(../images/kth-icon.png) no-repeat;
}
.btf-list .btf-item3 .num-title {
	background: url(../images/ws-icon.png) no-repeat;
}
.btf-list .btf-item3:hover .num-title {
	background: url(../images/wsh-icon.png) no-repeat;
}
.btf-list .btf-item4 .num-title {
	background: url(../images/wsj-icon.png) no-repeat;
}
.btf-list .btf-item4:hover .num-title {
	background: url(../images/wsjh-icon.png) no-repeat;
}
.btf-list .btf-item5 .num-title {
	background: url(../images/zykt-icon.png) no-repeat;
}
.btf-list .btf-item5:hover .num-title {
	background: url(../images/zykth-icon.png) no-repeat;
}
.btf-list .btf-item .info {
	width: calc(100% - 130px);
	float: left;
}
.btf-list .btf-item .info .title {
	color: #555555;
	font-size: 2.4rem;
	margin-bottom: 5px;
}
.btf-list .btf-item .info .txt {
	font-size: 1.8rem;
	color: #c6c6c6;
	font-family: Arial
}
@media (max-width: 992px) {
.btf-list {
	display: none;
}
.footer .f-footer {
	padding-top: 0
}
.copyr {
	display: none
}
}
/**/
.in-procen {
	width: 100%
}
.btf-item:hover {
	background: linear-gradient(30deg, #3fd89b, #3d99e4);
	color: #fff;
}
.btf-list .btf-item:hover .info .title {
	color: #fff
}
.btf-list .btf-item:hover .info .txt {
	color: #fff
}
.imglist {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}
.imglist ul {
	width: 100%;
	overflow: hidden;
}
.imglist ul li {
	overflow: hidden;
	padding: 0;
	position: relative;
}
.imglist ul li img {
	width: 100%;
	height: auto;
}
.imglist ul li:hover img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.imglist ul li .imgbg {
	width: 100%;
	overflow: hidden;
	background: linear-gradient(150deg, rgba(63,216,155,0.9), rgba(61,155,225,0.9) );
	padding: 20px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.imglist ul li .imgbg {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.imglist ul li:hover .imgbg {
	height: 100%;
}
.imglist ul li .imgbg h5 {
	width: 100%;
	overflow: hidden;
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin: 0;
	line-height: 40px;
}
.imglist ul li .imgbg .imgen {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-family: Arial;
	text-transform: uppercase;
	line-height: 30px;
	margin-top: 8px;
}
.in-coopertit p {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.8;
	color: #000000
}
.about-list {
	display: flex;
	justify-content: space-between;
	padding: 6vh 0;
	background: linear-gradient(30deg, #3fd89b, #3d99e4);
}
.about-list li {
	width: 25%;
	padding: 0 50px;
	border-right: 1px #e5e9ed solid;
	position: relative;
	font-size: 12px;
	color: #666;
}
.about-list li:first-child img {
	width: 20px;
}
.about-list li:last-child {
	border-right: none;
}
.about-list li h3 {
	color: #fff;
	font-size: 2rem;
	margin-top: 10px;
	text-align: center;
}
.about-list li p {
	color: #fff;
	font-size: 2rem;
	text-align: center;
}
.about-list li img {
	position: absolute;
	width: 24px;
	right: 20%;
	top: 0;
}
.about-list li h3 em {
	font-style: normal;
	font-size: 5rem;
	font-weight: bold;
	font-family: Arial;
}
 @media(max-width:767px) {
.about-list {
	flex-wrap: wrap;
	padding: 50px 30px 0;
}
.about-list li {
	width: 50%;
	border-right: none;
	margin-bottom: 30px;
}
.about-list li:first-child, .about-list li:nth-child(3) {
	border-right: 1px #d1d1d1 solid;
	padding: 0 40px 0 0;
}
.about-list li:nth-child(2), .about-list li:nth-child(4) {
	border-right: none;
	padding: 0 0 0 40px;
}
.about-list li:nth-child(2) img, .about-list li:nth-child(4) img {
	right: 0;
}
}
.pinp {
	font-weight: bold;
	font-size: 3.8rem;
	color: #026bed;
	padding-bottom: 5vh
}
.hgds {
	padding: 10px 32px;
	display: inline-block;
	color: #0077ec;
	font-size: 2.0rem;
	line-height: 1;
	font-family: Arial;
	border-radius: 25px;
	margin-top: 5rem;
	border: 1px solid #0077ec;
	font-weight: bold;
}
.footer-hllx {
	width: 113%;
	background: url(../images/footer-hllx.png) left center no-repeat;
	position: absolute;
	bottom: 0px;
	left: -32px;
}
.hllx ul {
	padding-left: 7%;
	padding-top: 4rem;
	padding-bottom: 2rem;
}
.hllx {
	width: 100%;
	display: table;
	min-height: 87px;
	color: #999;
}
.hllx li {
	float: left;
	margin-right: 2.6%;
}
.hllx li .f-ewm {
	width: 100px;
	margin-right: 10px;
	float: left;
}
.hllx li .tbox {
	display: inline-block;
	line-height: 28px;
}
.hllx li .tbox .t1 {
	font-size: 16px;
	color: #fff;
}
.hllx li .tbox .t2 {
	font-size: 14px;
	margin-top: 15px;
}
.hllx li .tbox.tel {
	padding: 0px 0 0 34px;
	background: url(../images/footer-tel-icon.png) left 4px no-repeat;
}
.hllx li .tbox.yx {
	padding: 0px 0 0 34px;
	background: url(../images/footer-rx-icon.png) left 8px no-repeat;
}
.hllx li .tbox.add {
	padding: 0px 0 0 34px;
	background: url(../images/footer-yx-icon.png) left 4px no-repeat;
}
.hllx li .tbox.addr {
	padding: 0px 0 0 34px;
	background: url(../images/footer-addr-icon.png) left 4px no-repeat;
}
.hllx li .tbox.ewm {
	padding-top: 22px;
}
.hllx .copyright {
	line-height: 28px;
	color: #999;
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
}
 @media (max-width: 900px) {
.hllx li {
	width: 100%;
	margin-right: 0;
}
.hllx .copyright {
	text-align: center;
	margin-top: 0;
	display: block;
}
.hllx li:first-child {
	display: none;
}
}
.inhl-news img {
	max-width: 100%;
	vertical-align: middle
}
.inhl-news li, .inhl-news ul {
	list-style: none
}
.inhl-news a, .inhl-news a:hover {
	text-decoration: none
}
.inhl-news .news .news-list {
	margin: 15px 4% 15px 0px;
	padding: 0;
	transition: all .3s;
	width: 47.8%;
}
.inhl-news .news .news-list .news-date {
	padding: 2rem 0;
	float: right;
	overflow: hidden;
	width: 100px;
	height: 100px;
	background: #f0f4f8;
	color: #fff;
	text-align: center;
	border-radius: 20px;
}
.inhl-news .news .news-list .news-date p {
	margin: 0;
	font-size: 4.8rem;
	font-family: Arial;
	color: #4a4a4a;
	position: relative;
	line-height: 0.7;
}
.inhl-news .news .news-list:hover .news-date {
	background: #0fd185;
	color: #fff
}
.inhl-news .news .news-list:hover .news-date p {
	color: #fff
}
.inhl-news .news .news-list:hover .news-date span {
	color: #fff
}
.inhl-news .news .news-list .news-date span {
	display: block;
	font-size: 1.6rem;
	margin-top: 6px;
	color: #949494;
	font-family: Arial
}
.inhl-news .news .news-list .news-txt {
	color: #333;
	padding: 0px 0px 0px 21px;
	height: 130px;
	position: relative;
	width: calc(100% - 130px);
	float: left
}
.inhl-news .news .news-list .news-txt h3 {
	background: url(../images/in-news-icon.png) left center no-repeat;
	padding-left: 47px;
	overflow: hidden;
	margin: 5px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	font-size: 2rem;
	color: #2d2d2d
}
.inhl-news .news .news-list .news-txt p {
	display: -webkit-box;
	overflow: hidden;
	margin: 15px 0 0;
	color: #707070;
	font-size: 1.8rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.5
}
.inhl-news .news .news-list:hover .news-txt h3 {
	color: #0644a5
}
.inhl-news .news {
	margin: 0 auto;
	margin-top: 8rem;
}
.inhl-news .news::after, .inhl-news .news::before {
	content: '';
	display: block;
	clear: both;
}
.inhl-news .news .news-list:hover .news-txt::after {
	background: #1765ce;
}
.inhl-news .news .news-list:nth-child(2n) {
	margin-right: 0;
}
@media(max-width:995px) {
.inhl-news .news .news-list {
	width: 100%;
	padding: 7px 10px;
}
}
@media(max-width:767px) {
.inhl-news .news .news-list {
	padding: 7px 10px;
	margin: 0;
}
.inhl-news .news .news-list .news-txt {
	padding: 28px 9px 28px 109px
}
.inhl-news .news .news-list .news-txt::after {
	display: none;
}
.banner-con {
	height: 36vh
}
}
.ngds {
	padding: 10px 32px;
	display: inline-block;
	color: #fff;
	font-size: 2.0rem;
	line-height: 1;
	font-family: Arial;
	border-radius: 25px;
	margin-top: 5rem;
	font-weight: bold;
	background: linear-gradient(30deg, #3fd89b, #3d99e4);
}
.hlcontact {
	margin-top: 60px;
	margin-bottom: 60px;
}
.hlcontact .hlcontactlf {
	overflow: hidden;
	padding: 50px 0;
}
.hlcontact .hlcontactlf dl {
	width: 192px;
	overflow: hidden;
	margin: auto;
}
.hlcontact .hlcontactlf dl dt, .contact .hlcontactlf dl dd {
	overflow: hidden;
}
.hlcontact .hlcontactlf dl dd {
	text-align: center;
	height: 34px;
	line-height: 34px;
	font-size: 15px;
	color: #fff;
	border-radius: 5px;
	margin-top: 6px;
	background: -webkit-linear-gradient(87deg, #11d085, #0f82e0);
}
.hlcontact .nlxfs {
	width: 100%;
	overflow: hidden;
	padding-left: 70px;
	margin-top: 50px;
}
.hlcontact .nkfrx, .hlcontact .ngsyx {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	padding-left: 50px;
	font-size: 20px;
	color: #000;
	margin-top: 6px;
}
.hlcontact .nkfrx a, .hlcontact .ngsyx a {
	font-size: 20px;
	color: #000;
}
.hlcontact .nkfrx {
	background: url(../images/icon32.png) no-repeat left center;
}
.hlcontact .ngsyx {
	background: url(../images/icon33.png) no-repeat left center;
}
.hlcontact .hlcontactrt {
	overflow: hidden;
}
.hlcontact .hlcontactrt dl {
	margin-bottom: 52px;
	float: left;
}
.hlcontact .hlcontactrt dl dt {
	font-size: 30px;
	color: #2e2e2e;
	font-weight: normal;
}
.hlcontact .hlcontactrt dl dd {
	font-size: 20px;
	color: #2e2e2e;
	line-height: 30px;
	margin-top: 8px;
}
.syblx {
	margin-right: 1%;
	padding: 4%;
	background: #00000003;
}
.form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0
}
.form-control {
	width: 60%
}
 @media (max-width: 750px) {
.in-coopertit h4 {
	margin-bottom: 3rem;
}
.imglist ul li .imgbg h5 {
	font-size: 20px;
	line-height: 30px
}
.about-list li h3 em {
	font-size: 3rem
}
.kz-tit h3 {
	font-size: 3.2rem;
	line-height: 1;
}
.kz-tit h4 {
	font-size: 2.2rem;
	line-height: 1;
	padding-top: 1rem;
}
.imglist {
	margin-top: 0
}
.kz-tit h2 {
	font-size: 1.4rem;
	line-height: 1;
	padding-top: 2rem;
	padding-bottom: 4rem
}
.in-honor {
	padding-top: 4vh;
	padding-bottom: 5vh
}
.kzjz-ryzz .recent-works .owl-theme .owl-controls {
	margin-top: -20px;
}
.about-right {
	margin-top: 4vh
}
.about-right .about-main {
	margin-bottom: 0
}
.about-right .about-img {
	margin-top: 2vh
}
.botn .botn-en ul li {
	width: 47%
}
.botn .botn-en ul li {
	padding: 0 5%
}
.botn .botn-en ul li h3 {
	padding-left: 4rem;
	font-size: 1.6rem;
}
.botn .botn-en ul li:first-child h3 {
	background: url(../images/in-about-xt1.png) left center no-repeat;
	background-size: 18%;
}
.botn .botn-en ul li:nth-child(2) h3 {
	background: url(../images/in-about-xt2.png) left center no-repeat;
	background-size: 18%;
}
.botn .botn-en ul li:nth-child(3) h3 {
	background: url(../images/in-about-xt3.png) left center no-repeat;
	background-size: 18%;
}
.botn .botn-en ul li:nth-child(4) h3 {
	background: url(../images/in-about-xt4.png) left center no-repeat;
	background-size: 18%;
}
.botn .botn-en ul li:nth-child(5) h3 {
	background: url(../images/in-about-xt5.png) left center no-repeat;
	background-size: 18%;
}
.botn .botn-en ul li:nth-child(6) h3 {
	background: url(../images/in-about-xt6.png) left center no-repeat;
	background-size: 18%;
}
.botn .botn-en ul li:first-child:hover h3 {
	background: url(../images/in-about-hxt1.png) left center no-repeat;
	background-size: 18%;
}
.botn .botn-en ul li:nth-child(2):hover h3 {
	background: url(../images/in-about-hxt2.png) left center no-repeat;
	background-size: 18%;
}
.botn .botn-en ul li:nth-child(3):hover h3 {
	background: url(../images/in-about-hxt3.png) left center no-repeat;
	background-size: 18%;
}
.botn .botn-en ul li:nth-child(4):hover h3 {
	background: url(../images/in-about-hxt4.png) left center no-repeat;
	background-size: 18%;
}
.botn .botn-en ul li:nth-child(5):hover h3 {
	background: url(../images/in-about-hxt5.png) left center no-repeat;
	background-size: 18%;
}
.botn .botn-en ul li:nth-child(6):hover h3 {
	background: url(../images/in-about-hxt6.png) left center no-repeat;
	background-size: 18%;
}
.advan-list li.device {
	width: 46%;
	margin-right: 4%;
	margin-bottom: 2vh;
}
.advan-list .advan-item .advan-txt h3 {
	display: none
}
.advan-list .advan-item .advan-txt p {
	display: none
}
.in-service {
	background-size: 100% 100%
}
.advan-list .advan-item .advan-txt h2 {
	font-size: 1.8rem;
	line-height: 1
}
.advan-list .advan-item {
	padding-bottom: 2rem;
}
.advan-list .advan-item .advan-txt {
	padding: 5px 15px 12px;
}
.in-kz-btn {
	padding: 7px 22px;
	font-size: 1.2rem;
	line-height: 1
}
.in-coopertit h3 {
	font-size: 3.2rem;
	background: -webkit-linear-gradient(87deg, #11cf86, #0f85dc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.in-coopertit h5 {
	font-size: 2.4rem;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	padding: 3rem 0 1.2rem 0;
}
.in-coopertit h6 {
	font-size: 1.2rem;
	line-height: 1;
}
.gds {
	padding: 8px 27px;
	display: inline-block;
	color: #0077ec;
	font-size: 1.6rem;
	line-height: 1;
	font-family: Arial;
	margin-top: 3rem;
	border: 1px solid #0077ec;
	font-weight: bold;
}
.hgds {
	font-size: 1.6rem;
}
.in-mdlist-tit {
	padding-top: 0
}
.kzbf h2 {
	font-size: 2rem;
	color: #046ae5;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 1rem;
}
.in-kzbf-list li h3 {
	font-size: 1.6rem;
}
.kzbf h4 {
	font-size: 1.6rem;
	color: #4a4a4a;
	font-weight: bold;
	line-height: 1;
	padding-top: 1.6rem;
}
.in-kzbf-list {
	margin: 2.5rem 0;
}
.kzmd {
	padding: 5% 3% 2% 3%;
}
.kzbf {
	padding: 0% 3% 4% 3%;
}
.footer-logo-img img {
	max-width: 80%
}
.newslf .newslfnr .newstit, .newsrt dl dd .newstit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 1.6rem;
}
.newslf .newslfnr .newsms, .newsrt dl dd .newsms {
	font-size: 1.6rem;
	line-height: 1.5;
}
.newslf .date, .newsrt dl dt {
	width: 16%
}
.newslf .date .year, .newsrt dl dt .year {
	font-size: 4rem;
}
.newslf .date .day, .newsrt dl dt .day {
	font-size: 1.4rem;
}
.newslf .newsimg {
	margin-top: 2.8rem;
	height: 328px;
}
.innewsdt {
	padding: 3vh 0;
}
.in-cooperation {
	padding-bottom: 0
}
.nnews .fbnr img {
	text-indent: 0;
	display: block
}
.advan-list li.device:nth-child(2n) {
	margin-right: 0
}
.in-mdlist {
	padding-right: 0
}
.kzcs {
	width: 86%;
	margin: 0 auto;
}
.advan-list li.device:nth-child(5) {
	margin-right: 4%
}
.imglist ul li {
	margin-bottom: 10px;
}
.in-coopertit p {
	text-align: left;
	text-indent: 2em;
}
.pinp {
	font-size: 2.8rem;
}
.box5046_-4694 .product-warp .product-info ul li .item-bor .item-text {
	font-size: 1.6rem !important;
	line-height: 2 !important
}
.inhl-news .news {
	margin-top: 2rem !important;
}
.inhl-news .news .news-list .news-txt {
	padding: 0px 5px 0px 5px !important;
}
.inhl-news .news .news-list .news-txt {
	color: #333;
	padding: 0px 0px 0px 21px;
	height: 100px;
	position: relative;
	width: calc(100% - 90px);
	float: left;
}
.inhl-news .news .news-list .news-date {
	width: 80px;
	height: 80px;
}
.inhl-news .news .news-list .news-txt p {
	font-size: 1.4rem;
}
.inhl-news .news .news-list .news-txt h3 {
	font-size: 1.8rem;
}
.inhl-news .news .news-list .news-date p {
	font-size: 3rem;
}
.ngds {
	font-size: 1.6rem;
}
.footer {
	background: #2b2b2b
}
.footer-hllx {
	background: none
}
.w_grid-000 {
	padding-left: 0;
	padding-right: 0;
}
.w_grid-000 .p_gridbox {
	padding-left: 0;
	padding-right: 0
}
.inhl-hz .list-main {
	min-height: auto
}
.inhl-hz .tabs-title a.active, .inhl-hz .tabs-title a:hover {
	font-size: 1.8rem;
}
.inhl-hz .tabs-title a {
	font-size: 1.8rem;
	padding: 18px 30px
}
.pagecon p img {
	display: block !important;
	width: 100% !important;
	text-indent: 0 !important
}
.hlanli .product-warp .product-info ul li .item-bor .item-text {
	font-size: 1.6rem !important;
	line-height: 2 !important
}
.kznewslists dl {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%
}
.box3003_-8893 .m-product .pro-item {
	width: 90% !important;
	margin: 0 5% !important;
	margin-bottom: 10px !important;
}
.m-page {
	background: #fff;
	padding: 0
}
.hlcontact .ncontactlf {
	padding-top: 0 !important;
}
.hlcontact .nlxfs {
	padding-left: 0;
	margin-bottom: 20px;
}
.nmessage {
	margin-top: 30px;
}
.hlcontact .hlcontactrt dl {
	margin-bottom: 20px;
}
.hlcontact {
	margin-top: 0
}
.hlcontact .hlcontactlf {
	padding-top: 0;
}
.w_grid-000 .p_gridbox {
	border-top: none
}
.f-footer {
	border-top: none
}
.item-list {
	padding: 0 4%
}
.m-page .right-box .right-con {
	padding: 0
}
.m-page .menu-wrap, .m-page .contact, .m-page .right-con {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.m-page .right-box .right-con .main {
	padding-top: 0
}
.box3009_-6066 .m-site {
	margin-bottom: 10px !important;
}
.form-control {
	width: 100% !important
}
.form-horizontal {
	margin-bottom: 30px;
}
.inhl-news .news .news-list .news-txt h3 {
	font-weight: normal
}
.inhl-news .news .news-list .news-date {
	border-radius: 12px;
}
.kzjz-banner .ibanner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0 !important
}
.kzjz-banner .ibanner .swiper-pagination-bullet {
	width: 8px;
	font-size: 8px;
	line-height: 8px;
}
.kzjz-banner .ibanner .swiper-pagination-bullet-active::after {
	height: 8px;
}
}
.kzjz-banner .ibanner .swiper-pagination-bullet::after {
	width: 8px;
	height: 8px;
}
