@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	/*去移动端点击阴影*/
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

html,
body {
	-webkit-text-size-adjust: none;
	height: 100%;
}

.dis {
	display: none;
}

.bk {
	display: block;
}

em,
i,
s,
b,
u {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

body {
	font-size: 0.24rem;
	color: #666;
	font-family: "微软雅黑";
	background: #f5f5f5;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

form {
	display: inline-block;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #666;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

img {
	width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
}


/*去掉右下角斜线*/

textarea {
	resize: none;
}


/* 头部 */

.yz-al-top {
	width: 100%;
	height: 1.08rem;
	background-color: #ffffff;
	padding: 0 0.2rem;
	justify-content: center;
	margin: 0 auto;
	box-shadow: 0.01rem 0.03rem 0.03rem rgba(224, 224, 224, 0.4);
	z-index: 99;
	position: fixed;
	top: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.yz-al-top.lateral-menu-is-open {
	/* translate to show the lateral menu */
	-webkit-transform: translateX(-3rem);
	-moz-transform: translateX(-3rem);
	-ms-transform: translateX(-3rem);
	-o-transform: translateX(-3rem);
	transform: translateX(-3rem);
}

.yz-al-top.is-fixed {
	position: fixed;
}

#cd-lateral-nav {
	text-align: center;
	float: right;
	position: fixed;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 2;
	width: 3.01rem;
	/* background-color: #999;*/
	overflow-y: auto;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transform: translateX(3.01rem);
	-moz-transform: translateX(3.01rem);
	-ms-transform: translateX(3.01rem);
	-o-transform: translateX(3.01rem);
	transform: translateX(3.01rem);
}

#cd-lateral-nav .cd-navigation {
	margin: 0 0 2rem;
}

#cd-lateral-nav ul li:nth-child(1) {
	display: block;
	height: 1.08rem;
}

#cd-lateral-nav ul li:nth-child(1) a {
	display: block;
	height: 1.08rem;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 0.4rem;
	line-height: 1.08rem;
}

.cd-lateral-nav {
	background: #999;
}

.cd-lateral-nav a {
	border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
}

#cd-lateral-nav a {
	display: block;
	line-height: 3em;
	width: 100%;
	font-family: "微软雅黑";
	color: #fff;
	font-size: 0.32rem;
	display: block;
	/*border-bottom: 0.01rem solid rgba(0, 0, 0, 0.2);
	border-top: 0.01rem solid rgba(0, 0, 0, 0.2);*/
}

#cd-lateral-nav.lateral-menu-is-open {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	/* smooth the scrolling on touch devices - webkit browsers */
	-webkit-overflow-scrolling: touch;
}

.yz-al-top .logo img{
	width: auto;
	height: 1.08rem;
	overflow-x: hidden;
}

.yz-al-top .cai {
	display: block;
	width: 0.53rem;
	height: 0.53rem;
	float: right;
	margin-right: 0.07rem;
	margin-top: 0.24rem;
	text-align: right
}

.yz-al-top .cai img {
	width: 0.53rem;
	height: 0.53rem;
}



/*新闻列表*/

.yz-al-mian {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow-x: hidden;
	position: relative;
	text-align: center;
	padding: 0 0.2rem;
}

.yz-al-mian-top {
	z-index: 12;
	margin-top: 0.33rem;
	width: 100%;
	height: 0.63rem;
	overflow: hidden;
	position: relative;
}

.yz-al-mian-top ul {
	width: 100%;
	overflow: hidden;
	z-index: 13;
}

.yz-al-mian-top ul li {
	. height: 0.63rem;
	margin-left: 0.3rem;
	width: 1.96rem;
	float: left;
	overflow: hidden;
}

.yz-al-mian-top ul li a {
	display: block;
	padding-top: 0.21rem;
	padding-bottom: 0.16rem;
	width: 1.96rem;
	line-height: 0.28rem;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 0.27rem;
	font-size: 0.28rem;
	color: #181818;
	font-family: "微软雅黑";
}

#yz-al-mian-top-li1 {
	background-color: #e92d2d;
	color: #ffffff;
}

.yz-al-mian-banner {
	width: 100%;
	height: auto;
	margin-top: 0.31rem;
	z-index: 12;
	position: relative;
}

#yz-case-li {
	margin-bottom: 0.2rem;
}

.yz-al-mian-banner ul li {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	box-shadow: 1px 3px 3px rgba(224, 224, 224, 1);
	margin-bottom: 0.21rem;
}

.yz-al-mian-banner ul li:last-child {
	margin-bottom: 0;
}

.yz-al-mian-banner ul li>p {
	color: #646464;
	font-size: 0.27rem;
	text-align: left;
	display: block;
	width: 100%;
	line-height: 0.38rem;
	padding: .05rem 0 .15rem .2rem;
}

.yz-al-mian-banner ul li p img {
	width: 0.33rem;
	height: 0.09rem;
	float: right;
	margin: 0.13rem 0.14rem 0 0;
}

.yz-al-mian-banner ul li>a>p {
	color: #181818;
	font-size: 0.3rem;
	line-height: 0.48rem !important;
	padding-bottom: 0 !important;
	text-align: left;
	padding: .15rem .2rem 0;
}

.yz-al-mian-banner ul li a {
	width: 100%;
	height: auto;
	display: block;
}

.yz-al-mian-banner ul li a img {
	width: 100%;
	height: 4.45rem;
}

.yz-al-mian-banner-bot {
	width: 100%;
	height: 0.84rem;
	z-index: 0;
}

.yz-al-mian-banner-bot p {
	font-size: 0.2426rem;
	color: #a4a4a4;
	font-family: "微软雅黑";
	line-height: 0.84rem;
	text-align: center;
}

.yz-al-xs {
	border-radius: 100%;
	background-color: rgba(239, 145, 145, 0.7);
	position: fixed;
	top: 90%;
	right: 0.21rem;
}

#yz-al-xs {
	right: 0.21rem;
	height: 0.88rem;
	width: 0.88rem;
	LINE-HEIGHT: 30px;
	text-align: center;
	CURSOR: pointer;
	z-index: 15;
}

.yz-al-xs img {
	width: 100%;
}




/*新闻详情*/

.yz-ip-al-top-img {
	width: 100%;
	height: auto;
}

.yz-ip-al-top-img img {
	width: 100%;
	height: 3.7rem;
}

.yz-ip-al-mian {
	width: 100%;
	height: auto;
	background: #f5f5f5;
}

.yz-ip-al-mian-1 {
	width: 100%;
	height: auto;
	padding: 0 0.2rem;
	background: #FFFFFF;
}

.yz-ip-al-mian-11 {
	width: 100%;
	padding: 0 0.2rem;
	text-align: center;
	margin-bottom: 0.35rem;
}

.yz-ip-al-mian-11 h2 {
	font-size: 0.36rem;
	color: #171717;
	font-family: "微软雅黑";
	line-height: 0.55rem;
	padding-top: 0.41rem;
}

.yz-ip-al-mian-111 {
	width: 100%;
	border-bottom: 1px solid #c1c1c1;
}

.yz-ip-al-mian-111 span {
	display: inline-block;
	padding-bottom: 0.1rem;
	line-height: 0.47rem;
}

.yz-ip-al-mian-111 span em {
	display: inline-block;
	font-size: 0.23rem;
	color: #b2b2b2;
	font-family: "微软雅黑";
	line-height: 0.47rem;
}

.yz-ip-al-mian-111 span img {
	width: 0.23rem;
	height: 0.23rem;
	display: inline-block;
	margin: 0 0.13rem 0.04rem 0.14rem;
}

.yz-ip-al-mian-12 {
	width: 100%;
	background: #eef3f9;
	position: relative;
	padding: 0.37rem 0.41rem 0.2rem;
	margin-bottom: 0.25rem;
}

.yz-ip-al-mian-12 p {
	color: #828282;
	font-family: "微软雅黑";
	line-height: 0.37rem;
}

.yz-ip-al-mian-122 {
	width: 0.54rem;
	height: 0.37rem;
	position: absolute;
	top: -0.06rem;
	left: 3.28rem;
}

.yz-ip-al-mian-122 img {
	width: 100%;
}

.yz-ip-al-mian-13 p {
	color: #828282;
	font-family: "微软雅黑";
	line-height: 0.42rem;
	text-indent: 2em;
	padding: 0 0.12rem;
}

#yz-ip-al-mian-13p {
	text-indent: 0;
}

.yz-ip-al-mian-14 {
	width: 100%;
	padding: 0.15rem;
}

.yz-ip-al-mian-14 img {
	height: 3.91rem;
	width: 100%;
}

.yz-ip-al-mian-15 {
	width: 100%;
	padding: 0.24rem 0 0.45rem 0.24rem;
}

.yz-ip-al-mian-15 p {
	color: #919191;
	font-family: "微软雅黑";
	line-height: 0.46rem;
}

.yz-ip-al-mian-16 {
	width: 100%;
	padding-left: 0.2rem;
}

.yz-ip-al-mian-16 ul li:nth-child(1) {
	margin-left: 0.2rem;
	margin-right: 0.24rem;
	color: #808080;
	font-family: "微软雅黑";
	line-height: 0.57rem;
}

.yz-ip-al-mian-16 ul li {
	float: left;
	margin-right: 0.31rem;
	text-align: center;
}

.yz-ip-al-mian-16 ul li a {
	display: block;
}

.yz-ip-al-mian-16 ul li a img {
	width: 0.57rem;
	height: 0.58rem;
}

.yz-ip-al-mian-161 {
	display: inline-block;
}

.yz-ip-al-mian-162 {
	display: inline-block;
	float: right;
}

.yz-ip-al-mian-162 a {
	display: block;
	width: 1.45rem;
	height: 0.58rem;
	text-align: center;
	padding-top: 0.14rem;
	font-size: 0.22rem;
	color: #ffffff;
	font-family: "微软雅黑";
	border-radius: 0.29rem;
	background: #e92d2d;
}

.yz-ip-al-mian-17 {
	width: 100%;
	padding: 0.34rem 0.2rem 0.1rem 0.2rem;
}

.yz-ip-al-mian-17 ul li {
	font-size: 0.2499rem;
	color: #474747;
	font-family: "微软雅黑";
	line-height: 0.74rem;
	height: .74rem;
	border-bottom: 1px dashed #c3c3c3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.yz-ip-al-mian-17 ul li:last-child {
	border-bottom: none;
}

.yz-ip-al-mian-17 ul li a {
	color: #8d8d8d;
}

.yz-ip-al-mian-2 {
	margin-top: 0.2rem;
	width: 100%;
	height: auto;
	padding: 0 0.2rem;
	background-color: #ffffff;
	padding-top: 0.34rem;
}

.yz-ip-al-mian-2 h1 {
	display: block;
	padding-left: 0.15rem;
	height: 0.38rem;
	border-left: 0.06rem solid #e92d2d;
	font-size: 0.38rem;
	color: #333333;
	font-family: "微软雅黑";
	line-height: 0.38rem;
	font-weight: normal;
}

.yz-ip-al-mian-2 ul li {
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	padding: 0.25rem 0 0.23rem 1px;
}

.yz-ip-al-mian-2 ul li:last-child {
	border-bottom: none;
}

.yz-ip-al-mian-2 ul li a {
	display: block;
}

.yz-ip-al-mian-2 ul li a span {
	display: inline-block;
	width: 2.4rem;
	height: 1.7rem;
}

.yz-ip-al-mian-2 ul li a span img {
	width: 100%;
	height: 100%;
}

.yz-ip-al-mian-2-in {
	width: 4.64rem;
	height: 1.68rem;
	float: right;
	display: inline-block;
	padding: 0 0.14rem 0 0.1rem;
}

.yz-ip-al-mian-2-in h4 {
	font-size: 0.28rem;
	color: #1a1a1a;
	font-family: "微软雅黑";
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.yz-ip-al-mian-2-in p {
	display: block;
	font-size: 0.24rem;
	color: #808080;
	font-family: "微软雅黑";
	line-height: 0.35rem;
	padding-top: 0.16rem;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.yz-ip-al-mian-2-in em {
	display: block;
	font-size: 0.2578rem;
	color: #a5a5a5;
	font-family: "微软雅黑";
	padding-top: 0.22rem;
	width: 100%;
}

.yz-ip-al-mian-2-in em img {
	margin-top: 0.01rem;
	width: 0.11rem;
	height: 0.2rem;
	float: right;
}

.yz-ip-al-mian-3 {
	width: 100%;
	margin: 0.2rem 0;
	background: #FFFFFF;
	padding: 0.36rem 0.18rem 0;
	height: 6.92rem;
}

.yz-ip-al-mian-3 h2 {
	font-size: 0.38rem;
	color: #333333;
	font-family: "微软雅黑";
	line-height: 0.38rem;
	padding-left: 3px;
	font-weight: normal;
	border-left: 0.06rem solid #e92d2d;
	margin-bottom: 0.24rem;
}

.yz-ip-al-mian-3 ul li a {
	display: block;
}

.yz-ip-al-mian-3 ul li a span img {
	width: 3.5rem;
	height: 2.35rem;
}

.yz-ip-al-mian-3 ul li {
	display: inline-block;
	float: left;
	width: 3.5rem;
	box-shadow: 1px 3px 3px rgba(224, 224, 224, 1);
	margin-right: 0.14rem;
}

.yz-ip-al-mian-3 ul li:last-child {
	margin-right: 0rem;
	padding-top: 0.14rem;
}

#yz-ip-al-mian-li {
	margin-top: 0.14rem;
}

.yz-ip-al-mian-3 ul li:nth-child(2) {
	margin-right: 0rem;
}

.yz-ip-al-mian-3 ul li a em {
	display: block;
	font-size: 0.28rem;
	color: #333333;
	font-family: "微软雅黑";
	line-height: 0.55rem;
	text-align: center;
}


/*案例页面css*/

.yz-al-mian-nav {
	width: 100%;
	height: 0.83rem;
	background-color: #FFFFFF;
	padding: 0 0.2rem;
	position: relative;
	z-index: 2;
}

#jovo-case-swiper {
	width: 100%;
	height: 100%;
	position: absolute;
	left: .1rem;
}

#jovo-case-swiper .swiper-slide {
	height: 100%;
	width: auto !important;
	padding:0 .2rem;

}

#jovo-case-swiper .swiper-slide a {
	font-size: .3rem;
	color: #4a4a4a;
	font-family: "微软雅黑";
	line-height: .54rem;
	padding-top: .18rem;
	display: inline-block;
	height: .82rem;
}

.jovo-case-jt {
	width: auto;
	background: #fff;
	height: 100%;
	position: absolute;
	top: 0rem;
	right: .0rem;
	z-index: 9;
}

.jovo-case-jt p {
	font-family: "宋体";
	font-size: .3rem;
	line-height: .7rem;
	padding-right: .2rem;
	padding-top: .1rem;
}


/*.yz-al-mian-nav img{
	width: 0.14rem;
	height: 0.26rem;
	position: absolute;
	top: 0.24rem;
	right: 0.2rem;
}
.yz-al-mian-nav ul{
	padding-left: 0.15rem;
}
.yz-al-mian-nav ul li{
	float: left;
	margin-right: 0.5rem;
}
.yz-al-mian-nav ul li:last-child{
	margin-right: 0;
}
.yz-al-mian-nav ul li a{
	display: block;
	font-size: 0.3rem;
	color:#4a4a4a ;
	font-family: "微软雅黑";
	line-height: 0.77rem;
	text-align: center;
	padding: 0 0.02rem ;
}*/

#yz-al-mian-nav-a1 {
	border-bottom: 3px solid #e92d2d;
	color: #e92d2d;
}


/*案例详情PC页面css*/
/* 
.yz-case-px-img {
	width: 100%;
	margin: 0 auto;
}

.yz-case-px-img img:nth-child(1) {
	width: 100%;
	height: 9.42rem;
}

.yz-case-px-img img:nth-child(2) {
	width: 100%;
	height: 4.6rem;
}

.yz-case-px-img img:nth-child(3) {
	width: 100%;
	height: 6.39rem;
} */

.yz-case-pc-top {
	width: 100%;
	height: auto;
	overflow-x: hidden;
	background-color: #fff;
	z-index: 97;
	border-top: 1px solid #e9e9e9;
	margin-bottom: .2rem;
}

.yz-case-pc-top1 {
	width: 100%;
	height: 1.12rem;
	overflow-x: hidden;
	background-color: #ffffff;
}

.yz-case-pc-top1 h1 {
	font-size: 0.38rem;
	color: #e92d2d;
	font-family: "微软雅黑";
	line-height: .9rem;
	padding-top: .2rem;
	text-align: center;
	font-weight: normal;
}

.yz-case-pc-top2 {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 0.2rem;
}

.yz-case-pc-top21 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: .2rem;
}

.yz-case-pc-top21 em {
	display: block;
	font-size: 0.27rem;
	color: #808080;
	font-family: "微软雅黑";
	line-height: 0.61rem;
}

.yz-case-pc-top21 em span {
	color: #1e1e1e;
	font-size: 0.3rem;
}

.yz-case-pc-top21 h4 {
	display: block;
	font-size: 0.3rem;
	color: #333333;
	font-family: "微软雅黑";
	line-height: 0.7rem;
}

.yz-case-pc-top21 p {
	display: block;
	font-size: 0.26rem;
	color: #808080;
	font-family: "微软雅黑";
	line-height: 0.39rem;
	overflow: hidden;
	white-space: normal!important;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
}

.yz-case-pc-top21 a {
	display: block;
	font-size: 0.26rem;
	color: #fe5151;
	font-family: "微软雅黑";
	line-height: 0.39rem;
}

.yz-case-pc-top22 {
	width: 100%;
	height: auto;
}

.yz-case-pc-top22 ul li {
	float: left;
}

.yz-case-pc-top22 h3 {
	font-size: 0.3rem;
	color: #1e1e1e;
	font-family: "微软雅黑";
	line-height: 0.73rem;
}

.yz-case-pc-top22 ul li a {
	display: block;
	width: auto;
	height: 0.57rem;
	border: 1px solid #cccccc;
	font-size: 0.26rem;
	color: #666666;
	font-family: "微软雅黑";
	line-height: 0.57rem;
	margin-right: 0.22rem;
	text-align: center;
}

.yz-case-pc-top22 ul li:last-child a {
	margin-right: 0;
}

#yz-ip-case-al-mian {
	background-color: #ffffff;
}

#yz-case-mian-banner {
	width: 100%;
	padding: 0 0.2rem;
	margin-top: 0;
	margin-bottom: .2rem;
}

#yz-case-mian-banner h3 {
	font-size: 0.38rem;
	color: #333333;
	font-family: "微软雅黑";
	line-height: 0.38rem;
	padding-left: 0.15rem;
	padding-top: 0.04rem;
	margin: 0.20rem 0 0.24rem;
	border-left: 0.06rem solid #e92d2d;
}


/*联系我们页面css*/

.yz-contact-top-img {
	width: 100%;
	height: auto;
	overflow-x: hidden;
}

.yz-contact-top-img img {
	width: 100%;
	height: 4rem;
}

.yz-contact-banner {
	width: 100%;
	margin: 0 auto;
	height: auto;
	background-color: #FFFFFF;
	padding: 0.41rem 0.2rem 0;
}

.yz-contact-banner-top {
	width: 100%;
	height: 8.43rem;
	padding: 0.29rem 0.53rem 0 0.56rem;
	box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
	border-radius: 0.1rem;
}

.yz-contact-banner-top form h1 {
	font-size: 0.42rem;
	color: #e92d2d;
	font-family: "微软雅黑";
	line-height: 1.06rem;
	text-align: center;
	font-weight: normal;
}

.yz-contact-banner-top form input {
	display: block;
	width: 6.1rem;
	height: 0.75rem;
	margin-bottom: 0.21rem;
	border: 1px solid #919191;
	border-radius: 0.09rem;
	padding-left: 0.22rem;
	font-size: 0.24rem;
	font-family: "微软雅黑";
	line-height: 0.73rem;
}

#input-1 {
	background: url(../images/yz-lx_05.png) no-repeat 5.28rem center;
	background-size: 0.46rem 0.41rem;
}

#input-2 {
	background: url(../images/yz-lx_08.png) no-repeat 5.28rem center;
	background-size: 0.46rem 0.41rem;
}

#input-3 {
	background: url(../images/yz-lx_10.png) no-repeat 5.28rem center;
	background-size: 0.46rem 0.28rem;
}

.yz-contact-banner-top form input:last-child {
	padding-left: 0;
	background-color: #e92d2d;
	color: #ffffff;
	font-size: 0.26rem;
	font-family: "微软雅黑";
	line-height: 0.73rem;
}

.yz-contact-banner-top form textarea {
	display: block;
	width: 6.1rem;
	height: 2.71rem;
	margin-bottom: 0.34rem;
	border: 1px solid #919191;
	border-radius: 0.09rem;
	padding-left: 0.22rem;
	padding-top: 0.2rem;
	font-size: 0.24rem;
	font-family: "微软雅黑";
	line-height: 0.32rem;
}

.yz-contact-banner-bot {
	width: 100%;
	height: 12.25rem;
	margin-top: 0.41rem;
}

.yz-contact-banner-bot1 {
	width: 100%;
	height: 4.41rem;
}

.yz-contact-banner-bot1 img {
	width: 100%;
}

.yz-contact-banner-bot2 {
	width: 100%;
	height: auto;
	margin-top: 0.39rem;
}

.yz-contact-banner-bot2 ul li {
	width: 100%;
	height: auto;
	padding: .13rem 0 .1rem 0.9rem;
	margin-bottom: 0.14rem;
	border-radius: 0.1rem;
	font-size: 0.30rem;
	font-family: "微软雅黑";
	line-height: 0.5rem;
	color: #333333;

}
#aboutUs-swiper1 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #e92d2d;
}
#jovo4-container .swiper-pagination-bullet-active {
	opacity: 1;
	background: #e92d2d;
}


.yz-contact-banner-bot2 ul li:nth-child(1) {
	background: #f5f5f5 url(../images/yz-lx_17.png) no-repeat 0.35rem .15rem;
	background-size: 0.34rem 0.39rem;
}

.yz-contact-banner-bot2 ul li:nth-child(2) {
	background: #f5f5f5 url(../images/yz-lx_20.png) no-repeat 0.35rem center;
	background-size: 0.34rem 0.34rem;
}

.yz-contact-banner-bot2 ul li:nth-child(3) {
	background: #f5f5f5 url(../images/yz-lx_22.png) no-repeat 0.35rem center;
	background-size: 0.34rem 0.23rem;
}

.yz-contact-banner-bot3 {
	width: 3.23rem;
	margin: 0 auto;
	height: 3.23rem;
	margin-top: 0.39rem;
	box-shadow: 0.01rem 0.01rem 0.03rem 0.03rem rgba(0, 0, 0, 0.1);
}

.yz-contact-banner-bot3 img {
	width: 100%;
}

.yz-contact-banner-bot4 h3 {
	font-size: 0.24rem;
	font-family: "微软雅黑";
	line-height: 0.86rem;
	color: #333333;
	font-weight: normal;
	text-align: center;
}


/*关于我们页面css*/

.yz-aboutUs-banner {
	width: 100%;
	height: auto;
	background-color: #f0f0f0;
}

.yz-aboutUs-banner1 {
	width: 100%;
	height: 13.2rem;
	padding: 0 0.2rem;
	border-top: 1px solid #dbdbdb;
	background-color: #ffffff;
}

.yz-aboutUs-banner11 {
	position: relative;
	width: 100%;
	height: 8.31rem;
	padding-top: 0.18rem;
}

.yz-aboutUs-banner11 h3 {
	font-size: 0.38rem;
	font-family: "微软雅黑";
	line-height: 0.83rem;
	color: #1a1a1a;
	font-weight: normal;
	text-align: center;
	position: relative;
}

.yz-aboutUs-banner11 h3:after {
	content: "";
	width: 0.8rem;
	height: 0.04rem;
	border-bottom: 0.04rem solid #727272;
	position: absolute;
	bottom: 0;
	left: 3.16rem;
}

.yz-aboutUs-banner11 p {
	font-size: 0.26rem;
	font-family: "微软雅黑";
	line-height: 0.64rem;
	color: #1a1a1a;
	text-align: center;
}

.yz-aboutUs-banner11 img {
	width: 100%;
	height: 4.13rem;
	margin-top: 0.16rem;
}

.yz-aboutUs-banner11-in p {
	font-size: 0.26rem;
	font-family: "微软雅黑";
	line-height: 0.46rem;
	color: #4b4b4b;
	text-align: left;
}

.yz-aboutUs-banner11-in {
	width: 6.64rem;
	/* height: 2.4rem; */
	position: absolute;
	bottom: 0.43rem;
	left: 0.23rem;
	box-shadow: 1px 1px 8px 8px rgba(231, 231, 231, 0.6);
	padding: 0.27rem 0.52rem .27rem;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 2;
}

.yz-aboutUs-banner12 {
	width: 100%;
	height: 4.89rem;
	padding: 0 0.21rem;
	overflow: hidden;
}

.yz-aboutUs-banner12 ul li {
	display: inline-block;
	width: 3.07rem;
	height: 2.24rem;
}

.yz-aboutUs-banner12 ul li img {
	width: 100%;
	height: 1.6rem;
}

.yz-aboutUs-banner12 ul li em {
	display: block;
	font-family: "微软雅黑";
	line-height: 0.63rem;
	color: #404040;
	text-align: center;
	font-size: 0.24rem;
}

.yz-aboutUs-banner12 ul li:nth-child(odd) {
	float: left;
}

.yz-aboutUs-banner12 ul li:nth-child(even) {
	float: right;
}

.yz-aboutUs-banner2 {
	width: 100%;
	height: 10.05rem;
	padding: 0.19rem 0.2rem 0;
	background-color: #ffffff;
	margin-top: 0.2rem;
}

.yz-aboutUs-banner2 h3 {
	font-size: 0.38rem;
	font-family: "微软雅黑";
	line-height: 0.83rem;
	color: #1a1a1a;
	font-weight: normal;
	text-align: center;
	position: relative;
}

.yz-aboutUs-banner2 h3:after {
	content: "";
	width: 0.8rem;
	height: 0.04rem;
	border-bottom: 0.04rem solid #727272;
	position: absolute;
	bottom: 0;
	left: 3.16rem;
}

.yz-aboutUs-banner2 em {
	display: block;
	font-family: "微软雅黑";
	line-height: 0.78rem;
	color: #1a1a1a;
	font-size: 0.26rem;
	text-align: center;
}

.yz-aboutUs-banner2 ul li {
	width: 100%;
	height: 1.88rem;
	margin-bottom: 0.1rem;
	background: #ed5757 url(/Jzw/Tpl/Wap/Default/images/yz-abus_20.jpg) no-repeat 0.99rem center;
	background-size: 1.33rem 1.33rem;
	color: #FFFFFF;
}
.yz-aboutUs-banner2 ul li:nth-child(2) {
	background: #ed5757 url(/Jzw/Tpl/Wap/Default/images/yz-abus_23.jpg) no-repeat 0.99rem center;
	background-size: 1.33rem 1.33rem;
}
.yz-aboutUs-banner2 ul li:nth-child(3) {
	background: #ed5757 url(/Jzw/Tpl/Wap/Default/images/yz-abus_25.jpg) no-repeat 0.99rem center;
	background-size: 1.33rem 1.33rem;
}
.yz-aboutUs-banner2 ul li:nth-child(4) {
	background: #ed5757 url(/Jzw/Tpl/Wap/Default/images/yz-abus_27.jpg) no-repeat 0.99rem center;
	background-size: 1.33rem 1.33rem;
}

.yz-aboutUs-banner2 ul li h4 {
	display: block;
	font-family: "微软雅黑";
	line-height: 0.67rem;
	font-size: 0.32rem;
	padding-left: 3.33rem;
	position: relative;
	padding-top: 0.34rem;
	font-weight: normal;
}

.yz-aboutUs-banner2 ul li h4:after {
	content: "";
	width: 0.61rem;
	height: 0.04rem;
	border-bottom: 0.04rem solid #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 3.81rem;
}

.yz-aboutUs-banner2 ul li p {
	font-family: "微软雅黑";
	line-height: 0.53rem;
	font-size: 0.24rem;
	padding-left: 2.48rem;
	display: block;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	white-space: normal!important;
	word-wrap: break-word;
}

.yz-aboutUs-banner3 {
	width: 100%;
	padding: .2rem 0 .2rem 0;
	overflow-x: hidden;
	margin-top: 0.2rem;
	background-color: #FFFFFF;
}

.yz-aboutUs-banner3 h3 {
	font-size: 0.38rem;
	font-family: "微软雅黑";
	line-height: 0.83rem;
	color: #1a1a1a;
	font-weight: normal;
	text-align: center;
	position: relative;
}

.yz-aboutUs-banner3 h3:after {
	content: "";
	width: 0.8rem;
	height: 0.04rem;
	border-bottom: 0.04rem solid #727272;
	position: absolute;
	bottom: 0;
	left: 3.36rem;
}

.yz-aboutUs-banner3 em {
	display: block;
	font-family: "微软雅黑";
	line-height: 0.5rem;
	color: #1a1a1a;
	font-size: 0.26rem;
	text-align: center;
	margin-top: .2rem;
}

.yz-aboutUs-banner3 ul {
	width: 100%;
	height: 2.4rem;
	padding: 0 0.66rem;
}

.yz-aboutUs-banner3 ul li {
	width: 1.66rem;
	margin-right: 0.6rem;
	height: 2.4rem;
	float: left;
	overflow-x: hidden;
}

.yz-aboutUs-banner3 ul li:last-child {
	margin-right: 0rem;
}

.yz-aboutUs-banner3 ul li a {
	display: block;
	text-align: center;
}

.yz-aboutUs-banner3 ul li a div {
	width: 1.66rem;
	height: 1.66rem;
	border-radius: 100%;
	background: #f0f0f0;
}

.yz-aboutUs-banner3 ul li a div img {
	width: 100%;
}

.yz-aboutUs-banner3 ul li a p {
	font-size: 0.2rem;
	font-family: "微软雅黑";
	padding-top: 0.13rem;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yz-aboutUs-banner4 {
	width: 100%;
	height: 6.66rem;
	padding: 0.18rem 0.2rem 0;
	overflow-x: hidden;
	background-color: #FFFFFF;
	margin-top: 0.2rem;
}

.yz-aboutUs-banner41 {
	width: 100%;
	height: 1.65rem;
}

.yz-aboutUs-banner41 h3 {
	font-size: 0.38rem;
	font-family: "微软雅黑";
	line-height: 0.82rem;
	color: #1a1a1a;
	font-weight: normal;
	text-align: center;
	position: relative;
}

.yz-aboutUs-banner41 h3:after {
	content: "";
	width: 0.8rem;
	height: 0.04rem;
	border-bottom: 0.04rem solid #727272;
	position: absolute;
	bottom: 0;
	left: 3.16rem;
}

.yz-aboutUs-banner41 em {
	display: block;
	font-family: "微软雅黑";
	line-height: 0.62rem;
	color: #1a1a1a;
	font-size: 0.26rem;
	text-align: center;
}

.yz-aboutUs-banner42 {
	width: 100%;
	height: 4.83rem;
	background-color: #fff;
	position: relative;
	text-align: center;
}

#aboutUs-swiper1 {
	width: 100%;
	height: 4.83rem;
}

#aboutUs-swiper1 .swiper-wrapper {
	width: 100%;
	height: 100%;
}

#aboutUs-swiper1 img {
	width: 100%;
	height: 100%;
	border: .12rem solid #cccccc;
}

#aboutUs-swiper1 .swiper-slide {
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	margin-left: .28rem;
}

#aboutUs-swiper1 .swiper-slide:first-child {
	margin: 0;
}

.jovo-us-swiper {
	width: 7.1rem;
	transform: translateX(-50%);
	overflow: hidden;
	height: 4rem;
	position: absolute;
	top: 0;
	left: 50%;
}


/*.yz-aboutUs-banner42 iframe{
	width: 100%;
	height: 4.45rem;
	background-color: #fff;
}*/

.yz-aboutUs-banner5 {
	width: 100%;
	height: 8.17rem;
	margin-top: 0.2rem;
	background-color: #FFFFFF;
	padding: 0 0.2rem;
}

.yz-aboutUs-banner51 {
	width: 100%;
	height: 1.86rem;
	padding-top: 0.18rem;
}

.yz-aboutUs-banner51 h3 {
	font-size: 0.38rem;
	font-family: "微软雅黑";
	line-height: 0.82rem;
	color: #1a1a1a;
	font-weight: normal;
	text-align: center;
	position: relative;
}

.yz-aboutUs-banner51 h3:after {
	content: "";
	width: 0.8rem;
	height: 0.04rem;
	border-bottom: 0.04rem solid #727272;
	position: absolute;
	bottom: 0;
	left: 3.16rem;
}

.yz-aboutUs-banner51 em {
	display: block;
	font-family: "微软雅黑";
	line-height: 0.62rem;
	color: #1a1a1a;
	font-size: 0.26rem;
	text-align: center;
}

.yz-aboutUs-banner52 {
	width: 100%;
	height: 6.31rem;
}

.yz-aboutUs-banner52 img {
	width: 100%;
}

#yz-rigth {
	height: auto;
	position: relative;
	z-index: 10;
	padding-top: 0.97rem;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
	overflow-x: hidden;
}

#yz-rigth.lateral-menu-is-open {
	-webkit-transform: translateX(-3rem);
	-moz-transform: translateX(-3rem);
	-ms-transform: translateX(-3rem);
	-o-transform: translateX(-3rem);
	transform: translateX(-3rem);
}

.yz-al-top-nav1 {
	width: 100%;
	height: 1.04rem;
	background-color: #FFFFFF;
}

.yz-al-top-nav1 p {
	font-family: "微软雅黑";
	color: #908e8e;
	font-size: 0.38rem;
	line-height: 1.08rem;
}

#yz-al-top-nav ul li {
	padding-left: 0.2rem;
}

#yz-al-top-nav ul li a {
	width: 100%;
	font-family: "微软雅黑";
	color: #f88181;
	font-size: 0.32rem;
	line-height: 0.8rem;
	display: block;
	border-bottom: 0.01rem solid #c5c2c2;
	box-shadow: 0.01rem 1px 1px rgba(0, 0, 0, 0.1);
}

.yz-al-top-nav2 {
	width: 100%;
	height: 84%;
}

.yz-al-top-nav3 {
	width: 100%;
	height: 2px;
	border-bottom: 2px solid #c5c2c2;
}

#yz-al-top-nav:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: -1px;
	top: 1.06rem;
	z-index: 99;
	box-shadow: -0.02px 0 8px rgba(0, 0, 0, 0.8), 0.01px 0 8px rgba(0, 0, 0, 0.8);
}

.yz-al-top {
	z-index: 12;
}


/*首页*/

#yz-index-hed {
	width: 100%;
	height: 1.08rem;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 3;
	border: none;
	box-shadow: none;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	background: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.bj1 {}

.bj2 {
	background: url(../images/index-in_02.jpg) no-repeat;
	background-size: 100% 100%;
}

.bj3 {
	background: url(../images/index-in_03.jpg) no-repeat;
	background-size: 100% 100%;
}

.bj4 {
	background: url(../images/index-in_04.jpg) no-repeat;
	background-size: 100% 100%;
}

.bj5 {
	background: url(../images/index-in_05.jpg) no-repeat;
	background-size: 100% 100%;
}

.bj6 {
	background: url(../images/index-in_06.jpg) no-repeat;
	background-size: 100% 100%;
}

.yz-index2 {
	width: 100%;
	height: 3.65rem;
	padding-top: 1.4rem;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	top: 0;
}

.yz-index2 h3 {
	font-family: "微软雅黑";
	font-size: 0.48rem;
	line-height: 0.71rem;
	font-weight: normal;
}

.yz-index2 em {
	font-family: "微软雅黑";
	font-size: 0.28rem;
	line-height: 0.44rem;
}

.yz-index21 {
	width: 100%;
	height: 8.46rem;
	position: absolute;
	top: 27.9%;
	left: auto;
	color: #FFFFFF;
	padding-left: 0.94rem;
	text-align: left;
}

.yz-index21 ul {
	display: inline-block;
	float: left;
	width: 3.12rem;
}

.yz-index21 ul li {
	margin-bottom: 0.63rem;
}

.yz-index21 ul li p {
	padding-left: 1rem;
	font-family: "微软雅黑";
	font-size: 0.3rem;
	line-height: 0.8rem;
	background: url(../images/index2-bj_04.png) no-repeat left center;
	background-size: 0.8rem 0.8rem;
}

.yz-index21 ul li:nth-child(2) p {
	background: url(../images/index02-bj_10.png) no-repeat left center;
	background-size: 0.8rem 0.8rem;
}

.yz-index21 ul li:nth-child(3) p {
	background: url(../images/index02-bj_16.png) no-repeat left center;
	background-size: 0.8rem 0.8rem;
}

.yz-index21 ul li:nth-child(4) p {
	background: url(../images/index02-bj_21.png) no-repeat left center;
	background-size: 0.8rem 0.8rem;
}

.yz-index21 ul li:nth-child(5) p {
	background: url(../images/index02-bj_26.png) no-repeat left center;
	background-size: 0.8rem 0.8rem;
}

.yz-index21 ul:nth-child(2) li:nth-child(1) p {
	background: url(../images/index02-bj_06.png) no-repeat left center;
	background-size: 0.8rem 0.8rem;
}

.yz-index21 ul:nth-child(2) li:nth-child(2) p {
	background: url(../images/index02-bj_11.png) no-repeat left center;
	background-size: 0.8rem 0.8rem;
}

.yz-index21 ul:nth-child(2) li:nth-child(3) p {
	background: url(../images/index02-bj_14.png) no-repeat left center;
	background-size: 0.8rem 0.8rem;
}

.yz-index21 ul:nth-child(2) li:nth-child(4) p {
	background: url(../images/index02-bj_20.png) no-repeat left center;
	background-size: 0.8rem 0.8rem;
}

.yz-index21 ul:nth-child(2) li:nth-child(5) p {
	background: url(../images/index02-bj_25.png) no-repeat left center;
	background-size: 0.8rem 0.8rem;
}

.yz-index31 {
	width: 100%;
	height: 5.64rem;
}

.yz-index3 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: auto;
}

.yz-index31 {
	width: 100%;
	height: 5.63rem;
	padding: 1.33rem 0.18rem 0 0.2rem;
	overflow: hidden;
}

.yz-index31 h2 {
	font-family: "微软雅黑";
	font-size: 0.48rem;
	line-height: 0.71rem;
	color: #e92d2d;
}

.yz-index31 h2 span {
	display: block;
	font-size: 0.24rem;
	line-height: 0.42rem;
	color: #e92d2d;
}

.yz-index31 p {
	font-family: "微软雅黑";
	font-size: 0.3rem;
	line-height: 0.66rem;
	color: #262626;
	padding-top: 0.15rem;
}

.yz-index31 p span {
	color: #e92d2d;
}

.yz-index31 em {
	font-family: "微软雅黑";
	font-size: 0.24rem;
	line-height: 0.59rem;
	color: #333333;
}

.yz-index31 ul {
	margin-top: 0.42rem;
	height: 0.55rem;
	padding-left: 0.25rem;
}

.yz-index31 ul li {
	float: left;
	display: block;
	width: 1.29rem;
	height: 0.55rem;
	margin-right: 0.3rem;
}

.yz-index31 ul li:last-child {
	width: 1.81rem;
	margin-right: 0rem;
}

.yz-index31 ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-family: "微软雅黑";
	font-size: 0.24rem;
	line-height: 0.55rem;
	color: #e92d2d;
	border-radius: 0.1rem;
	background-color: #FFFFFF;
	text-align: center;
}

#yz-index3a1 {
	color: #fff;
	background-color: #e92d2d;
}

.yz-index33 {
	position: fixed;
	bottom: 0.4rem;
	left: 50%;
}

.yz-index33 a {
	display: block;
	width: 1.78rem;
	height: 0.62rem;
	border-radius: 0.29rem;
	background-color: #e92d2d;
	font-family: "微软雅黑";
	font-size: 0.23rem;
	line-height: 0.62rem;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	transform: translateX(-50%);
}

.yz-index32 {
	width: 100%;
	height: 4.6rem;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.yz-index32 iframe {
	width: 100%;
	height: 4.42rem;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.yz-index41 {
	width: 100%;
	height: auto;
	padding: 1.57rem 0rem 0 0rem;
	overflow: hidden;
	z-index: 9;
}

.yz-index41 h2 {
	font-family: "微软雅黑";
	font-size: 0.48rem;
	line-height: 0.71rem;
	color: #ffffff;
}

.yz-index41 h2 span {
	display: block;
	font-size: 0.24rem;
	line-height: 0.42rem;
	color: #ffffff;
}

.yz-index41 ul {
	margin-top: 0.45rem;
	height: 0.55rem;
	padding-left: 1.26rem;
}

.yz-index41 ul li {
	float: left;
	display: block;
	width: 1.52rem;
	height: 0.55rem;
	margin-right: 0.23rem;
}

.yz-index41 ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-family: "微软雅黑";
	font-size: 0.24rem;
	line-height: 0.55rem;
	color: #e92d2d;
	border-radius: 0.15rem;
	background-color: #FFFFFF;
	text-align: center;
	z-index: 99;
	cursor: pointer;
}

#yz-index4a1 {
	color: #fff;
	background-color: #e92d2d;
}

.yz-index43 a {
	display: block;
	width: 1.78rem;
	height: 0.62rem;
	border-radius: 0.29rem;
	background-color: rgba(0, 0, 0, 0.2);
	font-family: "微软雅黑";
	font-size: 0.23rem;
	line-height: 0.62rem;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	margin-top: 0.5rem;
	transform: translateX(-50%);
	position: absolute;
	bottom: 0.4rem;
	left: 50%;
}

.yz-index42 {
	width: 100%;
	height: 6.13rem;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.yz-index42 iframe {
	width: 100%;
	height: 6.12rem;
	border: none;
	margin: 0;
	padding: 0;
}

.yz-index51 {
	width: 100%;
	height: 3.18rem;
	text-align: center;
	padding-top: 1.7rem;
	margin-bottom: .2rem;
}

.yz-index51 h3 {
	font-family: "微软雅黑";
	font-size: 0.48rem;
	line-height: 0.72rem;
	color: #e92d2d;
}

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

.yz-index51 p {
	font-family: "微软雅黑";
	font-size: 0.24rem;
	line-height: 0.44rem;
	color: #e92d2d;
}

.yz-index52 {
	width: 100%;
	height: auto;
	padding-left: 0.6rem;
}

.yz-index52 ul {
	height: 1.85rem;
	margin-bottom: 0.3rem;
}

.yz-index52 ul li {
	margin-right: 0.75rem;
	float: left;
}

.yz-index52 ul li a {
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 100%;
	float: left;
}

.yz-index52 ul li:last-child {
	margin-right: 0rem;
}

.yz-index52 ul li img {
	width: 100%;
}

.yz-index6 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: auto;
	overflow: hidden;
	color: #fff;
	font-family: "微软雅黑";
	text-align: center;
}

.yz-index6 h2 {
	font-family: "arial, helvetica, sans-serif";
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.7rem;
	line-height: 1.2rem;
	margin-top: 1.4rem;
	font-weight: bold;
}

.yz-index6 ul {
	margin-bottom: 0.41rem;
}

.yz-index6 ul li {
	display: block;
	width: auto;
	height: auto;
	text-align: left;
	position: relative;
}

.yz-index6 ul li p {
	text-align: left;
	font-size: 0.3rem;
	line-height: 0.5rem;
	padding: .1rem .3rem .1rem 1.66rem;
	position: relative;
}
.yz-index6 ul li span{
	display: inline-block;
	text-align: left;
	font-size: 0.3rem;
	line-height: 0.7rem;
	width: auto;
	padding-left: 1.6rem;
	height: .8rem;
}
.yz-index6 ul li:nth-child(1) p{
	position: absolute;
	right: 0;
	top: 0;
	padding-left: 3.1rem !important;
}

.yz-index6 ul li:nth-child(1) {
	background: url(../images/yz-index-6_03.png) no-repeat 1.04rem .15rem;
	background-size: 0.31rem 0.4rem;
	margin-top: .1rem;
}

.yz-index6 ul li:nth-child(2) {
	background: url(../images/yz-index-6_06.png) no-repeat 1.04rem center;
	background-size: 0.31rem 0.27rem;
	margin-top: .4rem;
}

.yz-index6 ul li:nth-child(3) {
	background: url(../images/yz-index-6_08.png) no-repeat 1.04rem center;
	background-size: 0.31rem 0.23rem;
}

.yz-index6 img {
	display: block;
	width: 3.24rem;
	height: 3.24rem;
	overflow: hidden;
	margin: 0 auto;
}

.yz-index6 em {
	display: block;
	font-size: 0.32rem;
	line-height: 1.09rem;
}

.swiper-slide {
	position: relative;
	z-index: 2;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.swiper-slide.lateral-menu-is-open {
	-webkit-transform: translateX(-3rem);
	-moz-transform: translateX(-3rem);
	-ms-transform: translateX(-3rem);
	-o-transform: translateX(-3rem);
	transform: translateX(-3rem);
}

.yz-index-1 {
	width: 100%;
	height: 100%;
	overflow：scroll;
	position: absolute;
	top: 0;
}

.yz-index-1 iframe {
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
}

.section {
	text-align: center;
}

.yz-index42-in-swiper {
	width: 5.01rem;
	height: 6.12rem;
	margin: 0 auto;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: none !important;
}

.swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.swiper-slide-in {
	width: 7.13rem;
	height: 4.43rem;
	padding: 0 0.7rem;
	position: absolute;
	top: 0;
	left: 0.2rem;
}

.swiper-slide1 {
	height: 3.55rem;
	width: 100%;
	background: url(../images/index3_35.jpg) no-repeat top left;
	background-size: 100% 100%;
}

.swiper-slide2 {
	width: 100%;
	background: #fff;
	height: auto;
}

.swiper-slide2 p {
	font-family: "微软雅黑";
	font-size: 0.28rem;
	line-height: 0.4rem;
	color: #4c4c4c;
	text-align: left;
	padding: 0.08rem 0 0.08rem 0.13rem;
}

.swiper-slide2 em {
	display: block;
	font-family: "微软雅黑";
	font-size: 0.22rem;
	line-height: 0.42 rem;
	color: #999;
	text-align: left;
	padding-left: 0.13rem;
	padding-bottom: 0.08rem;
}

.swiper-button-next {
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 100%;
	background: url(../images/index-2_05.png) no-repeat;
	background-size: 0.45rem 0.45rem;
	position: absolute;
	right: 0.2rem;
}

em,
i,
s,
b,
u {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.swiper-button-prev {
	border-radius: 100%;
	width: 0.45rem;
	height: 0.45rem;
	background: url(../images/index-2_03.png) no-repeat;
	background-size: 0.45rem 0.45rem;
	position: absolute;
	left: 0.2rem;
}

.section {
	position: relative;
	z-index: 2;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.section.lateral-menu-is-open {
	-webkit-transform: translateX(-3rem);
	-moz-transform: translateX(-3rem);
	-ms-transform: translateX(-3rem);
	-o-transform: translateX(-3rem);
	transform: translateX(-3rem);
}

.yz-index-1-bott {
	width: 100%;
	height: 0.4rem;
	position: absolute;
	bottom: .36rem;
	text-align: center;
	z-index: 13;
}

.swiper1-p {
	width: 100%;
	height: auto;
	overflow: hidden;
	height: auto;
	position: absolute;
	bottom: 2.3rem;
	z-index: 15;
}

.swiper1-p p {
	font: 0.28rem "微软雅黑";
	color: #fff;
	line-height: 0.3rem;
}

.yz-index-1-bott a {
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	margin: 0 auto;
	animation: myIndexXl 1s infinite;
}

@keyframes myIndexXl {
	0% {
		transform: translateY(10px);
	}
	25% {
		transform: translateY(30px);
	}
	50% {
		transform: translateY(25px);
	}
	75% {
		transform: translateY(30px);
	}
}

.index-1-top {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#swiper1 .swiper-slide img {
	width: 100%;
	height: 100%;
}

#index1-p a img {
	width: 100%;
}

.yz-ip-al-mian-seiper {
	height: 2.9rem;
	width: 100%;
	margin: 0 auto;
}

#swiper4 .swiper-slide {
	background: none;
}

.yz-index4-swiperin {
	width: 100%;
	height: 3.65rem;
	overflow: hidden;
	position: relative;
}

.yz-index4-swiperin img {
	width: 100%;
	height: 100%;
}

.yz-index4-swiperin p {
	display: block;
	height: 0.51rem;
	color: #fff;
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	font: 0.26rem "微软雅黑";
	line-height: 0.51rem;
	position: absolute;
	bottom: 0;
	padding: 0 .1rem;
}

.swiper4-in {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
}

.yz-index4-swiperin2 {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 0.18rem 0.25rem 0;
	text-align: left;
}
.yz-index4-swiperin2 a:nth-child(1){
	background: none;
}

.yz-index4-swiperin2 p {
	color: #808080;
	font: 0.24rem "微软雅黑";
	line-height: 0.4rem;
	height: .8rem;
	padding-bottom: 0.14rem;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index-news-a-1{
	display: inline-block;
	color: #4b4b4b;
	font: 0.22rem "微软雅黑";
	line-height: 0.67rem;
	padding-right: .35rem;
	background: url(../images/yz-index-jt_03.jpg) no-repeat right center;
	background-size: 0.26rem 0.26rem;
}

.yz-index4-swip {}

.yz-index4-swiperin2 em {
	display: inline-block;
	color: #4b4b4b;
	font: 0.22rem "微软雅黑";
	line-height: 0.67rem;
	float: right;
}

.section-top1 {
	z-index: 11;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: #000;
}

.section-top1-in {
	width: 100%;
	height: 100%;
	position: relative;
}

#swiper1 .swiper-pagination-bullet {
	width: 0.36rem;
	height: 0.05rem;
	display: inline-block;
	border-radius: 0;
	opacity: .2;
	background: none;
	background-color: #fff;
}

button#swiper1 .swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

#swiper1 .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

#swiper1 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #ED1F23;
	height: 0.08rem;
}

.swiper1-p-in {
	width: 100%;
	height: 0.4rem;
	overflow: hidden;
}


/*.swiper1-p-in iframe{
	width: 100%;
	height: 0.4rem;
	border: none;
}*/

.txtScroll-top1 .bd {
	width: auto;
}

.infoList {
	width: auto !important;
	text-align: center;
}

.txtScroll-top1 {
	overflow: hidden;
	text-align: center;
}

.txtScroll-top1 .bd a {
	font-size: 0.24rem;
	line-height: .4rem;
	color: #fff;
	text-align: center;
}


/*.jovo-index{
	width: 100%;
	height: 7.16rem;
	overflow: hidden;
	border: 1px slide red;
}*/

.jovo-index4 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	padding-top: 4.18rem;
	overflow: hidden;
	display: block;
}

.jovo-index41 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	padding-top: 4.18rem;
	overflow: hidden;
}

.jovo-index42 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	padding-top: 4.18rem;
	overflow: hidden;
	transform: translateX();
}

.yz-index4a1 {
	color: #fff !important;
	background: #e92d2d !important;
}

.yz-al-mian-nav .active {
	line-height: .54rem !important;
	color: #e92d2d !important;
	border-bottom: .05rem solid #e92d2d;
}


/*新闻中心修改*/

.jovo-main4 {
	width: 100%;
	text-align: center;
	height: auto;
	padding: 1.4rem 0 .42rem;
}

.jovo-main4 h2 {
	font-size: .48rem;
	line-height: .71rem;
	color: #fff;
}

.jovo-main4 p {
	font-size: .28rem;
	line-height: .44rem;
	color: #fff;
}

.jovo-main41 {
	width: 100%;
	height: auto;
	text-align: center;
}

.jovo-main41-in1 {
	margin-bottom: .32rem;
}

.jovo-main41-in1 a {
	display: inline-block;
	width: 1.5rem;
	height: .54rem;
	border-radius: .15rem;
	background: #fff;
	font-size: .24rem;
	line-height: .54rem;
	color: #333333;
	margin: 0 .12rem;
}

.jovo-main41-in2 {
	width: 100%;
	height: auto;
}

.jovo-main41-in21 {
	width: 100%;
	height: auto;
}

.jovo-main41-in22 {
	width: 100%;
	height: auto;
}

.jovo-main41-in211 {
	width: 100%;
	height: auto;
}


/*.jovo-main41-in221{
	display: none;
}
.jovo-main41-in231{
	display: none;
}*/


/*.jovo-main41-in22{
	display: none;
}
.jovo-main41-in23{
	display: none;
}
.jovo-main41-in24{
	display: none;
}*/

.jovo-main41-in1 .active {
	background: #e92d2d !important;
	color: #FFFFFF !important;
}

#jovo4-container {
	height: 6.12rem;
	width: 100%;
	background: none;
}

#jovo4-container .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	background: none;
}

#swiper5 {
	height: 4.43rem;
	width: 100%;
	background: none;
}

#swiper5 .swiper-slide {
	width: 100%;
	height: auto ;
	position: relative;
	background: none;
}

.jovo-main41-in221 {
	position: relative;
}

.jovo4-swiper-in {
	width: 5.4rem;
	height: auto;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

.jovo3-main {
	padding: 1.34rem 0 .42rem;
	text-align: center;
}

.jovo3-main h2 {
	font-size: .48rem;
	line-height: .71rem;
	color: #e92d2d;
}

.jovo3-main em {
	font-size: .28rem;
	line-height: .42rem;
	color: #e92d2d;
}

.jovo3-main h4 {
	font-size: .3rem;
	line-height: .68rem;
	color: #262626;
	padding-top: .32rem;
}

.jovo3-main h4 span {
	font-size: .34rem;
	color: #e92d2d;
}

.jovo3-main p {
	font-size: .28rem;
	line-height: .59rem;
	color: #333333;
}

.jovo3-main2 {
	width: 100%;
	height: auto;
	text-align: center;
}

.jovo3-main2-1 {
	width: 100%;
	padding-bottom: .64rem;
}

.jovo3-main2-1 a {
	font-size: .24rem;
	line-height: .54rem;
	color: #e92d2d;
	background: #fff;
	display: inline-block;
	padding: 0 .18rem;
	margin: 0 .16rem;
	border-radius: .08rem;
}

.jovo3-main2-1 .active {
	background: #e92d2d !important;
	color: #fff !important;
}

.jovo3-main2-2 {
	width: 100%;
	height: auto;
}

.swiper-container-case2 {
	width: 100%;
	height: 4.43rem;
	background: none;
}

#swiper3 {
	width: 100%;
	height: 4.43rem;
	background: none;
}

#swiper3 .swiper-slide {
	width: 100%;
	height: 100%;
	background: none;
	position: relative;
}

.swiper3-in1 {
	width: 5.68rem;
	height: auto;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	background: #fff;
}

.swiper3-in11 {
	width: 100%;
	height: 3.56rem;
	overflow: hidden;
}

.swiper3-in11 img {
	width: 100%;
	height: 100%;
}

.swiper3-in12 {
	text-align: left;
	background: #fff;
	padding: .07rem 0 .06rem .15rem;
}

.swiper3-in12 h4 {
	font-size: .28rem;
	color: #4c4c4c;
	line-height: .45rem;
}

.swiper3-in12 p {
	font-size: .24rem;
	color: #666666;
	line-height: .32rem;
}

#swiper4 {
	width: 100%;
	height: 4.43rem;
	background: none;
}

#swiper-case3 {
	width: 100%;
	height: 4.43rem !important;
	background: none;
}

.swiper-slide {
	background: none;
}

#swiper-case4 {
	width: 100%;
	height: 4.43rem !important;
	background: none;
}


/*5.5修改*/

.activeNav {
	animation: myAct 0.6s;
}

@keyframes myAct {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0);
	}
}


/*5.5修改 首页第一页新闻滚动*/

.index1-news {
	height: .4rem;
	width: 100%;
	position: absolute;
	bottom: 1.5rem;
	z-index: 99;
}

#txtScroll-top-1 {
	height: .4rem;
	position: relative;
	text-align: center;
	/*overflow-Y: hidden;*/
}

#txtScroll-top-1 .bd {
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: .4rem;
	z-index: 99;
}
#txtScroll-top-1 .tempWrap{
	height: .4rem !important;
}
#txtScroll-top-1 .infoList li {
	height: .4rem !important;
	text-align: center;
	z-index: 99;
}

#txtScroll-top-1 a{
	color: #fff !important;
	height: .4rem !important;
	line-height: .4rem;
	font-size: .24rem;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
#txtScroll-top-1 a span{
	color: #ed1f23 !important;
	line-height: .4rem;
	font-size: .24rem;
}







/*产品列表*/
.cp-list{
	width: 6.3rem;
	height: auto;
	transform: translate(-50%,-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
}
.cp-top{
	position: absolute;
	top: 30% !important;
	left: 50%;
}
.cp-list h3{
	font-size: .48rem;
	color: #fff;
	line-height: 1.2rem;	
	font-weight: bold;
	position: relative;
}
.cp-h3{
	color: #333333 !important;
}
.cp-a{border: 0.01rem solid #333 !important;}
.cp-list h3:after{
	content: "";
	width: .5rem;
	height: .04rem;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
}
.cp-list h3.cp-h3:after{
	content: "";
	width: .5rem;
	height: .04rem;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #333;
}
.cp-list p{
	font-size: .26rem;
	color: #fff;
	line-height: .46rem;
	padding-top: .2rem;
}
.cp-list a{
	display: inline-block;
	width: 2.03rem;
	height: .6rem;
	border-radius: .26rem;
	border: 0.01rem solid #fff;
	text-align: center;
	font-size: .24rem;
	color: #fff;
	line-height: .58rem;
	margin-top: .3rem;
	margin-right: .3rem;
}

/*5.9修改*/
.yz-ip-al-mian-16 em{
	display: inline-block !important;
	float: left;
	line-height: .58rem;
	
}
.yz-ip-al-mian-16 .bdshare-button-style0-16{
	display: inline-block;
	float: left;
	width: auto;
}
.bdsharebuttonbox>a{
	display: inline-block;
	float: left;
	width: .58rem;
	height: .58rem;
	border-radius: 100%;
	overflow: hidden;
	background-size:cover ;
}
.yz-ip-al-mian-16>a{
	display: inline-block;
	float: right;
    width: 1.45rem;
    height: 0.58rem;
    text-align: center;
    padding-top: 0.14rem;
    font-size: 0.22rem;
    color: #ffffff;
    font-family: "微软雅黑";
    border-radius: 0.29rem;
    background: #e92d2d;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
	height: .58rem !important;
	margin:0 .1rem 0 0 !important;
}
.yz-ip-al-mian-17{
	margin-top: .5rem;
}
.yz-case-pc-top2{
	padding-bottom:.3rem ;
}
.yz-contact-banner-bot2 li:first-child{
	position: relative;
	padding-bottom: .6rem;
}
.yz-contact-banner-bot2 li div{
	display: inline-block;
	position: absolute;
	left: 0;
	padding-left: 2.5rem;
}
.yz-news-biaoq{
	width: 100%;
	height: auto;
	margin-top: .7rem;
	padding-left: .2rem;
}
.yz-news-biaoq h3 {
    font-size: 0.28rem;
    color: #1e1e1e;
    font-family: "微软雅黑";
    line-height: 0.73rem;
    text-align: left;
}
.yz-news-biaoq ul li{
	float: left;
	padding:0 .2rem;
	line-height: .57rem;
	border: .01rem solid #ccc;
	font-size: 0.26rem;
    color: #666666;
    font-family: "微软雅黑";
    height: .57rem;
    margin-right: .2rem;
}
/*
@media screen and (max-height:500px) and (min-height:600px){
　　body{
		
    }
    .jovo3-main{display: none !important;}
    .jovo3-main2-1{margin-top: 3rem;}
}
*/





























