@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;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	clear: both;
 *zoom: 1;
}
.area {
	margin: 0 auto;
}
.area ul li.aream {
	float: left;
	font-size: 1.6rem;
	line-height: 2.25;
	color: rgba(255, 255, 255, 0.6);
	width: 6%;
}
.area ul li.aream a, .area ul li.aream a:hover {
	color: rgba(255, 255, 255, 0.6);
}
.area-t {
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.6rem;
	line-height: 2.25;
}
.headewm {
	width: 40px;
	height: 40px;
	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; z-index:1000;
}
.headewmimg p {
	margin: 0;
	padding: 0
}
.headewmimg img {
	width: 100px;
	margin: 0 auto;
}
.probg {
	width: 100%;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.95);
	padding: 34px 0 30px 0;
	position: absolute;
	height: 200px;
	bottom: 0;
	opacity: 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%);
}
.probg .protit {
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #1b1b1b;
	margin-bottom: 20px;
	position: relative;
}
.probg .proms {
	width: 100%;
	overflow: hidden;
	font-size: 15px;
	color: #1b1b1b;
	margin-bottom: 30px;
	padding: 0 38px;
	text-align: justify;
}
.probg .tb {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.pro-item:hover {
	box-shadow: 2px 0px 10px rgba(0,0,0,0.34);
	-moz-box-shadow: 2px 0px 10px rgba(0,0,0,0.34);
	-webkit-box-shadow: 2px 0px 10px rgba(0,0,0,0.34);
}
.pro-item:hover .probg {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.pro-item:hover dd {
	opacity: 0;
}
.kzdmlist .in-product {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}
.kzdmlist .in-product .pro-item {
	margin-bottom: 28px;
	padding: 10px 10px;
	position: relative;
	top: 0;
	transition: all .5s ease;
}
.kzdmlist .in-product .pro-item a {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
}
.kzdmlist .in-product .pro-item:hover .caption .title {
	color: #0158cb;
}
.kzdmlist .in-product .pro-item:hover {
	top: -10px;
	box-shadow: rgb(0 0 0 / 20%) 0px 3px 10px 2px;
}
.kzdmlist .in-product .pro-item .pro-img {
	width: 100%;
	text-align: center;
	overflow: hidden;
	float: left;
	vertical-align: middle;
}
.kzdmlist .in-product .pro-item .pro-img img {
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.kzdmlist .in-product .pro-item .caption {
	width: 100%;
	overflow: hidden;
	background: #f3f3f3;
	line-height: 30px;
	padding: 15px 0;
	text-align: left;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.kzdmlist .in-product .pro-item .caption .title {
	font-size: 18px;
	color: #777;
	line-height: 22px;
	text-align: center;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	text-align: center;
	position: relative;
}
.kzdmlist .in-product .pro-item .caption .sub-title {
	display: -webkit-box;
	line-height: 25px;
	color: #999;
	margin: 10px 10px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.kzdmlist .in-product .pro-item:hover .pro-img img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
 @media (max-width: 1420px) {
.kzdmlist .in-product .pro-item {
	width: 32%;
	margin-left: 1%;
	margin-bottom: 10px;
}
}
@media (max-width: 992px) {
.kzdmlist .in-product .pro-item {
	width: 48%;
	margin: 0 1% 15px;
	box-sizing: border-box;
}
.kzdmlist .in-product {
	padding: 0 20px;
}
}
@media (max-width: 768px) {
.kzdmlist .in-product {
	padding: 0 5px;
}
.kzdmlist .in-product .pro-item {
	margin-bottom: 20px;
	padding: 0 10px;
}
.kzdmlist .in-product .pro-item .caption {
	padding: 0;
	position: relative;
}
.kzdmlist .in-product .pro-item .caption .title {
	font-size: 15px;
	line-height: 35px;
}
.kzdmlist .in-product .pro-item .caption .sub-title {
	font-size: 14px;
}
.kzdmlist .in-product .pro-item:nth-child(2n) {
	margin-right: 0;
}
}
 @media (max-width: 768px) {
.kzdmlist .in-product .pro-item {
	width: 49%;
	margin: 0 auto;
	margin-right: 2%;
	margin-bottom: 10px;
	padding: 0;
}
.kzdmlist .in-product .row {
	margin: 0;
}
}
.p-title {
	text-align: center;
	position: relative;
	padding: 100px 0 40px;
}
.p-title h3 {
	font-size: 4rem;
	color: #222;
	font-weight: bold;
}
.p-title h3 em {
	color: #1279e7;
	font-style: normal;
}
.p-title img {
	margin-top: 15px;
}
 @media(max-width:767px) {
.p-title {
	padding: 60px 0 20px;
}
.p-title h3 {
	font-size: 24px;
}
}
.kzxmjs .advan-item {
	display: block;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.kzxmjs .advan-item .advan-img {
	padding: 15px;
}
.kzxmjs .advan-item .advan-txt {
	padding: 5px 15px 25px;
}
.kzxmjs .advan-item .advan-txt h2 {
	line-height: 2;
	font-size: 48px;
	color: #1757ab;
	margin: 0;
}
.kzxmjs .advan-item .advan-txt h3 {
	font-size: 3rem;
	color: #333;
	margin-bottom: 20px;
}
.kzxmjs .advan-item .advan-txt p {
	text-indent: 0;
	margin-top: 10px;
	font-size: 1.8rem;
	line-height: 1.6em;
	color: #666;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.kzxmjs .advan-item:hover {
	background-color: #1757ab;
}
.kzxmjs .advan-item:hover h2, .kzxmjs .advan-item:hover .advan-txt h3, .kzxmjs .advan-item:hover .advan-txt p {
	color: #fff;
}
.bmjsc p {
	font-size: 2rem;
	line-height: 3
}
@media (max-width: 767px) {
.kzxmjs .advan-item .advan-img {
	height: 300px;
	overflow: hidden
}
.kzxmjs .advan-item .advan-txt h2 {
	line-height: 70px;
}
}
.advan-img img {
	max-width: 220px;
}
.ad-bg {
	background: url(../images/youshi.jpg) no-repeat top center;
	background-size: 100% 100%;
	padding: 3.33333333333333vw 0;
	margin-top: 0;
}
.mx1440 {
	max-width: 1560px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}
.ad-bg .ad-index .ad-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ad-bg .ad-index .ad-list li {
	text-align: center;
	width: 25%;
	height: 285px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: all 0.6s ease;
}
.ad-bg .ad-index .ad-list li .w1 {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
}
.ad-bg .ad-index .ad-list li .w2 {
	background: url(../images/next.png) no-repeat top center;
	width: 21px;
	height: 17px;
	margin: 0 auto;
	background-size: 21px 17px;
	margin-top: 30px;
}
.ad-bg .ad-index .ad-list li .w3 {
	color: #e0e0e0;
	font-size: 15px;
	line-height: 28px;
	margin-top: 15px;
	display: none;
}
.ad-bg .ad-index .ad-list li .w3 p {
	padding: 0;
	margin: 0;
}
.ad-bg .ad-index .ad-list li + li {
	border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.ad-bg .ad-index .ad-list li .img1 img {
	max-width: 100%;
}
.ad-bg .ad-index .ad-list li:hover {
	transform: translateY(10px);
}
.ad-bg .ad-index .ad-list li:hover .w3 {
	display: block;
	transition: all 0.6s ease;
}
.ad-bg .ad-index .ad-list li:hover .w2 {
	display: none;
	transition: all 0.6s ease;
}
.advantage-title {
	text-align: center;
	position: relative;
}
.advantage-title h3 {
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	z-index: 101;
	padding: 0 20px;
}
.advantage-title p {
	font-size: 15px;
	color: #fff;
	font-family: 'Arial';
	text-transform: uppercase;
	margin-top: 10px;
}
.advantage-title:after, .advantage-title::before {
	content: '';
	position: absolute;
	z-index: 100;
	left: 0;
	top: 34%;
	width: 28%;
	height: 1px;
	background: #fff;
}
.advantage-title::before {
	right: 0;
	left: auto;
}
@media (max-width: 768px) {
.ad-bg .ad-index .ad-list {
	flex-wrap: wrap;
}
.ad-bg .ad-index .ad-list li .img1 img {
	max-width: 20%;
}
.ad-bg .ad-index .ad-list li .w1 {
	font-size: 14px;
	padding-top: 5px;
}
.ad-bg .ad-index .ad-list li .w2 {
	display: none;
}
.ad-bg .ad-index .ad-list li .w3 {
	display: block;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 15px;
}
.ad-bg .ad-index .ad-list li + li {
	border-left: 1px solid rgba(255, 255, 255, 0.12) !important;
}
.ad-bg .ad-index .ad-list li {
	width: 49%;
	height: auto;
	padding: 12px 10px;
	margin-bottom: 10px;
	border: 1px solid rgba(255, 255, 255, 0.12);
}
.mx1440 {
	padding: 0 10px;
}
.advantage-title:after, .advantage-title::before {
	display: none;
}
}
@media (max-width: 990px) {
.advantage-title h3 {
	font-size: 22px;
}
}
.table th {
	font-size: 2rem;
	text-align: center;
}
.table td {
	font-size: 1.6rem;
	text-align: center;
}
.contact {
	padding-top: 40px;
	max-width: 1600px;
	margin: auto;
}
.contact .contact-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 40px;
}
.contact .contact-items .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 32%;
	height: 120px;
	max-width: 370px;
	padding: 0 24px;
	margin-bottom: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.13);
}
.contact .contact-items .item .img {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
.contact .contact-items .item .box {
	padding-left: 20px;
}
.contact .contact-items .item .box .tit {
	font-size: 16px;
}
.contact .contact-items .item .box .p {
	font-size: 16px;
	white-space: nowrap;
}
.contact .content-map {
	overflow: hidden;
	width: 100%;
	float: left;
	margin-bottom: 40px;
	background: #fff;
	padding: 20px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.contact .contact-text {
	width: 48%;
	float: right;
	background: #fff;
	padding: 20px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.contact .contact-text .text-box {
	padding: 10px 0;
	overflow: hidden;
}
.contact .contact-text .text-box span {
	font-size: 22px;
	color: #333;
	line-height: 36px;
	display: block;
	margin-bottom: 40px;
}
.contact .contact-text .text-box p {
	font-size: 16px;
	line-height: 32px;
	color: #666;
	display: block;
}
@media (max-width:1630px) {
.contact {
	width: 100%;
	padding: 20px 0px;
}
}
@media (min-width: 640px) and (max-width: 980px) {
.contact .contact-items .item .box {
	width: 100%;
	padding-left: 0;
	text-align: center;
}
.contact .contact-items .item .img {
	width: 100%;
	text-align: center;
}
.contact .contact-items .item {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contact .contact-items .item .box .p {
	font-size: 18px;
}
}
@media (max-width:767px) {
padding:20px 10px;
}
@media (max-width: 640px) {
.contact .contact-items {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contact .contact-items .item {
	width: 100%;
}
}
@media (min-width:1200px) {
.contact .contact-items .item .box .p {
	font-size: 16px;
}
}
.flow-pages {
	width: 100%;
}
.flow-pages .flow-list {
	padding: 48px 0;
	box-sizing: border-box;
	max-width: 1320px;
	position: relative;
	margin: 0 auto;
}
.flow-pages .flow-list .flow-text {
	float: left;
	width: 50%;
}
.flow-pages .flow-list .flow-img {
	float: left;
	width: 50%;
	padding: 10px 10px;
	box-shadow: 0 0 10px #c7c4c4;
	border-radius: 10px;
	text-align: center;
	background: #fff;
}
.flow-pages .flow-list .flow-img img {
	max-width: 100%;
}
.flow-pages .flow-list .flow-text h4 {
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.flow-pages .flow-list .flow-text h5 {
	color: #1279e7;
	font-size: 2.2rem;
	margin-bottom: 20px;
	line-height: 2.5;
}
.flow-pages .flow-list .flow-text p {
	color: #292929;
	font-size: 2.0rem;
	line-height: 1.75;
}
 @media(max-width:992px) {
}
@media(max-width:768px) {
.flow-pages .flow-list .flow-text, .flow-pages .flow-list .flow-img {
	width: 100%;
	padding: 15px 10px !important;
}
.flow-pages .flow-list {
	padding: 25px 10px;
}
.flow-pages .flow-list .flow-text h4 {
	font-size: 2.6rem;
	margin-bottom: 20px;
}
}
@media(max-width:645px) {
}
.ysjs p {
	text-indent: 0em !important
}
.p-title {
	text-align: center;
	position: relative;
	padding: 100px 0 40px;
}
.p-title h3 {
	font-size: 4rem;
	color: #222;
	font-weight: bold;
}
.p-title h3 em {
	color: #1279e7;
	font-style: normal;
}
.p-title img {
	margin-top: 15px;
}
 @media(max-width:767px) {
.p-title {
	padding: 60px 0 20px;
}
.p-title h3 {
	font-size: 24px;
}
}
.kzjz-nav .top-nav .navbar>ul>li>a.selected {
	color: #1279e7
}
.kzfooter-nav .mf-buttom {
	position: relative;
}
.kzfooter-nav .mf-buttom img {
	max-width: 100%;
	vertical-align: middle
}
.kzfooter-nav .mf-buttom li, .box20064_1 ul {
	list-style: none
}
.kzfooter-nav .mf-buttom a {
	text-decoration: none
}
.kzfooter-nav .mf-buttom .db {
	position: fixed;
	bottom: 0;
	z-index: 999;
	display: flex;
	width: 100%;
	background: #9e9e9e;
	text-align: center;
	justify-content: space-around;
	align-items: flex-end;
	left: 0;
	padding-bottom: 8px;
}
.footer {
	padding-bottom: 7rem
}
.kzfooter-nav .mf-buttom .db li img {
	width: 30px
}
.kzfooter-nav .mf-buttom .db li.dt img {
	width: 40px;
	transform: translateY(2px)
}
.kzfooter-nav .mf-buttom .db li a {
	color: #fff;
	font-size: 12px
}
.kzfooter-nav .mf-buttom .db li a p {
	font-size: 1.8rem;
	margin-top: 5px
}
.kzfooter-nav .mf-buttom .wx-mask {
	position: fixed;
	background: rgba(0, 0, 0, 0.2);
	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;
	top: 0;
	z-index: -99;
	width: 100vw;
	height: 100vh;
	opacity: 0;
}
.mf-buttom .wx-mask .marsk-it {
	width: 240px;
	text-align: center;
	padding: 10px 10px;
	border-radius: 10px;
	background: #fff;
}
.kzfooter-nav .mf-buttom .wx-mask .marsk-it .close {
	width: 25px;
	margin-top: 3px;
}
.kzfooter-nav .mf-buttom .wx-mask .marsk-close {
	width: 100%;
	text-align: left;
	height: 35px;
}
.kzfooter-nav .mf-buttom .wx-mask .marsk-close span {
	display: inline-block;
	font-size: 16px;
	color: #333;
	line-height: 35px;
}
.kzfooter-nav .mf-buttom .wx-mask .marsk-fz {
	margin: 10px 0;
}
.kzfooter-nav .mf-buttom .wx-mask .marsk-fz input {
	font-size: 14px;
	width: 50%;
	outline: none;
	border: none;
}
.kzfooter-nav .mf-buttom .wx-mask .all {
	line-height: 35px;
	font-size: 16px;
}
.kzfooter-nav .mf-buttom .wx-mask .all a {
	display: block;
	color: #333;
}
.kzfooter-nav .mf-buttom .wx-mask .good {
	line-height: 35px;
	font-size: 16px;
}
.kzfooter-nav .mf-buttom .wx-mask .success {
	display: none;
}
.kzfooter-nav .mf-buttom .wx-mask .wm-marsk {
	width: 200px;
	margin: 0 auto;
}
.kzfooter-nav .mf-buttom .wx-mask.open {
	opacity: 1;
	z-index: 9999;
}
.kzjz-nav {
	position: static !important
}
.kzbreadcr {
	margin: 0 auto;
	min-width: 73%;
	width: 100%;
	max-width: 1400px;
}
.kzbreadcr .row {
	margin-left: 0;
	margin-right: 0
}
.kzbreadcr:after, .kzbreadcr:before {
	content: ' ';
	display: block;
	clear: both;
}
.kzbreadcr>div:nth-child(1) {
	float: right;
	width: 34.14%;
	margin: 0;
	padding: 0;
}
.kzbreadcr>div:nth-child(2) {
	width: 65.86%;
	margin: 0;
	float: left;
}
.kzbreadcr .m-classify ul li a:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	display: block;
	background: #ccc;
	top: 50%;
	margin-top: -7px;
	right: 0px;
}
.kzbreadcr .m-classify ul li a:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 0%;
	height: 3px;
	background-color: none;
	transition: all .3s;
}
.kzbreadcr .m-classify ul li a:hover:after {
	width: 80%;
	left: 10%;
	background-color: #0054a6;
}
.kzbreadcr .m-site .container {
	width: 100%;
	text-align: right;
}
.kzbreadcr .m-site {
	padding: 27px 0;
}
.kzbreadcr .m-site .pos label {
	font-weight: 400;
	padding-left: 22px;
}
.kzbreadcr .m-site .pos label, .m-site .pos a, .m-site .pos span {
	font-size: 14px;
	color: #999;
}
.kzbreadcr .m-site .pos span {
	margin: 0 8px;
}
.kzbreadcr .m-site .pos a:hover {
	color: #0054a6;
}
 @media (max-width: 768px) {
.kzbreadcr .m-site {
	padding: 15px 0;
	border-bottom: 1px solid #efefef;
}
.kzbreadcr .m-site .pos {
	float: left;
	width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
}
.kzbreadcr .m-site .more {
	float: right;
	color: #666;
}
}
@media (min-width: 768px) {
.kzbreadcr .m-classify ul {
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.kzbreadcr .m-classify ul li {
	display: inline-block;
}
.kzbreadcr .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;
}
.kzbreadcr .m-classify ul li a:hover {
	color: #1279e7;
}
.kzbreadcr .m-classify ul li.active a {
	color: #1279e7;
}
.kzbreadcr .m-classify ul li.active a::after {
	width: 80%;
	left: 10%;
	background-color: #1279e7;
}
}
 @media (max-width: 992px) {
.kzbreadcr {
	display: flex;
	justify-content: flex-start;
	flex-direction: column-reverse;
}
.kzbreadcr>div:nth-child(2), .kzbreadcr>div:nth-child(1) {
	width: 100%;
}
.kzbreadcr>div:nth-child(2) .m-classify {
	border-bottom: 1px solid #ddd;
}
.kzbreadcr>div:nth-child(2) {
	padding: 0 10px;
}
.kzbreadcr .m-site .container {
	width: 100%;
	text-align: left;
	padding: 0 20px;
}
.kzbreadcr>div:nth-child(1) .row {
	margin: 0;
}
}
 @media (max-width: 768px) {
.kzbreadcr .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;
}
.kzbreadcr .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%);
}
.kzbreadcr .m-classify ul h3 {
	font-size: 20px;
	padding: 15px;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.kzbreadcr .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;
}
.kzbreadcr .m-classify ul li a:hover {
	background-color: #1279e7;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.kzbreadcr .m-classify ul li.active a {
	background-color: #1279e7;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.kzbreadcr .m-classify.show .mask {
	opacity: 1;
	visibility: visible;
}
.kzbreadcr .m-classify.show ul {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
}
.pagecon {
	padding-top: 3vh;
	padding-bottom: 7vh
}
.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: linear-gradient(0deg, #ff5c51, #ff9b4f);
}
.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: url(../images/in-service-bg.jpg) no-repeat;
	padding: 5rem 0 7rem 0
}
.kz-tit {
	text-align: center
}
.kz-tit h3 {
	font-size: 4.6rem;
	line-height: 4.6rem;
	color: #ffffff;
	font-weight: bold
}
.kz-tit h4 {
	font-size: 2.2rem;
	font-weight: bold;
	font-family: Arial;
	line-height: 2.2rem;
	color: #fff;
	padding-top: 1rem;
}
.kz-tit h2 {
	font-size: 3.6rem;
	color: #fff;
	font-weight: normal;
	line-height: 3.6rem;
	padding-top: 3.6rem;
	padding-bottom: 5.2rem;
}
.in-kz-btn {
	padding: 10px 32px;
	display: inline-block;
	background: linear-gradient(30deg, #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: #fff;
	color: #046ae5;
}
.in-honor {
	background: url(../images/in-ry-bg.jpg) no-repeat;
	width: 100%;
	padding-top: 6.48vh;
	padding-bottom: 15.19vh
}
.in-honor-tit {
	color: #2d2d2d !important
}
.in-honor-tit1 {
	color: #ff8850 !important;
	font-weight: bold !important
}
.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: 1.8rem;
	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: #f8f8f8 url(../images/in-competitors-bg.jpg) 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;
}
.in-coopertit h4 {
	font-family: Arial;
	color: #fff;
	font-size: 2rem;
	line-height: 2rem;
	padding-top: 1rem;
}
.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: #fff;
	font-size: 2.2rem;
	line-height: 2.2rem;
	font-family: Arial;
	margin-top: 7rem;
	border: 4px solid #fff;
	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 {
	text-align: center;
	padding: 2.6rem 0
}
.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 300px;
	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 38px;
	-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: #1e74dc;
	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 {
	background-color: #1e74dc;
}
.kzjz-nav .top-nav .navbar>ul>li .subnav li:hover a {
	color: #fff
}
.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;
	background: url(../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: 1440px) {
.kzjz-nav .top-nav .navbar {
	margin: 0 0 0 6%
}
}
@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%
}
.pagecon p img {
	display: block;
	width: 100%;
	text-align: center
}
}
@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;
}
.kzjz-banner .ibanner .banner-loaded .bar-container .swiper-slide img {
	vertical-align: middle;
	border: none;
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: #0054a6;
	height: 16px;
}
.kzjz-banner .ibanner .swiper-pagination-bullet:hover {
	opacity: 1;
}
.kzjz-banner .ibanner .swiper-pagination-bullet:hover:after {
	background: #0054a6;
	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: #0054a6;
}
.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 {
	display: none;
	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(../images/zoom.png) center center no-repeat;
	display: none
}
.kzjz-ryzz .recent-works .hover-box a.page {
	left: 50%;
	margin-left: 5px;
	background: url(../images/page.png) center center no-repeat;
	display: none
}
.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;
	display: none
}
.kzjz-ryzz .recent-works .hover-box a:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	background: url(../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;
	display: none
}
.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;
	display: none
}
.innewsdt {
	width: 100%;
	padding: 7vh 0
}
.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.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%;
	overflow: hidden;
	position: static;
	background-color: #455577;
}
.footer .f-footer {
	height: auto;
	max-height: none;
	min-height: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding-top: 5rem;
}
.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: 45%;
	float: left;
	padding-right: 3%;
}
.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)/5);
	display: inline-block;
	float: left;
}
.footer .f-footer .p_gridCell2 .lsitint .navLi h4 a {
	line-height: 40px;
	font-size: 16px;
	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: 13px;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 1s ease 0s;
	line-height: 30px;
}
.footer .f-footer .p_gridCell3 {
	margin-left: 1%;
	float: right;
	position: static;
}
.footer .f-footer .p_gridCell3 .w_fimg-000 {
	max-width: 140px;
	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;
	margin-bottom: 20px;
}
.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: #a7b2c6;
	background: none;
}
.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;
}
@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: 36vh;
}
.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%;
}
}
@media (min-width: 1440px) {
.container {
	width: 1400px;
}
}
/*@media (min-width: 1200px) { .container { width: 1170px; } }*/

.m-page {
	background: /*#fff*/#f9f9f9;
}
.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 {
	padding-right: 0;
}
.m-page .right-box .right-con {
	margin: 1vmax 0;
	padding: 1% 1%;
	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 {
}
.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);
}
.pagecon .piece {
	margin-top: 20px;
}
.form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}
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: 2rem;
	line-height: 2.5;
	text-indent: 2em;
	margin: 0
}
.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, #ff5951, #ff9e4f);
	;
	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: #ff5a51;
}
.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: #f5f5f559;
	padding: 16px 24px;
	    border-top: 1px solid #f0f0f0;
		    border-bottom:1px solid #f0f0f0;
}
.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;
	line-height: 2;
	    font-size: max(1vw, 20px);
    margin-top: 1rem;
    font-weight: 600;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.kznewslists dl dd .kznewslistsdate {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 36px;
	border-bottom: dashed 1px #ccc;
}
.kznewslists dl dd .kznewslistsms {
	/*width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	margin-top: 14px;*/
	    margin-top: 10px;
    font-size: max(.8vw, 15px);
    line-height: 2;
  display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; 
overflow: hidden; text-overflow: ellipsis;
}
.kznewslists dl:hover {background: #f4f4f4;
	/*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 {
}
.kznewslists h1 {
	text-align: center;
    font-size: max(1.5vw, 20px);
    line-height: 2;
}
.kznewslists .fbtime {
	font-size: 14px;
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
	text-align: center;
	color: #999;
	margin-bottom: 30px;
}
.kznewslists .fbnr p *:not(img){
	all: unset !important;
    display: revert !important;
    box-sizing: border-box !important;

	overflow: hidden;
	font-size: max(1.1vw,16px)!important;
	line-height: 2 !important;
}
.kznewslists .fbnr p {
	text-indent: 2em; /* 文字缩进两格 */
  text-align: left; /* 文字左对齐 */

font-size: max(1vw, 16px);
    line-height: 2;
 
}

.kznewslists .fbnr p img {
	display: block; /* 转为块级元素 */
	margin:  0.5em auto ;/* 水平自动居中 */	
 max-width: 1200px;
    width: 100%;
  height: auto; /* 保持比例 */
  text-indent: 0; /* 清除缩进 */
}

 @media(max-width:640px) {
.kznewslists dl dt, .kznewslists dl dd {
	width: 100%;
}
}
@media (max-width: 940px) {
.area {
	display: none
}
.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;
}
.event_box {
	width: 100%;
	margin: 100px auto 0;
	position: relative;
	min-height: 420px;
}
.event_box .parHd {
	width: 100%;
	display: inline-block;
	height: 92px;
	overflow: hidden;
}
.parHd ul {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 25px !important;
}
.parHd .tempWrap {
	margin: 0 auto;
}
.parHd .tempWrap:after {
	content: '';
	width: 85%;
	height: 1px;
	background: #580000;
	position: absolute;
	right: 8%;
	top: 35%;
	z-index: 10;
}
.parHd li.no_line:before {
	display: none;
}
.parHd li {
	display: inline-block;
	cursor: pointer;
	padding-top: 50px;
	font-size: 16px;
	color: #000;
	margin: 0 30px;
	position: relative;
}
.parHd li:after {
	content: '';
	background: url(../images/dot_ico.png) no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 20;
	top: 0;
	left: 50%;
	margin-left: -12px;
}
.parBd {
	text-align: center;
	margin-top: 60px;
}
.parBd h4 {
	position: relative;
	font-size: 40px;
	margin-bottom: 3%;
	padding: 0 60px;
	display: inline-block;
	text-align: center;
}
.parBd h4:after {
	content: '';
	background: #000;
	width: 100px;
	height: 1px;
	position: absolute;
	left: -100px;
	bottom: 12px;
}
.parBd h4:before {
	content: '';
	background: #000;
	width: 100px;
	height: 1px;
	position: absolute;
	right: -100px;
	bottom: 12px;
}
.parBd p {
	line-height: 180%;
	font-size: 16px;
	width: 80%;
	margin: 0 auto;
}
div#listBox {
	width: 100%;
}
.sPrev, .sNext {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 20px;
	z-index: 99;
}
.sPrev {
	left: 0;
}
.sNext {
	right: 0;
}
.sPrev img, .sNext img {
	transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-moz-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-webkit-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-o-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
}
.parHd li.act span {
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url(../images/cat.png) no-repeat;
	position: absolute;
	top: 0;
	left: 14px;
	z-index: 21;
}
.parHd li span, .parHd li.clone span {
	display: none;
}
@media (max-width: 750px) {
.banner-con {
	height: 100px;
}
.kz-tit h3 {
	font-size: 3.2rem;
	line-height: 1;
}
.kz-tit h4 {
	font-size: 2.2rem;
	line-height: 1;
	padding-top: 1rem;
}
.kz-tit h2 {
	font-size: 1.8rem;
	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: 3rem;
	font-size: 1.4rem;
}
.botn .botn-en ul li {
	background: linear-gradient(30deg, #ff5c51, #ff9b4f);
}
.botn .botn-en ul li:first-child h3 {
	background: url(../images/in-about-hxt1.png) left center no-repeat;
	background-size: 18%;
}
.botn .botn-en ul li:nth-child(2) h3 {
	background: url(../images/in-about-hxt2.png) left center no-repeat;
	background-size: 18%;
}
.botn .botn-en ul li:nth-child(3) h3 {
	background: url(../images/in-about-hxt3.png) left center no-repeat;
	background-size: 18%;
}
.botn .botn-en ul li:nth-child(4) h3 {
	background: url(../images/in-about-hxt4.png) left center no-repeat;
	background-size: 18%;
}
.botn .botn-en ul li:nth-child(5) h3 {
	background: url(../images/in-about-hxt5.png) left center no-repeat;
	background-size: 18%;
}
.botn .botn-en ul li:nth-child(6) h3 {
	background: url(../images/in-about-hxt6.png) left center no-repeat;
	background-size: 18%;
}
.botn .botn-en ul li:hover h3 {
	background-size: 18% !important;
}
.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;
}
.in-coopertit h5 {
	font-size: 1.8rem;
	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: #fff;
	font-size: 1.6rem;
	line-height: 1;
	font-family: Arial;
	margin-top: 3rem;
	border: 4px solid #fff;
	font-weight: bold;
}
.in-mdlist-tit {
	padding-top: 0
}
.kzbf h2 {
	font-size: 1.8rem;
	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: 20%
}
.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: 250px;
}
.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%
}
.botn .botn-en ul li h3 {
	color: #fff
}
.kzjz-nav .top-nav {
	background: #fff
}
.kzjz-nav .top-nav .nav-toggle span {
	background-color: #1279e7
}
.kzjz-nav .top-nav .container {
	padding: 4px 10px;
}
.kzjz-nav .top-nav .nav-toggle {
	border: none
}
.kzjz-nav .top-nav .logo img {
	width: 65%
}
.kzmd h3 {
	text-align: center;
	padding-bottom: 2rem;
}
.innewsdt-tit {
	padding-bottom: 0
}
.innewsdt-titl h3 {
	font-size: 2.2rem;
}
.newslf .newslfnr, .newsrt dl dd {
	width: 77%
}
.newsrt dl {
	width: 100%;
	overflow: hidden;
	padding-bottom: 36px;
	padding-top: 4px;
	margin-top: 1.5rem;
	padding: 1%;
	margin-bottom: 0;
}
.newslf .newslfnr .newstit, .newsrt dl dd .newstit {
	line-height: 1.2
}
.kzjz-banner .ibanner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
.kzjz-banner .ibanner .swiper-pagination-bullet::after {
	height: 12px;
}
.logoimg-img {
	background: url(../images/logo-2.png) no-repeat;
	display: block;
	width: 216px;
	height: 58px;
}
.box3009_-6066 .m-site .container {
	width: 100%;
	text-align: left;
	padding: 0 20px;
}
.box3009_-6066 .m-site {
	padding: 15px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #efefef;
}
.box3009_-6066 .m-site .pos {
	float: left;
	width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
}
.box3009_-6066 .m-site .more {
	float: right;
	color: #666;
}
.visible-xs {
	display: block!important;
}
}
.f7 .m-mod {
	font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
	color: #333;
}
.f7 .m-mod * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.f7 .m-mod a {
	color: inherit;
	text-decoration: none;
}
.f7 .m-mod img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
}
.f7 .m-mod ul, .f7 .m-mod li {
	list-style: none;
}
.f7 .m-gotop {
	position: fixed;
	z-index: 55;
	right: 0;
	bottom: 85px;
	width: 70px;
	height: 240px;
}
.f7 .m-gotop-box {
	position: relative;
	float: right;
}
.f7 .m-gotop .a {
	display: block;
	width: 44px;
	height: 44px;
	background-color: #353535;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
}
.f7 .m-gotop .a.active, .f7 .m-gotop .a:hover {
	background: #1279e7;
}
.f7 .m-gotop .a .i {
	float: left;
	width: 44px;
	height: 44px;
	background-image: url(../images/side_icon.png);
	background-repeat: no-repeat;
}
.f7 .m-gotop .a-service .i {
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-left: 12px;
	background-image: url(../images/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.f7 .m-gotop .a-service-phone .i {
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-left: 12px;
	background-image: url(../images/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: -27px 0;
}
.f7 .m-gotop .a-qrcode .i {
	background-position: -44px 0;
}
.f7 .m-gotop .a-cart .i {
	background-position: -88px 0;
}
.f7 .m-gotop .a-top .i {
	background-position: -132px 0;
}
.f7 .m-gotop .a-top {
	background: #D2D3D6;
	display: none;
}
.f7 .m-gotop .a-top:hover {
	background: #c0c1c3;
}
.f7 .m-gotop .d {
	display: none;
	width: 223px;
	background: #fff;
	position: absolute;
	right: 67px;
	min-height: 90px;
	border: 1px solid #E0E1E5;
	border-radius: 3px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.f7 .m-gotop .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;
	background: url(../images/side_bg_arrow.png) no-repeat;
	right: -8px;
	top: 31px;
}
.f7 .m-gotop .d-service {
	top: 0;
}
.f7 .m-gotop .d-service-phone {
	top: 34px;
}
.f7 .m-gotop .d-qrcode {
	top: 78px;
}
.f7 .m-gotop .d .inner-box {
	padding: 8px 22px 12px;
}
.f7 .m-gotop .d-service-item {
	border-bottom: 1px solid #eee;
	padding: 14px 0;
}
.f7 .m-gotop .d-service .d-service-item {
	border-bottom: none;
}
.f7 .m-gotop .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}
.f7 .m-gotop .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon03.png) no-repeat center 15px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}
.f7 .m-gotop .d-service-item:hover .i-qq {
	background-position: center 3px;
}
.f7 .m-gotop .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon02.png) no-repeat center center;
	display: block;
}
.f7 .m-gotop .d-service-item h3 {
	float: left;
	width: 112px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
}
.f7 .m-gotop .d-service-item .text {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.f7 .m-gotop .d-service-item .text .number {
	font-family: "Microsoft Yahei", Arial, sans-serif;
}
.f7 .m-gotop .d-service-intro {
	padding-top: 10px;
}
.f7 .m-gotop .d-service-intro p {
	float: left;
	line-height: 27px;
	font-size: 12px;
	width: 50%;
	white-space: nowrap;
	color: #888;
}
.f7 .m-gotop .d-service-intro i {
	background: url(../images/side_con_icon01.png) no-repeat center center;
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}
.f7 .m-gotop .d-qrcode {
	text-align: center;
}
.f7 .m-gotop .d-qrcode .inner-box {
	padding: 20px 0;
}
.f7 .m-gotop .d-qrcode p {
	font-size: 16px;
	color: #93959c;
}
