@charset "utf-8";

@media screen and (max-width: 767px) {
	.section {
		padding: 30px 0;
	}
}

.section {
	padding: 50px 0;
}

@media screen and (max-width: 740px) {
	.section-title {
		margin-bottom: 20px;
		font-size: 20px;
	}
}

.section-title {
	margin-bottom: 50px;
	font-size: 38px;
	line-height: 1.2;
	text-align: center;
	font-weight: 600;
}

.section-title span {
	display: block;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-indent: 3px;
	font-size: 18px;
	color: #666;
}


.section-title p {
	margin: 10px 0 0;
	font-size: 0;
}


.section-title p small {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #333;
	padding: 0 20px;
}

.section-title p small:before {
	right: 100%;
}

.section-title p small:before {
	content: "";
	width: 34px;
	height: 2px;
	background: #f0592d;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}


.section-title p small:after {
	left: 100%;
}


.section-title p small:after {
	content: "";
	width: 34px;
	height: 2px;
	background: #f0592d;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}


/* 
@media screen and (max-width: 767px) {
	.section-title {
		margin-bottom: 20px;
		font-size: 20px;
	}
}
 */

.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}


.in-news-left {
	float: left;
	width: 28%;
}

@media screen and (max-width: 767px) {
	.in-news-left {
		float: none;
		width: auto;
	}
}


.in-news-box {
	box-shadow: 0 0 15px #eee;
	background-color: #fafafa;
}


.in-news-tit {
	line-height: 60px;
	padding: 0 20px;
	border-bottom: 1px dotted #cacaca;
	font-weight: bold;
	font-size: 16px;
	color: #666;
}

@media screen and (max-width: 767px) {
	.in-news-tit {
		font-size: 14px;
		padding: 0 15px;
		line-height: 45px;
	}
}



.in-news-tit .more {
	float: right;
	font-weight: normal;
	font-size: 14px;
}


.news-menu {
	overflow: hidden;
}

.news-menu li {
	float: left;
	margin-right: 40px;
}

@media screen and (max-width: 767px) {
	.news-menu li {
		margin-right: 15px;
	}
}


.active a {
	color: #ea3516;
}

/* 
.news-menu li a {
	color: #666;
} */

.in-news-wrap {
	padding: 20px;
}

@media screen and (max-width: 767px) {
	.in-news-wrap {
		padding: 15px;
	}
}



.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}




.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.in-news-list dl {
	margin: 0;
	overflow: hidden;
}

.in-news-list dt {
	/* float: left; */
	/* width: 230px;
	height: 130px; */
	width: 480px;
	height: 248px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.in-news-list dt {
		width: 110px;
		height: 72px;
	}
}


.img-center {
	text-align: center;
	font-size: 0;
}

.img-center a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;

}

.w-prd-infobox:hover img {
	transform: scale(1.12);
	-ms-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-webkit-transform: scale(1.12);
	-o-transform: scale(1.12);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.in-news-list dd {
	margin-left: 250px;
}

@media screen and (max-width: 767px) {
	.in-news-list dd {
		margin-left: 120px;
	}
}

/*a {*/
/*	color: #333;*/
/*	text-decoration: none;*/
/*}*/


.in-news-list dd h4 {
	margin: 0;
	font-size: 16px;
}


.in-news-list dd p {
	margin: 15px 0 0;
	color: #666;
	line-height: 1.8;
	height: 100px;
	overflow: hidden;
	text-align: justify;
}


@media screen and (max-width: 767px) {
	.in-news-list dd p {
		margin-top: 10px;
		height: 50px;
	}
}


.in-news-list dd .more {
	color: #999;
	display: inline-block;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.in-news-list dd .more {
		display: none;
	}
}



.in-news-list ul {
	overflow: hidden;
	margin-left: -20px;
	margin-top: 10px;
}

.in-news-list li {
	/* float: left;
	width: 50%; */
}

@media screen and (max-width: 767px) {
	.in-news-list li {
		width: 100%;
	}
}



.in-news-list li a {
	display: block;
	line-height: 65px;
	border-bottom: 1px dotted #ddd;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding: 0 0 0 15px;
	margin-left: 20px;
}

@media screen and (max-width: 767px) {
	.in-news-list li a {
		line-height: 40px;
	}
}


.in-news-list li a:before {
	position: absolute;
	left: 2px;
	top: 50%;
	content: "";
	margin-top: -3px;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-left: 4px solid #ea3516;
	border-bottom: 3px solid transparent;
}

.in-news-list li a .tel {
	width: 70%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}

@media screen and (max-width: 767px) {
	.in-news-list li a .tel {
		width: 70%;
	}
}


.in-news-list li span {
	float: right;
	font-size: 12px;
	color: #666;
}

.in-news-right {
	float: right;
	width: 70%;
}

@media screen and (max-width: 740px) {
	.in-news-right {
		float: none;
		width: auto;
	}
}


@media screen and (max-width: 767px) {
	.in-news-right {
		margin-top: 20px;
	}
}

.in-news-box {
	box-shadow: 0 0 15px #eee;
	background-color: #fafafa;
	height: 623px;
}

.in-news-tit .more {
	float: right;
	font-weight: normal;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.in-news-tit .more {
		font-size: 12px;
	}
}




@media screen and (max-width: 767px) .in-news-right {
	margin-top: 20px;
}

#marquee {
	/* height: 420px; */
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	#marquee {
		height: 354px;
	}
}



#marquee li {
	border-bottom: 1px dotted #d2d2d2;
}

#marquee li a {
	display: block;
	padding: 25px 20px;
}

@media screen and (max-width: 767px) {
	#marquee li a {
		padding: 15px;
	}
}

#marquee li h4 {
	margin: 0;
	/* background: url(https://eydemozy.zmysz.cn/11840/template/pc/skin/images/icon_askw.png) no-repeat 0 0; */
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 30px;
	padding-bottom: 5px;
}

#marquee li p {
	margin: 10px 0 0;
	color: #999;
	/* background: url(https://eydemozy.zmysz.cn/11840/template/pc/skin/images/icon_askd.png) no-repeat 0 0; */
	line-height: 1.8;
	padding-left: 30px;
	height: 50px;
	overflow: hidden;
	text-align: left;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

/* .swiper-slide {
	width: 25%;
	padding: 0 10px;
} */

.simpline {
	width: 30px;
	background: #C8A064;
	height: 2px;
	margin: 10px auto;
}




.indexGrey {
	height: 600px;
	/* background: #f7f7f7; */

}




@media (max-width: 992px) {
	.indexpd {
		padding: 10px 0;
	}
}






.index_title {
	line-height: 30px;
	padding: 20px 0;
}


@media (max-width: 767px) {
	.index_title {
		padding: 10px 0;
	}
}

/* 
@media (max-width: 992px) {
	.container {
		width: 100%;
	}
} */


.index_title p {
	font-size: 28px;
	font-weight: bold;
	color: #8b0012;
	display: inline-block;
}






.index_jiegou .item {
	height: 280px;
	position: relative;
	overflow: hidden;
}

@media (max-width: 767px) {
	.index_jiegou .item {
		height: 190px;
	}
}

@media (max-width: 992px) {
	.index_jiegou .item a {
		height: 100%;
	}

}



.index_jiegou {}



.index_jiegou .item a {
	color: #fff;
	display: block;
	/* height: 100%; */
}




.index_jiegou .item .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/*@media (max-width: 992px) {*/
/*	.index_jiegou .item .img {*/
/*		float: left;*/
/*		width: 48%;*/
/*	}*/
/*}*/

.index_jiegou .item .abs {
	color: #fff;
	/* padding: 20px; */
	position: absolute;
	top: 0;
	left: 0;
	/* width: 100%; */
	/* height: 100%; */
	line-height: 1.6;
}


@media (max-width: 767px) {
	.index_jiegou .item .abs {
		/* padding: 10px; */
	}
}


/*@media (max-width: 992px) {*/
/*	.index_jiegou .item .abs {*/
/*		background: #8b0012;*/
/*		position: static;*/
/*		float: left;*/
/*		width: 50%;*/
/*		height: 100%;*/
/*	}*/
/*}*/



@media (max-width: 767px) {
	.index_jiegou .item .abs .more {
		width: 20px;
	}
}





.index_jiegou .item .abs .tt {
	font-size: 24px;
	border-bottom: 2px solid #fff;
	font-weight: bold;
}

@media (max-width: 767px) {
	.index_jiegou .item .abs .tt {
		font-size: 16px;
		border-bottom-width: 1px;
	}
}

.index_jiegou .item .abs p {
	margin: 10px 0;
	text-align: left;
}

.index_jiegou .item .note {
	display: none
}

@media (max-width: 992px) {
	.index_jiegou .item .note {
		display: block;
	}
}

/* .index_jiegou .item:hover .abs {
	background: #8b0012;
}
 */
.index_jiegou .item:hover .note {
	display: block;
}

.fourLine {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.index_jiegou .item.long {
	height: 480px;
}

/*@media (max-width: 767px) {*/
/*	.index_jiegou .item.long {*/
/*		height: 190px;*/
/*	}*/
}



.index_jiegou .col-md-4 {
	padding: 0;
}

/* @media (max-width: 992px) {
	.index_jiegou .col-md-4 {
		padding: 0 10px;
	}
}
 */


.p_title {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	padding-top: 50px;
	text-transform: uppercase;
	color: #cccccc;
}

/* 

.xzdb_con .conimg .img1 {
	top: 108px;
	left: 0;
	background: url(https://demoall2.yiyocms.com/17068/template/pc/skin/images/xzdb01.png);
}


.xzdb_con .conimg {
	position: absolute;
	width: 600px;
	height: 480px;
}
 */



/* .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
} */


/* .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
} */

.in-service .swiper-slide {
	height: 500px;
	font-size: 0;
	line-height: 500px;
}

@media screen and (max-width: 767px) {
	.in-service .swiper-slide {
		height: 276px;
		line-height: 276px;
	}
}



.in-service .swiper-slide a {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	position: relative;
}

.in-service .swiper-slide a:hover:before {
	opacity: 1;
}

.in-service .swiper-slide a:before {
	position: absolute;
	content: '';
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	z-index: 1;
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}

.in-service .swiper-slide .img-cover {
	position: relative;
	background-color: #000;
	color: #fff;
}

.img-cover {
	overflow: hidden;
}

.in-service .swiper-slide .img-cover span {
	height: 380px;
	-webkit-transition: all 1s;
	transition: all 1s;
}

@media screen and (max-width: 767px) {
	.in-service .swiper-slide .img-cover span {
		height: 200px;
	}
}


.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}


.in-service .swiper-slide .img-cover {
	position: relative;
	background-color: #000;
	color: #fff;
}


.in-service .swiper-slide .img-cover p {
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	line-height: 22px;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}

@media screen and (max-width: 767px) {
	.in-service .swiper-slide .img-cover p {
		font-size: 12px;
	}
}


.in-service .swiper-slide .img-cover p em {
	display: block;
	padding: 25px;
	/* padding: 60px 7% 0; */
	font-style: normal;
	text-align: justify;
}

@media screen and (max-width: 767px) {
	.in-service .swiper-slide .img-cover p em {
		padding: 20px 20px 0;
	}
}



.in-service .swiper-slide .img-cover i {
	position: absolute;
	bottom: 40px;
	left: 50%;
	/* background: url(https://demoall3.yiyocms.com/11834/template/pc/skin/images/icon3.png) no-repeat center / contain; */
	width: 60px;
	height: 60px;
	margin-left: -30px;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}

@media screen and (max-width: 767px) {
	.in-service .swiper-slide .img-cover i {
		height: 30px;
		bottom: 20px;
	}
}



.in-service .swiper-slide a:hover:before {
	opacity: 1;
}

.in-service .swiper-slide a:hover .img-cover span {
	opacity: 0.4;
	height: 350px;
}

.in-service .swiper-slide a:hover .img-cover p {
	opacity: 1;
}

.in-service .swiper-slide a:hover .img-cover i {
	opacity: 1;
}

.in-service .swiper-slide a:hover .text {
	background-color: #b62020;
	padding: 30px 0 58px;
}

.in-service .swiper-slide a:hover .text span {
	color: #fff;
	border-color: #fff;
}

.in-service .swiper-button-next,
.in-service .swiper-button-prev {
	background-color: #6e6e6e;
	width: 50px;
	height: 80px;
	opacity: 0.5;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.in-service .swiper-button-next:hover,
.in-service .swiper-button-prev:hover {
	opacity: 1;
}

.in-service .swiper-slide .text {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.in-service .swiper-slide .text span {
	display: block;
	width: 60%;
	margin: 0 auto;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	border-bottom: 2px solid #ccc;
	padding: 15px 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}


@media screen and (max-width: 767px) {
	.in-service .swiper-slide .text span {
		width: 75%;
		font-size: 14px;
		padding: 10px 0;
	}
}



.xzdb {
	height: 1684px;

}


.xzdb .container {
	height: 1684px;
	position: relative;
}

.xzdb .container {
	height: 1684px;
	position: relative;
}

p.p_title {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	padding-top: 50px;
	text-transform: uppercase;
	color: #cccccc;
}

.h2_title {
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
}

.h2_title i.titl {
	background: url(../images/titl01.png) no-repeat right center;
}


.h2_title i {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 230px;
	height: 3px;
}


.h2_title span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding: 0 15px;
	color: #333;
}


.xzdb .xzdb_p1 {
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}


.xzdb .xzdb_con .conimg.img1 {
	top: 108px;
	left: 0;
	background: url(https://demoall2.yiyocms.com/17068/template/pc/skin/images/xzdb01.png) no-repeat center top;
}


.xzdb .xzdb_con .conimg {
	position: absolute;
	width: 600px;
	height: 480px;
}


.xzdb .xzdb_con .con1 {
	right: 0;
	top: 258px;
}

.xzdb .xzdb_con .conbox {
	position: absolute;
	width: 560px;
}


.xzdb .xzdb_con .conbox .box_top {
	padding: 18px 0 0 72px;
}


.xzdb .xzdb_con .conbox .box_top span {
	display: block;
	width: 49px;
	height: 69px;
	border: 3px solid #bfbfbf;
	position: absolute;
	left: 0;
	top: 0;
}

.xzdb .xzdb_con .conbox .box_top i {
	display: block;
	width: 28px;
	padding-top: 30px;
	margin: 0 auto;
	font-size: 22px;
	border-bottom: 3px solid #bfbfbf;
	font-weight: bold;
}

.xzdb .xzdb_con .conbox .box_top .p1 {
	font-size: 22px;
	font-weight: bold;
	color: #333;
}

.xzdb .xzdb_con .conbox .box_top .p2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #bfbfbf;
}

.xzdb .xzdb_con .conbox .box_top em {
	display: block;
	width: 127px;
	height: 3px;
	background: #009946;
	margin-top: 8px;
}


.xzdb .xzdb_con .conbox ul {
	margin-top: 50px;
}


.xzdb .xzdb_con .conbox ul li {
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
	height: 24;
	line-height: 24px;
	background: url(https://demoall2.yiyocms.com/17068/template/pc/skin/images/icon01.png) no-repeat left center;
	padding-left: 22px;
}

.xzdb .xzdb_con .conbox ul li b {
	color: #009946;
}

.xzdb .xzdb_con .conimg.img2 {
	top: 469px;
	right: 22px;
	background: url(https://demoall2.yiyocms.com/17068/template/pc/skin/images/xzdb02.png) no-repeat center top;
}


.xzdb .xzdb_con .conimg.img3 {
	top: 832px;
	left: -1px;
	background: url(https://demoall2.yiyocms.com/17068/template/pc/skin/images/xzdb03.png) no-repeat center top;
}


.xzdb .xzdb_con .conimg.img4 {
	top: 1205px;
	right: 22px;
	background: url(https://demoall2.yiyocms.com/17068/template/pc/skin/images/xzdb04.png) no-repeat center top;
}

.xzdb .xzdb_con .con2 {
	left: 0;
	top: 595px;
}

.xzdb .xzdb_con .con3 {
	right: 0;
	top: 930px;
}


.xzdb .xzdb_con .con4 {
	left: 0;
	top: 1330px;
}

.w-prd-infoboxBox {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2.2em;
	text-align: center;
	width: 200px;
}


.w-prd-infoboxBox .prd-mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.63;
	*filter: alpha(opacity=63);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=63);
}

.prd-mask {
	background: #000;
}


.w-prd-infoboxBox .w-prd-infobox {
	position: relative;
	z-index: 1;
	padding: 0.5em 1em;
}

.w-prd-infobox h2 {
	color: #fff;
}


.w-productList .w-prd-infobox h2 {
	font-size: 115%;
	line-height: 1.5;
	margin: 0;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}


.w-prd-sum {
	color: #fff;
	display: none;
	max-height: 7.7em;
}


.w-prd-sum {
	line-height: 1.3;
	font-size: 95%;
	overflow: hidden;
}


.w-prd-con>a::after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.w-prd-list-cell .w-prd-con:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


.select_li {
	display: inline-block;
	height: 35px;
	line-height: 2.5;
	padding: 0px 25px 0px;
	border-radius: 3px;
	background-color: #f7f7f7;
	text-align: center;
	margin: 0px 10px 10px 0px;
	font-size: 14px;
	color: #7b8490;
	font-weight: 500;
	transition: 0.3s;
}



.floor_3 .index_title {
	padding-bottom: 72px;
	padding-top: 72px;
}


.floor_3 .index_title h3 {
	font-size: 38px;
	font-weight: 100;
	padding-bottom: 12px;
	color: #333;
	font-weight: bold;
}

.floor_3 .index_title p {
	background: url(https://demoall2.yiyocms.com/17622/template/pc/skin/images/line.png) center center no-repeat;
	width: 320px;
	height: 22px;
	margin: 0 auto;
}


.floor_3 li {
	overflow: hidden;
	height: 235px;
	vertical-align: top;
}

.floor_3 li .left {
	width: 50%;
	overflow: hidden;
	height: 235px;
}

.left {
	float: left;
}

.floor_3 li .left img {
	display: block;
	width: 600px;
	height: 235px;
}

.floor_3 li .right {
	width: 50%;
	background: #f8f8f8;
	height: 235px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.right {
	float: right;
}

.floor_3 li .right h3 {
	font-size: 28px;
	margin-top: 57px;
	background: #f8f8f8;
	position: relative;
	z-index: 10;
	line-height: 32px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}


.floor_3 li .right b {
	color: #e9e9e9;
	position: absolute;
	font-size: 58px;
	font-weight: bold;
	z-index: 9;
	left: 98px;
	top: 23px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}


.floor_3 li .right span {
	display: block;
	width: 29px;
	height: 5px;
	background: #1f6eb1;
	margin: 24px 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}


.floor_3 li .right p {
	line-height: 24px;
	width: 420px;
	color: #666;
	text-align: justify;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.floor_3 li:first-child .right .i {
	width: 169px;
	height: 10px;
	background: #1f6eb1;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
}


.floor_3 li .right .i {
	width: 169px;
	height: 10px;
	background: #1f6eb1;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: auto;
}

.floor_3 li:first-child .right .i2 {
	width: 10px;
	height: 80px;
	background: #1f6eb1;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	left: auto;
}


.floor_3 .l2 .left {
	float: right;
}

.floor_3 .l2 .right {
	float: left;
}




.floor_3 li:last-child .right .i2 {
	width: 10px;
	height: 80px;
	background: #1f6eb1;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	right: auto;
}


.floor_3 li .right .i {
	width: 169px;
	height: 10px;
	background: #1f6eb1;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: auto;
}


.floor_3 li:hover .right {
	background: #1f6eb1;
}

.floor_3 li:hover .right h3 {
	background: #1f6eb1;
	color: #fff;
}

.floor_3 li:hover .right p {
	color: #fff;
}

.floor_3 li:hover .right b {
	color: #2c7fbf;
}

.floor_3 li:hover .right span {
	background: #Fff;
}




.ny_tit_con {
	width: 379px;
	height: 82px;
	padding: 0 0 0 60px;
	border: 2px solid #1f66a4;
}


.ny_tit p {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-top: -6px;
}

.ny_tit p b {
	display: inline-block;
	font-size: 36px;
	color: #1f66a4;
	padding-right: 14px;
	background: #fff;
}

.ny_tit p i {
	font: 17px/20px arial;
	color: #1f66a4;
	text-transform: uppercase;
}

.ny_tit span {
	display: block;
	font-size: 21px;
	color: #333;
	line-height: 32px;
}


.about-2 {
	position: relative;
	padding: 0 90px;
}

@media screen and (max-width: 767px) {
	.about-2 {
		display: none;
		width: auto;
		padding: 0 35px;
	}
}

.about-2 .swiper-button-prev,
.about-2 .swiper-button-next {
	background-color: #c3c3c3;
	background-size: 10px auto;
	width: 24px;
	height: 54px;
	border-radius: 20px;
	outline: none;
	margin: 0;
	top: 82px;
}

@media screen and (max-width: 767px) {
	.about-2 .swiper-button-next {
		right: 0;
	}
}

@media screen and (max-width: 767px) {
	.about-2 .swiper-button-prev {
		left: 0;
	}
}



.about-2 .date {
	background: url(https://demoall3.yiyocms.com/11961/template/pc/skin/images/911_lc.png) no-repeat center / contain;
	height: 82px;
	line-height: 72px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}



.about-2 i {
	display: block;
	position: relative;
	margin: 20px 0;
}

.about-2 i:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	border-bottom: 1px dashed #999;
	content: '';

}

.about-2 i:after {
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: 1px solid #23ac38;
	border-radius: 50%;
	content: '';
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}


.about-2 .text {
	background-color: #fff;
	margin: 0 15px;
	padding: 20px;
	line-height: 1.8;
	text-align: justify;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
}


.case_img {
	position: relative;
}

.case_img img {
	width: 100%;
	height: auto;
}

.counter {
	font-size: 54px;
	line-height: 1em;
	color: #e00012;
	display: inline-block !important;
	height: 1em;
}

@media (max-width: 767px) {
	.counter {
		font-size: 20px;
	}
}


.themes-box {
	overflow: hidden;
	margin-top: 30px;
	position: relative;
	background-color: white;
	-webkit-box-shadow: 0 5px 15px 0 rgb(0 0 0 / 5%);
	box-shadow: 0 5px 15px 0 rgb(0 0 0 / 5%);
	border-radius: 15px;
	z-index: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.themes-box .thumb {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
}


.themes-box .thumb img {
	max-width: 100%;
	vertical-align: middle;
	margin: 0 auto;
}


.themes-box .main-content {
	padding: 30px 30px 30px;
}



.in-ys {
	padding: 12px 26px 0;
}

.in-ys dl {
	width: 556px;
	margin: 55px 0 0;
	float: left;
	height: 421px;
	position: relative;
}

.in-ys dt {
	border: 12px solid #fac12c;
	width: 311px;
	height: 397px;
	line-height: 397px;
	overflow: hidden;
}

.in-ys dt img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.in-ys dt img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.in-ys dd {
	position: absolute;
	right: 0;
	background-color: #fafafa;
	box-shadow: 0 0 15px #eee;
	margin: -172px 0 0;
	top: 50%;
	width: 190px;
	height: 294px;
	color: #333;
	padding: 50px 50px 0 50px;
}

.in-ys dd h4 {
	margin: 0;
	font-size: 30px;
}

.in-ys dd h4:after {
	display: block;
	height: 2px;
	width: 40px;
	background-color: #009a44;
	content: '';
	margin-top: 15px;
}

.in-ys dd p {
	margin: 20px 0 0;
	font-size: 16px;
	line-height: 1.8;
	height: 84px;
	overflow: hidden;
}

.in-ys dd .num {
	display: block;
	margin-top: 30px;
}

.in-ys dl:nth-child(even) {
	float: right;
}

.in-ys dl:nth-child(even) dt {
	float: right;
}

.in-ys dl:nth-child(even) dd {
	left: 0;
	right: auto;
}

.img-center {
	text-align: center;
	font-size: 0;
}


.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.list {
	width: 106%;
}


.list li:first-child {
	margin-left: 60px;
}


.list li {
	float: left;
	width: 278px;
	margin-right: 120px;
}

.list li a {
	display: block;
}

.list li .img {
	width: 134px;
	height: 150px;
	margin: 0 auto;
	transition: all .5s;
	margin-left: 72px;
}

.list li .title {
	margin-top: 30px;
}

.list li .tit {
	font-size: 24px;
	text-align: center;
	color: #118c3c;
}

.list li .cont {
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #666;
}




#mainwrapper .box {
	/* border: 5px solid #fff; */
	cursor: pointer;
	height: 182px;
	float: left;
	/* margin: 5px; */
	position: relative;
	overflow: hidden;
	width: 200px;
	/* 	-webkit-box-shadow: 1px 1px 1px 1px #ccc;
	-moz-box-shadow: 1px 1px 1px 1px #ccc;
	box-shadow: 1px 1px 1px 1px #ccc; */
}

#mainwrapper .box img {
	position: absolute;
	left: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

/* Caption Common Style */
#mainwrapper .box .caption {
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	color: #fff;
	z-index: 100;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	left: 0;
}


/** Caption 1: Simple **/
#mainwrapper .box .simple-caption {
	height: 30px;
	width: 200px;
	display: block;
	bottom: -30px;
	line-height: 25pt;
	text-align: center;
}

/** Caption 2: Full Width & Height **/
#mainwrapper .box .full-caption {
	width: 170px;
	height: 170px;
	top: -200px;
	text-align: left;
	padding: 15px;
}

/** Caption 3: Fade **/
#mainwrapper .box .fade-caption,
#mainwrapper .box .scale-caption {
	opacity: 0;
	width: 170px;
	height: 170px;
	text-align: left;
	padding: 15px;
}

#mainwrapper .box .rotate {
	width: 200px;
	height: 400px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

/** Caption 6: Scale **/
#mainwrapper .box .scale-caption h3,
#mainwrapper .box .scale-caption p {
	position: relative;
	left: -200px;
	width: 170px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

#mainwrapper .box .scale-caption h3 {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	transition-delay: 300ms;
}

#mainwrapper .box .scale-caption p {
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	transition-delay: 500ms;
}

/** Simple Caption :hover Behaviour **/
#mainwrapper .box:hover .simple-caption {
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	opacity: 1;
	transform: translateY(-100%);
}

/** Full Caption :hover Behaviour **/
#mainwrapper .box:hover .full-caption {
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	opacity: 1;
	transform: translateY(100%);
}

/** Fade Caption :hover Behaviour **/
#mainwrapper .box:hover .fade-caption,
#mainwrapper .box:hover .scale-caption {
	opacity: 1;
}




/** Scale Caption :hover Behaviour **/
#mainwrapper .box:hover #image-6 {
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

#mainwrapper .box:hover .scale-caption h3,
#mainwrapper .box:hover .scale-caption p {
	-moz-transform: translateX(200px);
	-o-transform: translateX(200px);
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
}





.floor_1 dl dt {
	width: 100%;
	height: 440px;
	overflow: hidden;
	float: left;
	position: relative;
}


.floor_1 dl dt img {
	width: 600px;
	height: 440px;
	display: block;
	transition: all .36s ease;
}


.info_hove:hover {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.floor_1 dl dt a:hover img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}


.floor_1 dl dt p {
	/* background: url(https://demoall3.yiyocms.com/11044/template/pc/skin/images/h2_03.jpg) center center no-repeat; */
	width: 600px;
	height: 73px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.floor_1 dl dt p span {
	float: left;
	display: block;
	line-height: 73px;
	font-size: 20px;
	color: #fff;
	padding-left: 38px;
	transition: all .36s ease;
}

.floor_1 dl dt p i {
	float: right;
	display: block;
	width: 42px;
	height: 5px;
	background-position: -84px 0px;
	margin-right: 40px;
	margin-top: 36px;
	transition: all .36s ease;
}

.floor_1 dl dt a:hover p span {
	padding-left: 34px;
}

.floor_1 dl dt a:hover p i {
	margin-right: 36px;
}

.floor_1 dl dd ul li:hover .d1 {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}


.floor_1 dl dt:hover {
	-moz-box-shadow: 0 4px 15px -4px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 4px 15px -4px rgba(0, 0, 0, .12);
	box-shadow: 0 4px 15px -4px rgba(0, 0, 0, .12);
	z-index: 34;
}

.floor_1 dl dt:hover em {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.floor_1 dl dt:hover p {
	display: none;
}

.icon {
	/* background: url(https://demoall3.yiyocms.com/11044/template/pc/skin/images/icon.png) no-repeat; */
	display: inline-block;
	vertical-align: middle;
}


.floor_1 dl dt em {
	/* background: url(https://demoall3.yiyocms.com/11044/template/pc/skin/images/h3_03.png); */
	width: 100%;
	text-align: center;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
	visibility: hidden;
}

.floor_1 dl dt em span {
	font-size: 26px;
	color: #fff;
	display: block;
	padding-top: 180px;
}

.floor_1 dl dt em s {
	display: inline-block;
	width: 44px;
	height: 44px;
	background-position: -138px 0px;
	margin-top: 12px;
}


.floor_1 dl dd {
	float: left;
	height: 440px;
}

.floor_1 dl dd ul {
	display: inline-block;
}

.floor_1 dl dd ul li {
	float: left;
	width: 46%;
	height: 210px;
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
}



.floor_1 dl dd ul li img {
	width: 100%;
	height: 210px;
}

.floor_1 dl dd ul li .d1 h3 {
	font-size: 20px;
	color: #fff;
	padding-top: 10px;
}


@media (max-width: 767px) {
	.floor_1 dl dd ul li {
		margin-left: 10px;
		margin-top: 10px;
	}
}

@media (max-width: 992px) {
	.floor_1 dl dd ul li {
		margin-left: 10px;
		margin-top: 10px;
	}
}


.floor_1 dl dd ul li .d1 {
	/* background: url(https://demoall3.yiyocms.com/11044/template/pc/skin/images/h3_03.png); */
	width: 280px;
	height: 210px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	opacity: 0;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
	visibility: hidden;
}

.floor_1 dl dd ul li .d1 i {
	display: block;
	width: 44px;
	height: 44px;
	background-position: -138px 0px;
	margin: 0 auto;
	margin-top: 72px;
}



.q_counter_holder {
	text-align: center;
	display: block;
}

.unit {
	font-size: 16px;
	color: #fff;
}

.counter_text {
	font-size: 17px;
	margin-top: 15px;
	color: #ffffff;
}

.full_section_inner {
	position: absolute;
	bottom: 100px;
	width: 70%;
	left: 20%;
	z-index: 2;
	top: 35%;
}

@media (max-width: 767px) {

	.floor_3 .index_title h3 {
		font-size: 30px;
	}

	.full_section_inner {
		width: 90%;
		left: 15%;
	}

	.q_counter_holder {
		margin-top: 20px;
	}

	.counter_text {
		margin-top: 10px;
		font-size: 12px;
	}

	.unit {
		font-size: 11px;
		color: #fff;
	}
}

/* 为什么选择我们,宽度自适应 */
@media screen and (width: 992px) {
	.container {
		width: 750px !important;
	}
}

@media (max-width: 992px) {
	#mainwrapper {
		width: 150px !important;
	}
	#mainwrapper .w-prd-infoboxBox {
		width: 150px !important;
	}
	#mainwrapper div.box {
		width: 100%;
	}
	#mainwrapper div.box img {
		height: 100%;
	}
	#mainwrapper .box .fade-caption,
	#mainwrapper .box .scale-caption {
		width: 100px;
	}
}

/* 底部备案号字体颜色统一为白色 */
.in-f-bottom a {
	color: #fff;
}

/* 二级页面价格优 文本框不占图片框*/
.in-ys dd {
	padding: 50px 0 0 0;
}

/*服务范围板块文字和鼠标悬浮文字颜色修改为与背景图片颜色反差大的*/
.index_jiegou .item .abs {
	/*color: #000;*/
	/* 不知道选什么颜色好,先罩一层黑色,这样白色的字体也能看清了 */
	background-color: rgba(0, 0, 0, .3);
}

/*.index_jiegou .item .abs .tt {*/
/*    border-color: #000;*/
/*}*/
/*轮播图*/
.flicks>li .flick-inner,
.flick-content,
.flick-inner .flick-content h1 {
	height: 100%;
}

.flicks>li .flick-content {
	position: relative;
}

.flicks>li .flick-inner .flick-content h1 {
	position: absolute;
	left: 6%;
	top: 20%;
	margin-top: 0;
}

.flicks>li .flick-inner .flick-content h1 f {
	width: 33.33%;
}

@media (max-width: 1000px) {
	.flicks>li .flick-inner .flick-content h1 f {
		width: 50%;
	}
}

.flicks>li:nth-child(1) .flick-inner .flick-content h1 {
	left: 6%;
	text-align: left;
}

.flicks>li:nth-child(1) .flick-inner .flick-content h1 c,
.flicks>li:nth-child(1) .flick-inner .flick-content h1 f {
	text-align: left;
}

.flicks>li:nth-child(3) .flick-inner .flick-content h1 {
	right: 6%;
	text-align: right;
}

.flicks>li:nth-child(3) .flick-inner .flick-content h1 c,
.flicks>li:nth-child(3) .flick-inner .flick-content h1 f {
	text-align: right;
}

/* 第二张图片的文字不在中间，调整下 */
.flicks>li:nth-child(2) .flick-inner .flick-content h1 {
	width: 100%;
	left: 0%;
}

/* 火狐浏览器中，文字没有高度，导致无法显示 */
.flickerplate ul.flicks>li {
	display: block;
}

/* 新增一个phone挂件，防止手机端时看不到联系方式 */
.suspension {
	position: fixed;
	text-align: center;
	width: 64px;
	bottom: 180px;
	right: 2%;
	z-index: 3;
	display: flex;
	flex-direction: column;
}

.suspension .item1 {
	background: #3e85ff;
	font-size: 16px;
	height: 120px;
	padding: 15px;
	color: #fff;
	line-height: 22px;
	font-weight: 700;
	position: relative;
}

.suspension .suspension-item {
	display: flex;
	width: 62px;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 9px;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.suspension .item2 {
	height: 62px;
	border: 1px solid #3e85ff;
	font-size: 10px;
	color: #3e85ff;
	background: #fff;
}

.suspension .item-box {
	position: relative;
}

.suspension .item-box .phone-shows {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	height: 100%;
}


.suspension .item-box .phone-hide {
	display: flex;
	width: 60px;
	color: #fff;
	align-items: center;
	height: 62px;
	position: absolute;
	right: 0;
	top: -1px;
	padding: 0 15px;
	text-align: left;
	background: #3e85ff;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #3e85ff;
	z-index: -1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}


.suspension .back_top {
	box-shadow: 0 5px 10px 0 hsla(0, 15%, 80%, .31);
	display: block;
	width: 62px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	text-align: center;
	background: #fff;
}


.suspension .back_top .suspension .back_top {
	color: #3e85ff;
	display: block;
}




.suspension-box {
	position: relative;
	float: right;
}

.suspension .a {
	display: block;
	width: 44px;
	height: 44px;
	background-color: #353535;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
}

.suspension .a.active,
.suspension .a:hover {
	background: #F05352;
}

.suspension .a .i {
	float: left;
	width: 44px;
	height: 44px;
	background-image: url(../images/side_icon.png);
	background-repeat: no-repeat;
}

.suspension .a-service .i {
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-left: 12px;
	background-image: url(../images/suspension.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.suspension .a-service-phone .i {
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-left: 12px;
	background-image: url(../images/suspension.png);
	background-repeat: no-repeat;
	background-position: -27px 0;
}

.suspension .suspension-box .a-qrcode .i {
	/*background-position: -44px 0;*/
	background-image: url(../images/weixin_icon.png);
	background-repeat: no-repeat;
	background-position: 14px;
	background-size: 50%;
}

.suspension .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);
}

.suspension .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;
	background: url(../images/side_bg_arrow.png) no-repeat;
	right: -8px;
	top: 31px;
}

.suspension .d-service {
	top: 0;
}

.suspension .d-service-phone {
	top: 48px;
}

.suspension .d-qrcode {
	top: 78px;
	text-align: center;
	display: none;
	/*width: 150px;*/
	/*height: 180px;*/
	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);
}

/*.suspension .d-service-item {*/
/*    border-bottom: 1px solid #eee;*/
/*    padding: 14px 0;*/
/*}*/

.suspension .d-service .d-service-item {
	border-bottom: none;
}

.suspension .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;
}

.suspension .d-service-item:hover .i-qq {
	background-position: center 3px;
}

.suspension .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(../images/side_phone_icon.png) no-repeat center center;
	display: block;
}

.suspension .d-service-item .text {
	color: #353535;
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}

.suspension .d-service-phone .d-service-item .text {
	line-height: 44px;
}

.suspension .d-qrcode .inner-box {
	padding: 0;
}

.suspension .d-qrcode p {
	font-size: 16px;
	color: #93959c;
}

.solution {
	background-color: #06050a;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	overflow: hidden;
	box-sizing: border-box;
}

.solution .solution-slide {
	position: relative;
	width: 85%;
	margin: 0 auto;
}

.solution .solution-slide .solution-slide-menu {
	width: 320px;
	text-align: center
}

.solution .solution-slide .solution-slide-menu ul {
	position: relative;
	z-index: 1
}

.solution .solution-slide .solution-slide-menu ul li {
	padding: 20px 0;
	position: relative;
	overflow: hidden;
	;
	cursor: pointer;
	background: hsla(0, 0%, 100%, .2);
	box-sizing: border-box;
}

.solution .solution-slide .solution-slide-menu ul li span {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #006acd;
	overflow: hidden;
	display: block;
	z-index: 1;
}

.solution .solution-slide .solution-slide-menu ul li p {
	margin: 10px 0 0;
	font-size: 16px;
	color: #fff;
	position: relative;
	z-index: 2;
}

.solution .solution-slide .solution-slide-body {
	width: calc(100% - 450px);
	min-height: 670px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.solution .solution-slide .solution-slide-body .solution-slide-item {
	width: 100%;
	display: none;
}

.solution .solution-slide .solution-slide-body .solution-slide-item h4 {
	color: #fff;
	font-size: 18px;
	margin: 20px 0px;
}

.solution .solution-slide .solution-slide-body .solution-slide-item>p {
	width: 60%;
	color: #fff;
	font-size: 14px;
}

.solution .solution-slide .solution-slide-body .solution-slide-item>img {
	height: 350px;
}

.solution .solution-slide .solution-slide-menu ul {
	padding: 0px 10px;
}

.solution .solution-slide .solution-slide-menu ul li {
	margin-bottom: 10px;
}

.solution .solution-slide .solution-slide-menu ul li span {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
}

/*关于我们去掉下边框*/
.page_about .p-about-txt h3 span {
	border-bottom: none;
}

@media (max-width: 768px) {
	.solution .solution-slide .solution-slide-body {
		display: none;
	}

	.solution .solution-slide .solution-slide-menu {
		width: 100%;
	}
}

.solution .solution-slide .solution-slide-menu {
	padding-top: 94px;
}



/* 关于中京css*/
.w {
    width: 1200px;
    margin: 0 auto;
}

.pt1 {
    /* padding: 30px 0 0; */
    overflow: hidden;
}
.rolling{
    display: block;
}
.box_left{
	/* width: 600px;
	height: 560px; */
	/* background-color: #009946; */
	float: left;
}
.box_right{
	/* width: 600px;
	height: 560px; */
	/* background-color:#06050a; */
	/* float: left; */
	
}
.revealed{
	/* width: 600px; */
	height: 240px;
	background-color:#eee;
	text-align: center;
	display: flex;
    justify-content: space-between;
	justify-content: center;
	align-items: center;
}
.btm_box_fix{
	/* width: 600px;
	height: 280px; */
	display: flex;
    justify-content: space-between;

}
.btm_box_fix_left{
	/* width: 280px; */
	
	/* background-color:#006acd; */
	/* float: left; */
}
.btm_box_fix_right{
	/* width: 280px;
	height: 300px; */
	/* background-color:#8b0012; */
	/* float: left; */
}
/* 重新获取二维码 */
.again-qrcode{
	position: absolute;
    width: 400px;
    height: 400px;
    left: 52px;
    top: 122px;
    background: rgba(0, 0, 0, .4);
    overflow: hidden;
    text-align: center;
	
}

#up>div>input{
	display: none !important;
}



 
.file-container {
	margin-right: 10px;
}

/* 初始状态下，隐藏预览和下载按钮 */
.file-container .file-preview,
.file-container .file-download {
  display: none;
}

/* 当鼠标悬停在 .file-container 上时显示按钮 */
.file-container:hover .file-preview,
.file-container:hover .file-download {
  display: inline-block; /* 或者其他适当的 display 属性值，比如 block */
}


.el-upload-dragger {	/* 重写el-upload拖拽上传css */
	width: 460px;
	height: 250px;
	background-color: #f7f8fc;
}




/* 新闻样式 */


.ct_title {
    padding-top: 70px;
    /* padding-bottom: 35px; */
    /* background: url(../img/ct_title.png) no-repeat bottom center; */
    margin-bottom: 30px;
}

.ct_title h5 {
    font-size: 39px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
/* 
.news_r {
    padding: 0px 10px;
} */


.news_tit {
    font-size: 24px;
    color: #666666;
    padding-bottom: 16px;
}

.ns1 {
    padding-top: 4px;
}

.ns1 .clf {
    padding-bottom: 18px;
}

.ns1_lt {
    width: 67px;
    height: 75px;
    background: #a4a4a4;
}

.fl, .fr {
    display: inline;
}

.fl {
    float: left;
}

.ns1_lt h5 {
    font-size: 26px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.ns1_lt span {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.ns1_rt {
    padding-left: 15px;
    width: 75%;
	padding-bottom: 10px;
}

.ns1_rt h5 {
    font-size: 14px;
    font-weight: bold;
}

.praas {
	color: #000;
    font-size: 16px;
}

.ns1_rt p {
    font-size: 14px;
    color: #666666;
}

.ns2 {
    width: 100%;
}
.praas:hover {
    color: #c02;
	text-decoration: none;
}

.ns2 p img {
    width: 100%;
	height: 220px;
}

.ns2 dl {
    padding-top: 5px;
}

.ns2 dl dd {
    line-height: 30px;
}

.ns2 dl dd a {
    font-size: 16px;
    color: #666666;
    display: block;
    float: left;
}
.ns2 dl dd a:hover {
    color: #c02;
	text-decoration: none;
}
.ns2 dl dd a:before {
    position: absolute;
    left: 2px;
    /* top: 50%; */
    /* line-height: 20px; */
    margin-top: 10px;
    content: "";
    /* margin-top: -3px; */
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 4px solid #ea3516;
    border-bottom: 3px solid transparent;
}

.ns2 dl dd span {
    font-size: 14px;
    color: #666666;
    float: right;
}

.news_r2 {
    padding: 0px 10px;
}

.news_r3 {
    padding: 0px 10px;
}

.title {
	
	font-weight: 500;
	font-size: 16px;
}
.description{
	color: #666666;
}
.tip {
    padding: 8px 16px;
    background-color: #ecf8ff;
    border-radius: 4px;
    border-left: 5px solid #50bfff;
    margin: 20px 0;
}
.tip p {
    font-size: 14px;
    color: #5e6d82;
    line-height: 1.5em;
	padding: 10px 0;
}

/* 中京优势 */
.service {
    /* padding-top: 60px; */
}
.clearfix a {
	color: #000;
}
.clearfix a:hover{
	color:#595757;
}
.w1200 {
    width: 1600px;
    margin: 0 auto;
}
.w1200 ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.service ul li {
    float: left;
}
/* .service ul li .box {
    width: 280px;
    padding-bottom: 47px;
    background: #f4f3f3;
    margin-right: 50px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
} */

.service ul li .box {
    width: 225px;
    padding-bottom: 47px;
    background: #f4f3f3;
    margin-right: 17px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}
.service ul li .box:hover{
	/* background: #1abc9e; */
	/* background: #4a8aef; */
	background: linear-gradient(180deg, #659cf3, #abd4f1);
	/* background: linear-gradient(180deg, #1871ff, #34a8ff); */
	box-shadow: 0px 0px 20px #aaa;
	color: #fff;
}
.service ul li:hover i {
    background: #fff;
}
.service ul li .box img{
	transition: transform 0.3s ease-in-out; /*设置过渡效果，使翻转更加平滑*/
}
.service ul li:hover img {
    transform: rotateY(180deg);/* 设置鼠标放上去时图片翻转180度 */
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    /* -webkit-transform: rotateY(180deg); */
    -o-transform: rotateY(180deg);
    transition: all .5s;
}
.service ul li img {
    margin-top: 40px;
    width: 132px;
    height: 132px;
}
.service ul li p {
    font-size: 20px;
    margin-top: 42px;
    margin-bottom: 22px;
    font-weight: bold;
    padding: 0 10px;
}
.service ul li i {
    width: 60px;
    height: 1px;
    background: #595757;
    display: block;
    margin: auto;
    margin-bottom: 36px;
    transition: all .5s;
}
.service ul li span {
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding: 0 10px;
    height: 52px;
    /* overflow: hidden; */
}



.biaozhuX {
    height: 14px;
    border-left: 1px solid #7497b3;
    border-right: 1px solid #7497b3;
    background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAIBAQEBAQIBAQECAgICAgQDAgICAgUEBAMEBgUGBgYFBgYGBwkIBgcJBwYGCAsICQoKCgoKBggLDAsKDAkKCgr/2wBDAQICAgICAgUDAwUKBwYHCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgr/wgARCAABAAEDAREAAhEBAxEB/8QAFAABAAAAAAAAAAAAAAAAAAAAB//EABQBAQAAAAAAAAAAAAAAAAAAAAf/2gAMAwEAAhADEAAAAEBQL//EABQQAQAAAAAAAAAAAAAAAAAAAAD/2gAIAQEAAT8Af//EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAIAQIBAT8Af//EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAIAQMBAT8Af//Z) repeat-x 0 7px;
    position: relative;
}
.biaozhuY {
    width: 14px;
    height: 100%;
    position: absolute;
    /* right: 10px; */
	/* left: 20px; */
    top: 16px;
    border-top: 1px solid #7497b3;
    border-bottom: 1px solid #7497b3;
    background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAIBAQEBAQIBAQECAgICAgQDAgICAgUEBAMEBgUGBgYFBgYGBwkIBgcJBwYGCAsICQoKCgoKBggLDAsKDAkKCgr/2wBDAQICAgICAgUDAwUKBwYHCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgr/wgARCAABAAEDAREAAhEBAxEB/8QAFAABAAAAAAAAAAAAAAAAAAAAB//EABQBAQAAAAAAAAAAAAAAAAAAAAf/2gAMAwEAAhADEAAAAEBQL//EABQQAQAAAAAAAAAAAAAAAAAAAAD/2gAIAQEAAT8Af//EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAIAQIBAT8Af//EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAIAQMBAT8Af//Z) repeat-y 7px 0;
}

.widthPcb {
	/* line-height: 14px;
	display: flex;
    justify-content: center;
    align-items: center; */

	position: absolute;
    left: 50%;
    top: 50%;
    line-height: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -23px;
}

.heightPcb {
    position: absolute;
    left: -2px;
    top: 50%;
    line-height: 18px;
    height: 18px;
    margin-top: -9px;
}

.bgf5Important {
    background: #f5f5f5 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



/* 登录样式 */



.w-\[442px\] {
    width: 442px !important;
}
.base-card{
    padding: 32px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 8px;
    opacity: .96;
    /* box-shadow: 0 2px 14px 0 rgba(0,0,0,.07), inset 0 0 8px 0 #fff; */
    background: linear-gradient(187deg, rgba(253, 255, 255, .6) 8%, #fbfcfd 18%, #fbfcfd 71%, rgba(250, 253, 255, .6) 92%, rgba(250, 253, 255, .6) 0, rgba(250, 253, 255, .6) 0);
}
.pt-0 {
    padding-top: 0 !important;
}

.relative {
    position: relative !important;
}
.leading-\[33px\] {
    line-height: 33px !important;
}
.font-semibold {
    font-weight: 600 !important;
}
.text-24 {
    font-size: 24px !important;
}
.pb-22 {
    padding-bottom: 22px !important;
}
.pt-32 {
    padding-top: 32px !important;
}
.p-0 {
    padding: 0 !important;
}
.m-0 {
    margin: 0 !important;
}
.register-btn {
    position: absolute;
    top: 0;
    right: -32px;
}
.register-tips {
    position: absolute;
    top: 18px;
    right: 51px;
    width: 119px;
    height: 28px;
    padding-left: 12px;
    box-sizing: border-box;
    line-height: 28px;
    font-size: 13px;
    text-decoration: none;
    background: url(https://passport.jlc.com/ssr/img/register-tips-bg.71ebd6f.svg) no-repeat;
}
.color-primary {
    color: #3673fe !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border-none {
    border-style: none !important;
}
.cursor-pointer {
    cursor: pointer !important;
}
.base-tabs{
	/* margin-top: 32px !important; */
}
.base-tabs__nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
.base-tabs__nav-item {
    flex: 1;
    text-align: center;
    border-bottom: 2px solid #e7ebf2;
    cursor: pointer;
}
.base-tabs__nav-item.is-active {
    font-weight: 500;
    color: #3673fe;
    border-bottom-color: #3673fe;
}
.base-tabs__nav-item:hover {
    color: #3673fe;
}
.mb-32 {
    margin-bottom: 32px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mt-32 {
    margin-top: 32px !important;
}

.image-container{
	/* height: auto; 设置图片高度自动适应宽度 */
  	transition: transform 0.3s ease-in-out; /* 设置过渡效果，使翻转更加平滑 */
}
.image-container:hover img {
	transform: rotateY(180deg); /* 设置鼠标放上去时图片翻转180度 */
}
/* 新闻资讯详情 */

/* 
@media (min-width: 768px){
	.w-com-menu-H {
		margin-bottom: 20px;
		text-align: center;
		padding-bottom: 48px;
		border-bottom: 1px solid #DDDDDD;
	}
}

@media (min-width: 768px){
	.w-com-menu-H >.w-com-menu-in {
		margin: 0 auto;
	}
}

.w-com-menu ul, .w-com-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (min-width: 768px){
	.w-com-menu-H > .w-com-menu-in > .ul-parent > li {
		margin: 0 4px;
	}
}
@media (min-width: 768px){
	.w-com-menu-H >.w-com-menu-in > ul > li {
		position: relative;
	}
}
.w-com-menu-H li {
    display: inline-block;
    margin: 0 45px;
    position: relative;
}
@media (min-width: 768px){
	.w-com-menu-H > .w-com-menu-in > .ul-parent > li > .div-parent a {
		padding: 0 1em;
		border: 1px solid #dbdbdb;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		line-height: 36px;
		display: block;
		font-size: 16px;
		color: #111;
	}
}
@media (min-width: 768px){
	.w-com-menu-H .menu_simpline_cur {
		width: 10px;
		height: 53px;
		position: absolute;
		left: 50%;
		margin-left: -5px;
		top: 38px;
		background: url(../img/menuh_cur.png) no-repeat center bottom;
	}
}
.menu_simpline_cur {
    display: none;
}

@media (min-width: 768px){
	.w-com-menu-H >.w-com-menu-in>.ul-parent> li:hover >.div-parent a, .w-com-menu-H >.w-com-menu-in>.ul-parent> li.cur >.div-parent a {
		background: #0C6AB9;
		border-color: #0C6AB9;
		color: #fff;
	}
}

@media (min-width: 768px){
	.w-com-menu-H >.w-com-menu-in>.ul-parent> li:hover >.div-parent .menu_simpline_cur, .w-com-menu-H >.w-com-menu-in>.ul-parent> li.cur >.div-parent .menu_simpline_cur {
		display: block;
	}
} */



