/*手机头部*/
.mc_header {
	display: none;
	height: 61px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 0 20px;
	border-bottom: 1px solid #eee;
}

.mc_header_con {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	height: 60px;
}

.mc_logo {
	line-height: 50px;
	max-width: calc(100% - 100px);
	text-align: center;
}

.mc_logo a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.mc_logo img {
	width: auto;
	max-width: 100%;
	max-height: 45px;
}

.mc_nav {
	width: 30px;
	height: 20px;
	position: relative;
	overflow: hidden;
}

.mc_nav span {
	width: 100%;
	height: 2px;
	background: #000;
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.mc_nav span:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform-origin: 7.5%;
	transform-origin: 7.5%;
}

.mc_nav span:nth-child(2) {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.mc_nav span:nth-child(3) {
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform-origin: 7.5%;
	transform-origin: 7.5%;
}

.mc_nav.click span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mc_nav.click span:nth-child(2) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}

.mc_nav.click span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mc_sousuo {
	width: 30px;
	height: 30px;
	position: relative;
	overflow: hidden;
	background-position: center;
	background-image: url(../images/sousuo_ico.png);
	background-size: 25px auto;
	background-repeat: no-repeat;
}


.mc_nav_con {
	background: #000;
	padding: 20px;
	display: none;
	position: fixed;
	top: 61px;
	left: 0;
	z-index: 99999;
	width: 100%;
}

.mc_nav_con ul {
	overflow: hidden;
	overflow-y: auto;
	height: calc(100vh - 100px);
}

.mc_nav_con ul>li {
	position: relative;
	border-bottom: 1px solid #2b2b2b;
}

.mc_nav_con ul>li>a {
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 50px;
	display: block;
}

.mc_nav_con ul>li>span {
	width: 35px;
	height: 30px;
	background: url(../images/tongyongjiantou_bai.png) no-repeat center;
	background-size: 40px;
	position: absolute;
	right: 0;
	top: 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 99;
}

.mc_nav_con ul>li>span.click {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mc_nav_erji {
	background: #1E1E1E;
	display: none;
}

.mc_nav_erji .mc_nav_erji_li {
	border-top: 1px dashed #2b2b2b;
}

.mc_nav_erji .mc_nav_erji_li:last-child {
	border-top: 0px dashed #2b2b2b;
}

.mc_nav_sanji_li {
	padding-left: 15px;
}

.mc_nav_siji_li {
	padding-left: 15px;
}

.mc_nav_wuji_li {
	padding-left: 15px;
}

.mc_nav_erji a {
	font-size: 14px;
	line-height: 35px;
	color: #fff;
	display: block;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mc_sousuo_con {
	background: #0662af;
	position: fixed;
	top: 60px;
	width: 100%;
	left: 0;
	z-index: 999;
	font-size: 0;
	display: none;
}

.mc_sousuo_con_shuru {
	font-size: 16px;
	height: 40px;
	height: 40px;
	color: #fff;
	background: none;
	width: calc(100% - 50px);
	padding: 0 20px !important;
	border: 0;
	border-right: 1px solid #fff;
	outline: none;
}

.mc_sousuo_con_shuru:focus {
	border-right-color: #fff !important;
}

.mc_sousuo_con_shuru::-webkit-input-placeholder {
	color: #fff;
}

.mc_sousuo_con_tijiao {
	width: 50px;
	height: 40px;
	background: none !important;
	border: 0 !important;
	background: url(../images/img/nav_sousuo.png) no-repeat center !important;
	background-size: 18px !important;
}

@media(max-width:991px) {
	#pc_header {
		display: none;
	}

	.pc_header_1 {
		display: none;
	}

	.x-top2 {
		display: none;
	}

	.mc_header {
		display: block;
	}
}

@media(max-width:468px) {
	.mc_logo {
		max-width: 60%;
	}
}

/**/
.fleex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/*flex布局*/
.flex_wrap {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*flex布局上下对齐*/
.flex_alise {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-content: space-between;
	-moz-align-content: space-between;
	-ms-align-content: space-between;
	-o-align-content: space-between;
	align-content: space-between;
}

/*flex布局上下居中*/
.flex_alice {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

/*flex布局左右对齐*/
.flex_con {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

/*flex布局左右居中*/
.flex_con_cen {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

/*flex布局左右对齐,上下居中*/
.flex_con_alice {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}


.max1550 {
	max-width: 1650px;
	padding: 0 50px;
	margin: 0 auto;
}

.max1200 {
	max-width: 1400px;
	padding: 0 50px;
	margin: 0 auto;
}

@media(max-width:1200px) {
	.max1550 {
		padding: 0 30px;
	}

	.max1200 {
		padding: 0 30px;
	}
}

@media(max-width:991px) {
	.max1550 {
		padding: 0 15px;
	}

	.max1200 {
		padding: 0 15px;
	}
}

/*pc头部*/
.pc_header_1 {
	font-size: 15px;
	line-height: 40px;
	color: #777;
	background-color: #f3f3f3;
}

.pc_header_1_fr a {
	color: #777;
}

.pc_header_1_fr a:hover {
	color: #0568b7;
	text-decoration: underline;
}


#pc_header {
	height: 110px;
	background: #fff;
}

.pc_header_2_con {
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_header_2_fl {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	width: 65%;
}

.pc_logo {
	width: 30%;
	max-width: 130px;
	line-height: 110px;
}

.pc_logo img {
	max-width: 100%;
}

.pc_logo_you_wenzi {
	width: 70%;
	padding-left: 15px;
}

.pc_logo_you_wenzi h3 {
	font-size: 20px;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
}

.pc_logo_you_wenzi h4 {
	font-size: 18px;
	line-height: 1.5;
	color: #333;
}

.pc_header_2_fr {
	max-width: 32%;
	padding-left: 45px;
	position: relative;
}

.pc_header_2_fr::before {
	content: '';
	width: 36px;
	height: 36px;
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 50%;
	background: #0568b7 url(../images/img/top_dianhua.png) no-repeat center;
	background-size: 18px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pc_header_2_fr h3 {
	font-size: 17px;
	line-height: 1.4;
	color: #333;
}

.pc_header_2_fr h4 {
	font-size: 21px;
	line-height: 1.1;
	color: #333;
	font-weight: bold;
}


.pc_nav {
	background: #0568b7;
}

.ss {
	display: none;
	position: absolute;
	right: 0;
	top: 86px;
	width: 250px;
	z-index: 999;
	background: #0568b7;
}

.ss input {
	outline: none;
	line-height: 45px;
	width: 36px;
	background: none;
	border: 0;
	background: #0662af;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.28);
	float: left;
}

.ss #s_btn {
	background: url(../images/img/sousuo.png) no-repeat center;
}

.ss #keyword {
	padding-left: 13px;
	line-height: 45px;
	width: calc(100% - 36px);
	background: none;
	border: 0;
	outline: none;
	font-size: 13px;
	color: rgba(255, 255, 255, 1);
	float: left;
}

.ss #keyword:-webkit-autofill {
	-webkit-text-fill-color: rgba(255, 255, 255, 1) !important;
	transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
	color: rgba(255, 255, 255, 1);
}


/* 导航样式 */
.x-menu {
	width: 100%;
	float: none;
}

.x-menu>li {
	width: 10%;
	margin: 0;
	text-align: center;
	float: none;
	position: relative;
	font-size: 0;
	border-right: 1px solid #ccc;
}

.x-menu>li:last-child {
	background: none;
	border-right: 1px solid rgba(255, 255, 2255, 0);
}

.x-menu>li>a {
	font-size: 15px;
	color: #fff;
	max-width: 100%;
	line-height: 70px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

.x-menu>li>a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0;
	background: #0568b7;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.x-menu>li:hover {
	background: #f7793e;
}

.x-menu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}


.x-menu>li:hover .x-sub-menu {
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.x-sub-menu {
	position: absolute;
	z-index: 999;
	width: 150px;
	left: 50%;
	top: 70px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%, 20px);
	transform: translate(-50%, 20px);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.x-menu>li:hover .x-sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.x-sub-menu>li>a {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #333;
	line-height: 2;
	padding: .5em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.x-sub-menu>li>a:hover {
	background: #0568b7;
	color: #fff;
}

@media(max-width:1080px) {
	.pc_header_fl {
		width: 63%;
	}

	.pc_logo_wz h3 {
		font-size: 18px;
	}

	.pc_logo_wz h4 {
		font-size: 16px;
	}

	.pc_header_fr {
		max-width: 35%;
	}

	.pc_dianhua_nn_li h3 {
		font-size: 15px;
	}

	.pc_dianhua_nn_li h4 {
		font-size: 18px;
	}
}

@media(max-width:991px) {
	.pc_nav {
		display: none;
	}
}

/*banner*/
/*视频*/
.shipinshouye {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	display: block;
}

.index_banner .wz {
	position: absolute;
	left: 0;
	z-index: 9;
	top: 60%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_banner .wz h3 {
	font-size: 2.2rem;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;

	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
}

.index_banner .wz h4 {
	font-size: 1.1rem;
	line-height: 1;
	color: rgba(255, 255, 255, .9);
	margin: 3% 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;

	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
}

.index_banner_tansuogengduo {
	display: inline-block;
	font-size: 16px;
	line-height: 2;
	color: #fff !important;
	background: #0568b7;
	border-radius: 25px;
	padding: 5px 1.5rem;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;

	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
}

.index_banner1 li.swiper-slide-active .wz h3 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.index_banner1 li.swiper-slide-active .wz h4 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.index_banner1 li.swiper-slide-active .wz .index_banner_tansuogengduo {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}


.bannershipin1:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: rgba(0, 0, 0, .2);
}

.index_banner {
	position: relative;
}

.index_banner img {
	width: 100%;
}

.banneryd {
	position: absolute;
	left: auto !important;
	right: 35px !important;
	top: 30% !important;
	bottom: auto !important;
	width: 12px !important;
	z-index: 99;
	text-align: center;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banneryd span {
	width: 12px;
	height: 12px;
	border-radius: 10px;
	background-color: #f7793e;
	margin: 4px 0 !important;
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.banneryd span.swiper-pagination-bullet-active {
	background: #f7793e;
	height: 40px;
}

.index_banner2 {
	/*display: none;*/
}


.index_banner1_btnl,
.index_banner1_btnr {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	right: 15px;
	z-index: 99;
}

.index_banner1_btnl {
	bottom: 90px;
}

.index_banner1_btnr {
	bottom: 30px;
}

.index_banner1_btnl:before,
.index_banner1_btnr:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	position: absolute;
	transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -4px;
}

.index_banner1_btnr:before {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	margin: -4px 0 0 -6px;
}

@media(max-width:1366px) {
	.index_banner1_btnl {
		bottom: 70px;
	}

	.index_banner1_btnr {
		bottom: 10px;
	}
}

@media(max-width:991px) {
	.index_banner {
		margin-top: 0;
	}
}

@media(max-width:768px) {
	.banneryd {
		width: 100% !important;
		right: 0 !important;
		top: auto !important;
		bottom: 10px !important;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.banneryd span.swiper-pagination-bullet-active {
		height: 8px;
		width: 20px;
	}

	.banneryd span {
		width: 8px;
		height: 8px;
		margin: 0 4px !important;
	}
}

/*热门搜索*/
.index_remensousuo {
	height: 80px;
	border-bottom: 1px solid #ddd;
	background: #fff;
}

.index_remensousuo_fl {
	width: 100%;
	padding-right: 230px;
	margin-right: -230px;
	margin-top: 17px;
	font-size: 16px;
	line-height: 45px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_remensousuo_fl a {
	color: #666;
	margin: 0 3px;
}

.index_remensousuo_fl a::after {
	content: ',';
}

.index_remensousuo_fl a:last-child::after {
	content: '';
}

.index_remensousuo_fl a:hover {
	color: #0568b7;
}

.index_remensousuo_fl h3 {
	font-size: 16px;
	/*font-weight: bold;*/
	line-height: 80px;
	color: #333;
}

.index_remensousuo_fl h3 a {
	color: #666;
	font-size: 15px;
	font-weight: normal;
	margin-right: 15px;
}

.index_remensousuo_fl h3 a:hover {
	color: #333;
}

.index_remensousuo_fl h3 a:last-child {
	margin-right: 0;
}

.index_remensousuo_fr {
	width: 200px;
	background: #0568b7;
	border-radius: 25px;
	overflow: hidden;
	margin-top: 17px;
}

.index_remensousuo_fr_shuru {
	outline: none;
	line-height: 45px;
	width: 36px;
	background: none;
	border: 0;
	background: #0662af;
	font-size: 13px;
	color: #fff;
	float: left;
}

.index_remensousuo_fr_tijiao {
	width: 45px;
	height: 45px;
	background: url(../images/img/nav_sousuo.png) no-repeat center;
	background-size: 18px;
	border: 0;
	outline: none;
	position: relative;
}

.index_remensousuo_fr_tijiao:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 30px;
	background: #666;
}

.index_remensousuo_fr_shuru {
	padding-left: 25px;
	line-height: 45px;
	width: calc(100% - 45px);
	background: none;
	border: 0;
	outline: none;
	font-size: 14px;
	color: #fff;
	float: left;
}

.index_remensousuo_fr_shuru:-webkit-autofill {
	-webkit-text-fill-color: #fff !important;
	transition: background-color 5000s ease-in-out 0s;
}

.index_remensousuo_fr_shuru::placeholder {
	color: #fff;
}


/*搜索导航*/
.index_remensousuo_fl_nav_yiji {
	width: 20%;
	float: left;
	text-align: center;
	position: relative;
}

.index_remensousuo_fl_nav_yiji>a {
	font-size: 16px;
	color: #333;
	display: block;
	line-height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_remensousuo_fl_nav_yiji:hover>a {
	background: #0568b7;
	color: #fff;
}

.index_remensousuo_fl_nav_erji {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, .12);
	display: none;
	z-index: 99;
	background: #fff;
}

.index_remensousuo_fl_nav_yiji:hover .index_remensousuo_fl_nav_erji {
	display: block;
}

.index_remensousuo_fl_nav_erji a {
	font-size: 15px;
	line-height: 60px;
	color: #333;
	border-top: 1px solid #ddd;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_remensousuo_fl_nav_erji a:hover {
	color: #0568b7;
}

.index_remensousuo_fl_nav_erji_li:nth-child(1) a {
	border-top: 0;
}

@media(max-width:991px) {
	.index_remensousuo {
		display: none;
	}
}


/*您在润滑油采购中有如下烦恼吗*/
.index_szdelaimei_fannao{
    padding: 3% 0;
    background-color: #e9e9e9;
}
.index_szdelaimei_fannao_fb{
    margin-top: 4%;
}
.index_szdelaimei_fannao_fb li{
    width: 23.5%;
    float: left;
    margin-right: 2%;
    background: #fff;
    border-radius:10px;
	box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
}
.index_szdelaimei_fannao_fb li:nth-child(4n){
    margin-right: 0;
}
.index_szdelaimei_fannao_fb_ft{
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 5% 0;
    color: #fff;
    text-align: center;
    background: #666;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.index_szdelaimei_fannao_fb_ft_nn{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_szdelaimei_fannao_fb_ft::before{
    content: '';
    width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 8px;
	cursor: pointer;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #666 transparent;
	border-top: none;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
	z-index: 99;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.index_szdelaimei_fannao_fb_fb{
    background: #fff;
    border-radius:0 0 10px 10px;
    padding: 11% 3%;
}
.index_szdelaimei_fannao_fb_fb .img{
    width: 30%;
    margin: 0 auto;
}
.index_szdelaimei_fannao_fb_fb .img img{
    width: 100%;
}
.index_szdelaimei_fannao_fb_fb .wz{
    margin-top: 11%;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #333;
    text-align: center;
}
@media(max-width:991px){
    .index_szdelaimei_fannao_fb li{
        width: 49%;
    }
    .index_szdelaimei_fannao_fb li:nth-child(2n){
        margin-right: 0;
    }
    .index_szdelaimei_fannao_fb li:nth-child(n+3){
        margin-top: 2%;
    }
    .index_szdelaimei_fannao_fb_ft{
        font-size: 18px;
    }
    .index_szdelaimei_fannao_fb_fb .wz{
        font-size: 16px;
        margin-top: 15px;
    }
    .index_szdelaimei_fannao_fb_fb{
        padding: 15px 10px;
    }
}

@media(max-width:768px){
    .index_szdelaimei_fannao{
        padding: 25px 0;
    }
    .index_szdelaimei_fannao_fb{
        margin-top: 15px;
    }
}
@media(max-width:468px){
    .index_szdelaimei_fannao_fb li{
        width: 100%;
        margin-right: 0;
    }
    .index_szdelaimei_fannao_fb li:nth-child(n+2){
        margin-top: 15px;
    }
}











/*合作客户*/
.index_hzkh {
	background-color: #f0f0f0;
	padding: 3% 0;
}

.index_hzkh_ft {
	text-align: center;
	overflow: hidden;
}

.index_hzkh_ft h3 {
	font-size: 2.4rem;
	line-height: 1.5;
	color: #222;
	font-weight: bold;
	position: relative;
}

.index_hzkh_ft h4 .biaoti_fl,
.index_hzkh_ft h4 .biaoti_fr {
	display: inline-block;
	vertical-align: middle;
	margin-right: .8rem;
	position: relative;
}

.index_hzkh_ft h4 .biaoti_fr {
	margin-right: 0;
	margin-left: .8rem;
}

.index_hzkh_ft h4 .biaoti_fl::after,
.index_hzkh_ft h4 .biaoti_fr::after {
	content: '';
	display: block;
	width: 1.8rem;
	height: 4px;
	background: #0568b7;
	z-index: 5;
	position: relative;
}

.index_hzkh_ft h4 .biaoti_fl::before,
.index_hzkh_ft h4 .biaoti_fr::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 3;
	width: 1000px;
	height: 1px;
	background: #ccc;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_hzkh_ft h4 .biaoti_fl::before {
	left: auto;
	right: 0;
}

.index_hzkh_ft h3 span {
	color: #0568b7;
}

.index_hzkh_ft h4 {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #222;
	position: relative;
}

.index_hzkh_fb {
	margin-top: 4%;
	position: relative;
}

.index_hzkh_fb_con {
	overflow: hidden;
	padding: 1px;
}

.index_hzkh_fb .index_hzkh_fb_li_ww {
	cursor: pointer;
}

.index_hzkh_fb li {
	width: 20%;
}

.index_hzkh_fb li .img {
	overflow: hidden;
}

.index_hzkh_fb li .img img {
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.index_hzkh_fb li:hover .img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.index_hzkh_fb li .wz {
	font-size: 16px;
	line-height: 2;
	color: #666;
	text-align: center;
	padding: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_hzkh_fb li:hover .wz {
	font-weight: bold;
}

.index_hzkh_fb li a {
	margin-bottom: -1px;
	margin-right: -1px;
}

.index_hzkh_fb li a {
	display: block;
	border: 1px solid #ccc;
}

.index_hzkh_fb li:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.index_hzkh_fb_btnl,
.index_hzkh_fb_btnr {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.index_hzkh_fb_btnl {
	left: -40px;
}

.index_hzkh_fb_btnr {
	right: -40px;
}

.index_hzkh_fb_btnl:before,
.index_hzkh_fb_btnr:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border-left: 4px solid #333;
	border-top: 4px solid #333;
	position: absolute;
	transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
}

.index_hzkh_fb_btnr:before {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	margin: -10px 0 0 -10px;
}

@media(max-width:1400px) {

	.index_hzkh_fb_btnl,
	.index_hzkh_fb_btnr {
		display: none;
	}
}




@media(max-width:991px) {
	.index_hzkh_ft h4 {
		font-size: 18px;
	}

	.index_hzkh_ft h4 .biaoti_fl::after,
	.index_hzkh_ft h4 .biaoti_fr::after {
		width: 25px;
	}

	.index_hzkh_ft h4 .biaoti_fl {
		margin-right: 10px;
	}

	.index_hzkh_ft h4 .biaoti_fr {
		margin-left: 10px;
	}
}

@media(max-width:768px) {
	.index_hzkh {
		padding: 30px 0;
	}

	.index_hzkh_ft h3 {
		font-size: 20px;
	}

	.index_hzkh_ft h4 {
		font-size: 16px;
	}

	.index_hzkh_fb {
		margin-top: 20px;
	}

	.index_hzkh_fb li {
		width: 33.33333%;
	}
}

@media(max-width:468px) {

	.index_hzkh_ft h4 .biaoti_fl,
	.index_hzkh_ft h4 .biaoti_fr {
		display: none;
	}

	.index_hzkh_fb li {
		width: 50%;
	}
}

/*担心问题*/
.index_dxwt {
	padding: 4% 0;
	background: url(../images/img/ban01.jpg) no-repeat center;
	background-size: cover;
}

.index_dxwt_fl {
	width: 38%;
}

.index_dxwt_fl_ft h3 {
	font-size: 2rem;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
}

.index_dxwt_fl_ft h4 {
	font-size: 1rem;
	line-height: 2;
	color: #fff;
	font-weight: bold;
}

.index_dxwt_fl_fb_ft {
	font-size: 1.3rem;
	color: #fff;
	line-height: 32px;
	font-weight: bold;
	background: url(../images/img/ban01_tel.png) no-repeat;
	padding-left: 45px;
	margin: 13% 0;
}

.index_dxwt_fl_fb_fb {
	display: block;
	font-size: 16px;
	line-height: 2;
	color: #fff;
	width: 110px;
	border-radius: 20px;
	background: #f7793e;
	padding: 5px 15px;
	text-align: center;
	position: relative;
	left: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.index_dxwt_fl_fb_fb:hover {
	color: #fff;
	left: 10px;
}

.index_dxwt_fr {
	width: 60%;
}

.index_dxwt_fr ul {
	font-size: 0;
	text-align: justify;
}

.index_dxwt_fr li:nth-child(1) {
	margin-top: 0;
}

.index_dxwt_fr li:nth-child(2) {
	margin-top: 0;
}

.index_dxwt_fr li {
	width: 46%;
	display: inline-block;
	vertical-align: top;
	margin-top: 3%;
	margin-right: 8%;
}

.index_dxwt_fr li:nth-child(2n) {
	margin-right: 0;
}

.index_dxwt_fr li .img {
	width: 40px;
	margin-top: 10px;
}

.index_dxwt_fr li .wz {
	width: calc(100% - 60px);
}

.index_dxwt_fr li .wz1 {
	font-size: 18px;
	line-height: 2;
	color: #fff;
	font-weight: bold;
}

.index_dxwt_fr li .wz2 {
	font-size: 16px;
	line-height: 2;
	color: #fff;
}

@media(max-width:991px) {
	.index_dxwt_fl {
		width: 100%;
	}

	.index_dxwt_fl_ft h3 {
		font-size: 24px;
	}

	.index_dxwt_fl_ft h4 {
		font-size: 16px;
	}

	.index_dxwt_fl_fb_ft {
		margin: 15px 0;
		font-size: 22px;
	}

	.index_dxwt_fr {
		width: 100%;
		margin-top: 20px;
	}
}

@media(max-width:768px) {
	.index_dxwt {
		padding: 30px 0;
	}

	.index_dxwt_fr li {
		width: 100%;
		margin: 10px 0;
		margin-right: 0 !important;
	}
}

@media(max-width:468px) {
	.index_dxwt_fr li .wz1 {
		font-size: 16px;
	}

	.index_dxwt_fr li .wz2 {
		font-size: 14px;
	}
}

/*应用案例*/
.index_yyal {
	padding: 3% 0;
}

.index_yyal_ft {
	text-align: center;
}

.index_yyal_ft h3 {
	font-size: 2rem;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
}

.index_yyal_ft h3 span {
	color: #0568b7;
}

.index_yyal_ft h4 {
	font-size: 18px;
	line-height: 1.5;
	color: #333;
}

.index_yyal_fc {
	margin: 4% 0;
}

.index_yyal_fc ul {
	overflow: hidden;
}

.index_yyal_fc li {
	width: 11.625%;
	margin-right: 1%;
	float: left;
}

.index_yyal_fc li:nth-child(8n) {
	margin-right: 0;
}

.index_yyal_fc li.on a {
	color: #fff;
	border: 1px solid #0568b7;
	background: #0568b7;
}

.index_yyal_fc li a {
	font-size: 16px;
	line-height: 2;
	color: #666;
	display: block;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 3px;
	border: 1px solid #ccc;
}

.index_yyal_fb_nn li {
	box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.1);
}

.index_yyal_fb_nn li a {
	overflow: hidden;
	display: block;
	background: #f5f5f5;
}

.index_yyal_fb_nn li .img {
	width: 64%;
	overflow: hidden;
}

.index_yyal_fb_nn li .img img {
	width: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.index_yyal_fb_nn li:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.index_yyal_fb_nn li .wz {
	width: 36%;
	padding: 5%;
}

.index_yyal_fb_nn li .wz h3 {
	font-size: 1rem;
	color: #333;
	font-weight: bold;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.index_yyal_fb_nn li .wz h4 {
	font-size: 14px;
	color: #333;
	line-height: 2;
	height: 84px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin: 10% 0 10%;
}

.index_yyal_fb_nn li .wz .syalckgd {
	font-size: 14px;
	color: #333;
	width: 134px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	background: #fff url(../images/img/case_ico05.png) no-repeat 95px 15px;
	padding: 0 0 0 25px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.index_yyal_fb_nn li:hover .wz .syalckgd {
	color: #fff;
	background: #0568b7 url(../images/img/case_ico05_b.png) no-repeat 95px 15px;
}

@media(max-width:1180px) {
	.index_yyal_fb_nn li .wz h3 {
		font-size: 18px;
	}
}

@media(max-width:991px) {
	.index_yyal_fc li {
		width: 23.5%;
		margin: 5px 0;
		margin-right: 2%;
	}

	.index_yyal_fc li:nth-child(4n) {
		margin-right: 0;
	}
}

@media(max-width:768px) {
	.index_yyal {
		padding: 30px 0;
	}

	.index_yyal_ft h3 {
		font-size: 24px;
	}

	.index_yyal_ft h4 {
		font-size: 16px;
	}

	.index_yyal_fc {
		margin: 10px 0 20px;
	}

	.index_yyal_fc li a {
		font-size: 16px;
		padding: 5px;
	}

	.index_yyal_fb_nn li .img {
		width: 100%;
	}

	.index_yyal_fb_nn li .wz {
		width: 100%;
		padding: 20px;
	}

	.index_yyal_fb_nn li .wz h4 {
		margin: 15px 0;
	}
}

@media(max-width:468px) {
	.index_yyal_fc li {
		width: 49%;
	}

	.index_yyal_fc li:nth-child(2n) {
		margin-right: 0;
	}
}

/*关于我们*/
.index_gywm {
	padding: 3% 0;
	background: url(../images/img/ab_bg.jpg) no-repeat top center;
	/*background-size: 100% auto;*/
}

.index_gywm_ft {
	text-align: center;
}

.index_gywm_ft h3 {
	font-size: 2.2rem;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
}

.index_gywm_ft h4 {
	font-size: 20px;
	line-height: 1.5;
	color: #333;
}

.index_gywm_fc {
	font-size: 16px;
	color: #101010;
	line-height: 2;
	text-align: center;
	margin: 4% 0;
}

.index_gywm_fb {
	text-align: center;
}

.index_gywm_fb a {
	font-size: 16px;
	line-height: 2;
	color: #101010 !important;
	padding-bottom: 10px;
	border-bottom: #686a6a 2px solid;
}

.index_gywm_fb a span {
	font-weight: bold;
}

.index_gywm_fb1 {
	margin-top: 3%;
	background: #fff;
	padding: 5% 3%;
}

.index_gywm_fb1_ft ul {
	overflow: hidden;
	font-size: 0;
	text-align: center;
}

.index_gywm_fb1_ft li {
	display: inline-block;
	max-width: 40%;
	padding-right: 40px;
	background: url(../images/img/photo_bor.gif) no-repeat right center;
	cursor: pointer;
}

.index_gywm_fb1_ft li .flli_www {
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	padding-bottom: 15px;
}

.index_gywm_fb1_ft li:last-child {
	background: none;
	padding-left: 20px;
	padding-right: 0;
}

.index_gywm_fb1_ft li .flli_www {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_gywm_fb1_ft li .img {
	width: 46px;
	height: 42px;
	background: url(../images/img/ab_ico03.png) no-repeat center;
	margin-right: 15px;
}

.index_gywm_fb1_ft li:nth-child(2) .img {
	background: url(../images/img/ab_ico04.png) no-repeat center;
}

.index_gywm_fb1_ft li .wz {
	text-align: left;
}

.index_gywm_fb1_ft li .wz h3 {
	font-size: 20px;
	color: #141414;
	line-height: 1.5;
}

.index_gywm_fb1_ft li .wz h4 {
	font-size: 14px;
	color: rgba(20, 20, 20, 0.5);
	line-height: 1.5;
}

.index_gywm_fb1_ft li.on .wz h3 {
	font-weight: bold;
}

.index_gywm_fb1_ft li.on .flli_www {
	border-bottom: 2px solid #0568b7;
}

.index_gywm_fb1_fb {
	margin-top: 4%;
}

.index_gywm_fb1_fb_nn {
	overflow: hidden;
}

.index_gywm_fb1_fb_nn2 li .img {
	background: url(../images/img/honerbg.jpg) no-repeat center;
	background-size: 100% 100%;
	padding: 7%;
}

.index_gywm_fb1_fb_nn2 li .img .img_ww {
	overflow: hidden;
}

.index_gywm_fb1_fb_nn li .img {
	overflow: hidden;
}

.index_gywm_fb1_fb_nn li img {
	width: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.index_gywm_fb1_fb_nn li:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.index_gywm_fb1_fb_nn li .wz {
	text-align: center;
	font-size: 16px;
	line-height: 2;
	color: #494646;
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_gywm_fb1_fb_nn li:hover .wz {
	font-weight: bold;
}

@media(max-width:991px) {
	.index_gywm_ft h4 {
		font-size: 18px;
	}
}

@media(max-width:768px) {
	.index_gywm {
		padding: 30px 0;
	}

	.index_gywm_ft h3 {
		font-size: 24px;
	}

	.index_gywm_ft h4 {
		font-size: 16px;
	}

	.index_gywm_fc {
		margin: 15px 0;
	}

	.index_gywm_fb1 {
		margin-top: 25px;
		padding: 20px;
	}

	.index_gywm_fb1_ft li .wz h3 {
		font-size: 18px;
	}

	.index_gywm_fb1_ft li .wz h4 {
		font-size: 12px;
	}

	.index_gywm_fb1_ft li {
		max-width: 50%;
		padding-right: 30px;
	}

	.index_gywm_fb1_ft li:last-child {
		padding-left: 10px;
	}
}

@media(max-width:468px) {
	.index_gywm_fb1 {
		padding: 20px 15px;
	}

	.index_gywm_fb1_fb_nn li .wz {
		font-size: 14px;
	}

	.index_gywm_fb1_ft li .wz h3 {
		font-size: 16px;
	}

	.index_gywm_fb1_ft li .img {
		width: 30px;
		margin-right: 5px;
		background-size: 36px;
		background-position: -6px center;
	}

	.index_gywm_fb1_ft li:nth-child(2) .img {
		background-size: 36px;
		background-position: -6px center;
	}
}

/*新闻动态*/
.index_xwdt {
	padding: 2% 0;
}

.index_xwdt_ft {
	text-align: center;
}

.index_xwdt_ft h3 {
	font-size: 2.2rem;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
}

.index_xwdt_ft h3 span {
	color: #0568b7;
}

.index_xwdt_ft h4 {
	font-size: 20px;
	line-height: 1.5;
	color: #333;
}

.index_xwdt_fc {
	margin-top: 15px;
}

.index_xwdt_fc_fl {}

.index_xwdt_fc_ft {
	overflow: hidden;
	margin-bottom: 15px;
}

.index_xwdt_fc_ft_fl_ww {
	overflow: hidden;
	width: 48.75%;
}

.index_xwdt_fc_ft_fl_wwnn {
	overflow: hidden;
}

.index_xwdt_fc_ft_fr_ww {
	overflow: hidden;
	width: 45%;
}

.index_xwdt_fc_fb_fr_nn {
	overflow: hidden;
	min-height: 20rem;
	height: calc(100% - 45px);
}

.index_xwdt_fc_ft_fl {
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	font-weight: bold;
}

.index_xwdt_fc_ft_fl span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}

.index_xwdt_fc_ft_fr {
	font-size: 14px;
	color: #333;
	line-height: 30px;
}

.index_xwdt_fc_ft_fr:hover {
	color: #0568b7;
}

.index_xwdt_fc_fb {
	overflow: hidden;
	/*margin-top: 3%;*/
	position: relative;
}

.index_xwdt_fc_fb_fl {
	width: 48.75%;
}

.index_xwdt_fc_fb_fl .img {
	overflow: hidden;
}

.index_xwdt_fc_fb_fl .img img {
	width: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.index_xwdt_fc_fb_fl:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.index_xwdt_fc_fb_fl .wz {
	margin-top: 10px;
}

.index_xwdt_fc_fb_fl .wz .rq {
	font-size: 16px;
	color: #333;
	line-height: 2;
	font-weight: bold;
}

.index_xwdt_fc_fb_fl .wz .biaoti {
	font-size: 16px;
	color: #333;
	line-height: 2;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*margin-top: 10px;*/
}

.index_xwdt_fc_fb_fl:hover .wz .biaoti {
	color: #0568b7;
}

.index_xwdt_fc_fb_fl .wz .miaoshu {
	font-size: 15px;
	color: #666;
	line-height: 2;
	/*margin-top: 10px;*/
	height: 56px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index_xwdt_fc_fb_fr {
	width: 45%;
	overflow: hidden;
	/*height: 18.4rem;*/
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.index_xwdt_fc_fb_fr li {
	border-bottom: #e4e4e4 1px solid;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

.index_xwdt_fc_fb_fr li a {
	width: 100%;
	position: relative;
}

.index_xwdt_fc_fb_fr li .jiantou {
	position: absolute;
	right: 0;
	z-index: 990;
	bottom: 8px;
	width: 35px;
	height: 35px;
	background: url(../images/img/index_xw_jthei.png) no-repeat left center;
	background-size: 35px;
}

.index_xwdt_fc_fb_fr li:hover .jiantou {
	background: url(../images/img/index_xw_jtlan.png) no-repeat left center;
	background-size: 35px;
}

/*.index_xwdt_fc_fb_fr li .jiantou:before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    border-left: 2px solid #BDBDBD;*/
/*    border-top: 2px solid #BDBDBD;*/
/*    position: absolute;*/

/*    transform: rotate(135deg);*/
/*    -webkit-transform: rotate(135deg);*/
/*    -moz-transform: rotate(135deg);*/
/*    -ms-transform: rotate(135deg);*/
/*    -o-transform: rotate(135deg);*/
/*    margin: -6px 0 0 -6px;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*}*/
/*.index_xwdt_fc_fb_fr li:hover .jiantou:before{*/
/*    border-color:#0568b7;*/
/*}*/
.index_xwdt_fc_fb_fr li h3 {
	font-size: 15px;
	line-height: 2;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}

.index_xwdt_fc_fb_fr li h4 {
	font-size: 17px;
	line-height: 1.8;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*padding-right: 40px;*/
}

.index_xwdt_fc_fb_fr li h5 {
	font-size: 15px;
	line-height: 1.8;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_xwdt_fc_fb_fr li a:hover h4 {
	color: #0568b7;
	font-weight: bold;
}

.index_xwdt_fb {
	margin-top: 15px;
	overflow: hidden;
}

.index_xwdt_fb_fb {
	overflow: hidden;
	margin-top: 15px;
}

.index_xwdt_fb_ft {
	overflow: hidden;
}

/*.index_xwdt_fb_fb li{*/
/*    border-right: 1px solid #e4e4e4;*/
/*}*/
.index_xwdt_fb_fb li h3 {
	font-size: 16px;
	line-height: 2;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_xwdt_fb_fb li h4 {
	font-size: 16px;
	line-height: 2;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_xwdt_fb_fb li:hover h3 {
	color: #0568b7;
}

@media(max-width:991px) {
	.index_xwdt_ft h4 {
		font-size: 18px;
	}
}

@media(max-width:768px) {
	.index_xwdt {
		padding: 30px 0;
	}

	.index_xwdt_ft h3 {
		font-size: 24px;
	}

	.index_xwdt_ft h4 {
		font-size: 16px;
	}

	.index_xwdt_fc {
		margin-top: 20px;
	}

	.index_xwdt_fc_fb {
		margin-top: 20px;
	}

	.index_xwdt_fc_fb_fl {
		width: 100%;
	}

	.index_xwdt_fc_fb_fr {
		width: 100%;
		/*height: 300px;*/
		position: static;
		margin-top: 15px;
	}

	.index_xwdt_fb {
		margin-top: 15px;
	}

	.index_xwdt_fb_fb {
		margin-top: 15px;
	}

	.index_xwdt_fc_ft_fl {
		font-size: 18px;
	}

	.index_xwdt_fc_fb_fl .wz {
		margin-top: 10px;
	}

	.index_xwdt_fc_fb_fl .wz .biaoti {
		margin-top: 5px;
	}

	.index_xwdt_fc_fb_fl .wz .miaoshu {
		margin-top: 5px;
	}

	.index_xwdt_fc_fb_fr_nn {
		height: 320px;
		min-height: 320px;
	}
}

/*footer*/
.pc_footer {
	padding: 3% 0;
	background: #333;
}

.pc_footer_fl {
	width: 36%;
}

.pc_footer_fl_ft {
	width: 90%;
}

.pc_footer_fl_ft img {
	max-width: 100%;
}

.pc_footer_fl_fb {
	margin-top: 10%;
}

.pc_footer_fl_fb ul {
	overflow: hidden;
}

.pc_footer_fl_fb li {
	width: 45%;
	max-width: 140px;
	margin-right: 10%;
	float: left;
}

.pc_footer_fl_fb li .img img {
	width: 100%;
}

.pc_footer_fl_fb li .wz {
	font-size: 16px;
	line-height: 2;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	padding: 10px 0;
}

.pc_footer_fl_fb li:nth-child(2n) {
	margin-right: 0;
}

.pc_footer_fr {
	width: 60%;
}

.pc_footer_fr_ft {
	padding-bottom: 30px;
}

.pc_footer_fr_ft ul {
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.pc_footer_fr_ft li {
	float: left;
	max-width: 20%;
}

.pc_footer_fr_ft li a {
	display: block;
	font-size: 16px;
	line-height: 2;
	color: rgba(255, 255, 255, 0.7);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc_footer_fr_ft li a:hover {
	color: #fff;
}

.pc_footer_fr_fc {
	padding: 25px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pc_footer_fr_fc h3 {
	font-size: 16px;
	line-height: 36px;
	color: rgba(255, 255, 255, 1);
	padding-left: 30px;
	background: url(../images/img/f_ico01.png) no-repeat left center;
	background-size: 20px;
}

.pc_footer_fr_fc h4 {
	font-size: 30px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.8);
	font-weight: bold;
}

.pc_footer_fr_fb {
	padding: 30px 0 0;
}

.pc_footer_fr_fb h3 {
	font-size: 16px;
	line-height: 36px;
	color: rgba(255, 255, 255, 1);
	padding-left: 30px;
	background: url(../images/img/f_ico02.png) no-repeat 3px center;
	background-size: 15px;
}

.pc_footer_fr_fb h4 {
	font-size: 16px;
	line-height: 36px;
	color: rgba(255, 255, 255, 1);
	padding-left: 30px;
	background: url(../images/img/f_ico03.png) no-repeat left center;
	background-size: 20px;
	margin: 10px 0;
}

.pc_footer_fr_fb_banquan {
	font-size: 15px;
	line-height: 36px;
	color: rgba(255, 255, 255, 1);
}

.pc_footer_fr_fb_banquan a {
	color: rgba(255, 255, 255, 1);
}

.pc_footer_fr_fb_banquan a:hover {
	color: #fff;
}

.pc_footer2 {
	padding: 15px 0;
	background: #fff;
	font-size: 16px;
	line-height: 2;
	color: #333;
}

.pc_footer2_fl {
	font-weight: bold;
	width: 130px;
}

.pc_footer2_fr {
	width: 100%;
	padding-left: 130px;
	margin-left: -130px;
}

.pc_footer2_fr a {
	color: #666;
	margin: 0 5px;
}

.pc_footer2_fr a:hover {
	color: #333;
}

@media(max-width:991px) {
	.pc_footer_fr_ft {
		display: none;
	}

	.pc_footer_fr_fc {
		border-top: 0;
		padding-top: 0;
	}
}

@media(max-width:768px) {
	.pc_footer {
		padding: 30px 0 20px;
	}

	.pc_footer_fl {
		width: 100%;
	}

	.pc_footer_fl_ft {
		display: none;
	}

	.pc_footer_fl_fb {
		margin-top: 0;
	}

	.pc_footer_fr {
		width: 100%;
	}

	.pc_footer_fr_fc {
		padding-bottom: 10px;
	}

	.pc_footer_fr_fb {
		padding-top: 15px;
	}

	.pc_footer_fr_fb h4 {
		margin: 5px 0;
	}

	.pc_footer2_fl {
		width: 100%;
	}

	.pc_footer2_fr {
		width: 100%;
		padding-left: 0;
		margin-left: 0;
	}
}

@media(max-width:468px) {
	.pc_footer_fr_fc h4 {
		font-size: 24px;
	}

	.pc_footer_fl_fb li .wz {
		font-size: 14px;
	}

	.pc_footer_fr_fc h3 {
		font-size: 14px;
	}

	.pc_footer_fr_fb h3 {
		font-size: 14px;
	}

	.pc_footer_fr_fb h4 {
		font-size: 14px;
	}
}

/*2023-08-24（改版）*/
/*公司简介*/
.index_gsjj {
	padding: 3% 0;
}

.index_gsjj_ft {
	overflow: hidden;
	margin-top: 4%;
}

.index_gsjj_ft_fl {
	width: 52%;
	position: relative;
	min-height: 15rem;
}

.index_gsjj_ft_fl a {
	height: 100%;
	width: 100%;
	display: block;
}

.index_gsjj_ft_fl .img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: rgba(0, 0, 0, .1);

}

.index_gsjj_ft_fl .img:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background: url(../images/img/index_bofangkongjian.png) no-repeat center;
	background-size: 70px;
}

.index_gsjj_ft_fl video {
	outline: none;
	display: block;
	width: 100%;
	height: 100%;
}

.index_gsjj_ft_fl .shouliceshiyongdetupian {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
}

.index_gsjj_ft_fr {
	width: 45%;
	/*padding: 3% 0;*/
}

.index_gsjj_ft_fr_ft h3 {
	font-size: 1.1rem;
	line-height: 1.6;
	color: #333;
}

.index_gsjj_ft_fr_ft h4 {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
}

.index_gsjj_ft_fr_fc {
	font-size: 16px;
	line-height: 2;
	color: #666;
	margin: 4% 0;
}

.index_gsjj_ft_fr_fb {
	font-size: 0;
}

.index_gsjj_ft_fr_fb a {
	font-size: 16px;
	line-height: 2;
	color: #fff;
	padding: 5px 2rem;
	background: #0568b7;
	display: inline-block;
	border-radius: 8px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.index_gsjj_ft_fr_fb a:hover {
	background: #f7793e;
	color: #fff;
}

.index_gsjj_fb {
	margin-top: 3%;
}

.index_gsjj_fb ul {
	font-size: 0;
}

.index_gsjj_fb li {
	width: 25%;
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	position: relative;
}



.index_gsjj_fb li::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 90%;
	background: #ccc;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_gsjj_fb li::after {
	content: '';
	position: absolute;
	right: -2px;
	top: 50%;
	width: 5px;
	height: 50%;
	background: #f7793e;
	border-radius: 7px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_gsjj_fb li:nth-child(4n)::before,
.index_gsjj_fb li:nth-child(4n)::after {
	display: none;
}

.index_gsjj_fb li h3 {
	font-size: 0;
}

.index_gsjj_fb li h3 .shuzi {
	font-size: 3.5rem;
	line-height: 1.1;
	color: #0568b7;
}

.index_gsjj_fb li h3 .yuan {
	display: inline-block;
	vertical-align: bottom;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-left: 5px;
	background: #f7793e;
}

.index_gsjj_fb li h4 {
	font-size: 16px;
	line-height: 2;
	color: #666;
	margin-top: 10px;
}

@media(max-width:991px) {
	.index_gsjj_ft {
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.index_gsjj_ft_fl {
		width: 100%;
		height: 50vw;
		margin-top: 20px;
	}

	.index_gsjj_ft_fr {
		width: 100%;
		padding: 0;
	}

	.index_gsjj_ft_fr_ft h3 {
		font-size: 18px;
	}

	.index_gsjj_ft_fr_ft h4 {
		font-size: 22px;
		margin-top: 10px;
	}

	.index_gsjj_ft_fr_fc {
		margin: 15px 0;
	}

	.index_gsjj_ft_fr_fb a {
		padding: 5px 25px;
	}
}

@media(max-width:768px) {
	.index_gsjj {
		padding: 25px 0;
	}

	.index_gsjj_fb li {
		width: 50%;
		margin: 5px 0;
	}
	.index_gsjj_ft{
		margin-top: 15px;
	}
	.index_gsjj_fb {
		margin-top: 15px;
	}

	.index_gsjj_fb li:nth-child(2n)::before,
	.index_gsjj_fb li:nth-child(2n)::after {
		display: none;
	}
}

@media(max-width:468px) {
	.index_gsjj_ft_fr_ft h3 {
		font-size: 16px;
	}

	.index_gsjj_ft_fr_ft h4 {
		font-size: 20px;
	}
}

/*产品展示*/
.index_cpzs {
	padding: 3% 0;
	background-color: #e9e9e9;
}

.index_cpzs_ft {
	overflow: hidden;
}

.index_cpzx_fb {
	margin-top: 4%;
}

.index_cpzx_fb_fl {
	width: 300px;
	border: 6px solid #0568b7;
	background: #0568b7;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	z-index: 5;
}

.index_cpzx_fb_fl_ft {
	text-align: center;
	padding: 1rem 0;
	background: #0568b7;
}

.index_cpzx_fb_fl_ft h3 {
	font-size: 1.3rem;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
}

.index_cpzx_fb_fl_ft h4 {
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255, 255, 255, .5);
}

.index_cpzx_fb_fl_fc li {
	margin: 0 15px;
	position: relative;
}

.index_cpzx_fb_fl_fc li:last-child a {
	border-bottom: 0;
}

.index_cpzx_fb_fl_ft {
	width: 100%;
}

.index_cpzx_fb_fl_fc {
	width: 100%;
	background: #fff;
	/*padding: 6% 0;*/
}

.index_cpzx_fb_fl_fb {
	width: 100%;
}

.index_cpzx_fb_fl_fc a {
	display: block;
	position: relative;
	color: #333;
	font-size: 17px;
	line-height: 2.6rem;
	padding-left: 20px;
	border-bottom: 1px solid #cecece;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_cpzx_fb_fl_fc a:hover {
	color: #0568b7;
	font-weight: bold;
}

.index_cpzx_fb_fl_fc a:hover:before {
	border-left: 8px solid #0568b7;
}

.index_cpzx_fb_fl_fc a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	border-left: 8px solid #ccc;
	border-top: 6px solid rgba(0, 0, 0, 0);
	border-bottom: 6px solid rgba(0, 0, 0, 0);
	transform: translateY(-50%);
}

.index_cpzx_fb_fl_fb {
	background: #0568b7;
	text-align: center;
	padding: 1rem 0;
}

.index_cpzx_fb_fl_fb h3 {
	font-size: 20px;
	line-height: 2;
	color: #fff;
	font-weight: bold;
}

.index_cpzx_fb_fl_fb h3 span {
	width: 30px;
	display: inline-block;
	height: 30px;
	vertical-align: middle;
	background: url(../images/img/index_tel_cp.png) no-repeat center;
	background-size: 30px;
	margin-right: 5px;
}

.index_cpzx_fb_fl_fb h4 {
	font-size: 1.3rem;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
}




.index_cpzx_fb_fr {
	width: 97%;
    padding-left: 300px;
    margin-left: -300px;

	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;

	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.index_cpzx_fb_fr ul{
    overflow: hidden;
}
.index_cpzx_fb_fr ul li{
    width:32%;
    float: left;
    margin-right: 2%;
    background: #fff;
}
.index_cpzx_fb_fr ul li:nth-child(3n){
    margin-right: 0;
}
.index_cpzx_fb_fr ul li:nth-child(n+4){
    margin-top: 2%;
}
.index_cpzx_fb_fr ul li .img{
    overflow: hidden;
}
.index_cpzx_fb_fr ul li .img img{
    width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.index_cpzx_fb_fr ul li .wz{
    font-size: 16px;
    line-height: 2;
    color: #333;
    padding: 3% 5%;
    padding-right: 35px;
    border-top: 1px solid #0568b7;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.index_cpzx_fb_fr ul li .wz span{
    width: 25px;
    height: 25px;
    display: block;
    background: url(../images/img/chanpinzhongxin_btnhei.png) no-repeat center;
    background-size: 25px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.index_cpzx_fb_fr ul li:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.index_cpzx_fb_fr ul li:hover .wz{
    background:#0568b7;
    color: #fff;
}
.index_cpzx_fb_fr ul li:hover .wz span{
    background: url(../images/img/chanpinzhongxin_btnbai.png) no-repeat center;
    background-size: 25px;
}

@media(max-width:991px) {
	.index_cpzx_fb {
		margin-top: 15px;
	}

	.index_cpzx_fb_fl {
		width: 100%;
	}

	.index_cpzx_fb_fl_ft {
		padding: 10px 0;
	}

	.index_cpzx_fb_fl_ft h3 {
		font-size: 24px;
	}

	.index_cpzx_fb_fl_fc {
		height: auto;
		padding: 10px 0;
	}

	.index_cpzx_fb_fl_fc a {
		line-height: 2.5;
	}

	.index_cpzx_fb_fl_fb {
		padding: 15px 0;
	}

	.index_cpzx_fb_fl_fb h4 {
		font-size: 24px;
		line-height: 1.2;
	}
	.index_cpzx_fb_fr{
	    width: 100%;
	    padding-left: 0;
	    margin-left: 0;
	    margin-top: 15px;
	}
}

@media(max-width:768px) {
	.index_cpzs {
		padding: 25px 0;
	}
	.index_cpzx_fb_fr ul li{
	    width: 49%;
	}
	.index_cpzx_fb_fr ul li:nth-child(3n){
        margin-right: 2%;
    }
    .index_cpzx_fb_fr ul li:nth-child(2n){
        margin-right: 0;
    }
    .index_cpzx_fb_fr ul li:nth-child(n+3){
        margin-top: 2%;
    }
    .index_cpzx_fb_fr ul li:nth-child(9){
        display: none;
    }
}

@media(max-width:468px) {
	.index_cpzx_fb_fr ul li{
	    width: 100%;
	    margin-right: 0;
	}
	.index_cpzx_fb_fr ul li:nth-child(3n){
        margin-right: 0;
    }
    .index_cpzx_fb_fr ul li:nth-child(2n){
        margin-right: 0;
    }
    .index_cpzx_fb_fr ul li:nth-child(n+2){
        margin-top: 10px;
    }
    .index_cpzx_fb_fr ul li:nth-child(9){
        display: block;
    }
}

/*德莱美 6大特色*/
.index_szdelaimei_liudatese{
    padding: 3% 0;
}
.index_szdelaimei_liudatese_fb{
    margin-top: 3%;
    position: relative;
}
.index_szdelaimei_liudatese_fb_nn{
    position: relative;
    padding: 2% 0;
}
.index_szdelaimei_liudatese_fb_fl li,.index_szdelaimei_liudatese_fb_fr li{
    position: relative;
    position: absolute;
    width: 28.3075%;
}
.index_szdelaimei_liudatese_fb_fl li{
    left: 0;
}
.index_szdelaimei_liudatese_fb_fr li{
    right: 0;
}
.index_szdelaimei_liudatese_fb_fl li:nth-child(1),.index_szdelaimei_liudatese_fb_fr li:nth-child(1){
    top: 0;
}
.index_szdelaimei_liudatese_fb_fl li:nth-child(2),.index_szdelaimei_liudatese_fb_fr li:nth-child(2){
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 4%;
    top: 30.5%;
    height: 39%;
}
.index_szdelaimei_liudatese_fb_fl li:nth-child(3),.index_szdelaimei_liudatese_fb_fr li:nth-child(3){
    top: 78%;
}
.index_szdelaimei_liudatese_fb_fl li .img,.index_szdelaimei_liudatese_fb_fr li .img{
    width: 4.3rem;
    height: 4.3rem;
    font-size: 0;
    line-height: 4.3rem;
    text-align: center;
    background: #0568b7;
    border-radius: 50%;
    border: .5rem solid #e7e7e7;
    position: absolute;
    z-index: 10;
    top: 20%;
    -webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.index_szdelaimei_liudatese_fb_fl li .img{
    right: -50%;
}
.index_szdelaimei_liudatese_fb_fr li .img{
    left: -50%;
}
.index_szdelaimei_liudatese_fb_fl li:nth-child(2) .img{
    right: -10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.index_szdelaimei_liudatese_fb_fr li:nth-child(2) .img{
    left: -10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.index_szdelaimei_liudatese_fb_fl li .img img,.index_szdelaimei_liudatese_fb_fr li .img img{
    width: 45%;
}
.index_szdelaimei_liudatese_fb_fl li .wz,.index_szdelaimei_liudatese_fb_fr li .wz{
    width: 100%;
}
.index_szdelaimei_liudatese_fb_fl li .wz_ft,.index_szdelaimei_liudatese_fb_fr li .wz_ft{
    position: relative;
    overflow: hidden;
}
.index_szdelaimei_liudatese_fb_fl li .wz_ft h3,.index_szdelaimei_liudatese_fb_fr li .wz_ft h3{
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.index_szdelaimei_liudatese_fb_fl li .wz_ft h3 span{
    margin-left: 3.1rem;
    background: #fff;
    display: block;
}
.index_szdelaimei_liudatese_fb_fr li .wz_ft h3 span{
    margin-right: 3.1rem;
    text-align: right;
    background: #fff;
    display: block;
}
.index_szdelaimei_liudatese_fb_fl li .wz_ft h4,.index_szdelaimei_liudatese_fb_fr li .wz_ft h4{
    width: 3.5rem;
    height: 3.5rem;
    border: 3px solid #0568b7;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #0568b7;
    font-weight: bold;
    text-align: center;
}
.index_szdelaimei_liudatese_fb_fl li .wz_ft h4 span,.index_szdelaimei_liudatese_fb_fr li .wz_ft h4 span{
    display: block;
    content: '';
    width: 1.5rem;
    height: 3px;
    margin: 0 auto;
    background: #0568b7;
}
.index_szdelaimei_liudatese_fb_fr li .wz_ft h4{
    float: right;
}
.index_szdelaimei_liudatese_fb_fl li .wz_fb,.index_szdelaimei_liudatese_fb_fr li .wz_fb{
    font-size:16px;
    line-height: 1.6;
    color: #666;
    margin-top: 10px;
    padding-right: 10px;
}
.index_szdelaimei_liudatese_fb_fr li .wz_fb{
    text-align: right;
    padding-left: 10px;
    padding-right: 0;
}
.index_szdelaimei_liudatese_fb_fl li:nth-child(2) .wz_fb,.index_szdelaimei_liudatese_fb_fr li:nth-child(2) .wz_fb{
    width: 70%;
}
.index_szdelaimei_liudatese_fb_fr li:nth-child(2) .wz_fb{
    margin-left: 30%;
}
.index_szdelaimei_liudatese_fc{
    position: relative;
    width: 43.385%;
    background: url(../images/img/index_liubianxing_bj.png) no-repeat center;
    background-size: 100% 100%;
    padding:3.423% 3%;
    margin: 0 auto;
}
.index_szdelaimei_liudatese_fc img{
    width: 100%;
}
@media(max-width:991px){
    .index_szdelaimei_liudatese_fc{
        display: none;
    }
    .index_szdelaimei_liudatese_fb_nn{
        overflow: hidden;
        padding: 0;
    }
    .index_szdelaimei_liudatese_fb_fl,.index_szdelaimei_liudatese_fb_fr{
        width: 100%;
    }
    .index_szdelaimei_liudatese_fb_fl li,.index_szdelaimei_liudatese_fb_fr li{
        position: static;
        width: 100%;
    }
    .index_szdelaimei_liudatese_fb_fl li:nth-child(2), .index_szdelaimei_liudatese_fb_fr li:nth-child(2){
        height: auto;
        padding: 0;
        border: 0;
    }
    .index_szdelaimei_liudatese_fb_fl li:nth-child(n+2),.index_szdelaimei_liudatese_fb_fr li:nth-child(n+1){
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #ddd;
    }
    .index_szdelaimei_liudatese_fb_fl li .img, .index_szdelaimei_liudatese_fb_fr li .img{
        display: none;
    }
    .index_szdelaimei_liudatese_fb_fl li:nth-child(2) .wz_fb, .index_szdelaimei_liudatese_fb_fr li:nth-child(2) .wz_fb{
        width: 100%;
        margin-left: 0;
    }
    .index_szdelaimei_liudatese_fb_fl li .wz_ft h3, .index_szdelaimei_liudatese_fb_fr li .wz_ft h3{
        font-size: 18px;
    }
    .index_szdelaimei_liudatese_fb_fl li .wz_ft h3 span{
        margin-left: 40px;
    }
    .index_szdelaimei_liudatese_fb_fr li .wz_ft h3 span{
        margin-right: 0;
        margin-left: 40px;
        text-align: left;
    }
    .index_szdelaimei_liudatese_fb_fl li .wz_ft h4, .index_szdelaimei_liudatese_fb_fr li .wz_ft h4{
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .index_szdelaimei_liudatese_fb_fl li .wz_ft h4 span, .index_szdelaimei_liudatese_fb_fr li .wz_ft h4 span{
        width: 20px;
    }
    .index_szdelaimei_liudatese_fb_fr li .wz_ft h4{
        float: left;
    }
    .index_szdelaimei_liudatese_fb_fr li .wz_fb,.index_szdelaimei_liudatese_fb_fl li .wz_fb{
        text-align: left;
        padding-left: 0;
        padding-right: 0;
        padding: 0 10px;
    }
}
@media(max-width:768px){
    .index_szdelaimei_liudatese{
        padding: 25px 0;
    }
    .index_szdelaimei_liudatese_fb{
        margin-top: 15px;
    }
}


/**/
.index_szdelaimei_hengtulianjie{
    position: relative;
}
.index_szdelaimei_hengtulianjie_con{
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.index_szdelaimei_hengtulianjie_fl{
    width: 44%;
    margin-top: -2%;
}
.index_szdelaimei_hengtulianjie_fl img{
    width: 100%;
}
.index_szdelaimei_hengtulianjie_fr{
    width: 54%;
}
.index_szdelaimei_hengtulianjie_fr_ft{
    font-size: 1.5rem;
    line-height: 2;
    color: #fff;
    font-weight: bold;
}
.index_szdelaimei_hengtulianjie_fr_fb{
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}
.index_szdelaimei_hengtulianjie_fr_fb_nn{
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    padding-right: 80px;
    margin-right: -80px;
}
.index_szdelaimei_hengtulianjie_fr_fb_nn_xiantiao{
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,.7);
}
.index_szdelaimei_hengtulianjie_fr_fb_fl{
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    width: 100%;
    padding-right: 114px;
    margin-right: -114px;
}
.index_szdelaimei_hengtulianjie_fr_fb_fl span{
    font-size: 1.4rem;
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
}
.index_szdelaimei_hengtulianjie_fr_fb_fr{
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    background: #0568b7;
    border-radius: 30px;
    width: 114px;
    display: block;
    text-align: center;
    position: relative;
    z-index: 5;
}
.index_szdelaimei_hengtulianjie_fr_fb_fr:hover{
    color: #fff;
    text-decoration: underline;
}
@media(max-width:991px){
    .index_szdelaimei_hengtulianjie_fl{
        display: none;
    }
    .index_szdelaimei_hengtulianjie{
        padding:25px 0;
    }
    .index_szdelaimei_hengtulianjie_fr{
        width: 100%;
    }
    .index_szdelaimei_hengtulianjie_fr_ft{
        font-size: 22px;
    }
    .index_szdelaimei_hengtulianjie_fr_fb_fl{
        font-size: 16px;
    }
    .index_szdelaimei_hengtulianjie_fr_fb_fl span{
        font-size: 20px;
    }
}
@media(max-width:768px){
    .index_szdelaimei_hengtulianjie_fr_fb_fl{
        width: 100%;
        float: none;
        padding-right: 0;
        margin-right: 0;
    }
    .index_szdelaimei_hengtulianjie_fr_fb_nn{
        padding-right: 0;
        margin-right: 0;
    }
    .index_szdelaimei_hengtulianjie_fr_fb_fr{
        float: left!important;
    }
}
@media(max-width:468px){
    .index_szdelaimei_hengtulianjie_fr_ft{
        font-size: 20px;
    }
    .index_szdelaimei_hengtulianjie_fr_fb_fl span{
        font-size: 18px;
    }
}



/*核心优势*/
.hexinyoushi {
	background: none;
	padding-bottom: 0;
}

.hexinyoushi_fc {
	margin: 3% 0;
}

.hexinyoushi_fc ul {
	font-size: 0;
}

.hexinyoushi_fc li {
	width: 25%;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}

.hexinyoushi_fc_nn {
	display: inline-block;
}

.hexinyoushi_fc li .img h3 {
	font-size: 3.1rem;
	line-height: .9;
	font-weight: bold;
	overflow: hidden;
	color: #d0d0d0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.hexinyoushi_fc li .img span {
	display: block;
	color: #0568b7;
}

.hexinyoushi_fc li .img {
	display: inline-block;
	vertical-align: middle;
	height: 2.79rem;
	overflow: hidden;
}

.hexinyoushi_fc li .wz {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	text-align: left;
}

.hexinyoushi_fc li .wz h3 {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: bold;
	color: #333;
}

.hexinyoushi_fc li .wz h4 {
	font-size: 14px;
	line-height: 1.5;
	color: #d0d0d0;
}

.hexinyoushi_fc li.on .img h3 {
	margin-top: -2.79rem;
}

.hexinyoushi_fc li.on .wz h3 {
	color: #0568b7;
}

.hexinyoushi_fc li.on .wz h4 {
	color: #0568b7;
}

.hexinyoushi_fb {
	overflow: hidden;
}

.hexinyoushi_fb li {
	position: relative;
}

.hexinyoushi_fb li .img img {
	width: 100%;
}

.hexinyoushi_fb li .wz {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 5%;
	z-index: 99;
}

.hexinyoushi_fb li .wz .wz_fl {
	width: 25%;
	background: #0568b7;
	font-size: 0;
	text-align: center;
	padding: 2% 1%;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.hexinyoushi_fb li .wz .wz_fl .wz_fl_nn {
	width: 100%;
}

.hexinyoushi_fb li .wz .wz_fl .wz_tb {
	display: inline-block;
	vertical-align: middle;
}

.hexinyoushi_fb li .wz .wz_fl .wz_bt {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	text-align: left;
}

.hexinyoushi_fb li .wz .wz_fl .wz_bt h3 {
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: bold;
	color: #fff;
}

.hexinyoushi_fb li .wz .wz_fl .wz_bt h4 {
	font-size: 16px;
	line-height: 2;
	color: #fff;
}

.hexinyoushi_fb li .wz .wz_fr {
	width: 75%;
	background: #fff;
	padding: 2% 3%;
}

.hexinyoushi_fb li .wz .wz_fr h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	color: #333;
}

.hexinyoushi_fb li .wz .wz_fr h4 {
	font-size: 15px;
	line-height: 2;
	color: #666;
	text-align: justify;
}

@media(max-width:1280px) {
	.hexinyoushi_fc li .wz h3 {
		font-size: 18px;
	}

	.hexinyoushi_fb li .wz .wz_fl .wz_bt h3 {
		font-size: 18px;
	}
}

@media(max-width:768px) {
	.hexinyoushi_fc {
		margin: 10px 0;
	}

	.hexinyoushi_fc li {
		width: 50%;
		margin: 8px 0;
	}

	.hexinyoushi_fc li .wz h3 {
		font-size: 21px;
	}

	.hexinyoushi_fc li .wz h4 {
		font-size: 12px;
	}

	.hexinyoushi_fb li .wz .wz_fl {
		display: none;
	}

	.hexinyoushi_fb li .wz .wz_fr {
		width: 100%;
		padding: 20px 0;
	}

	.hexinyoushi_fb li .wz {
		position: static;
	}

	.hexinyoushi_fb li .wz .wz_fr h3 {
		font-size: 16px;
	}
}

@media(max-width:468px) {
	.hexinyoushi_fc li .wz h3 {
		font-size: 18px;
	}

	.hexinyoushi_fc li .wz h4 {
		font-size: 10px;
	}
}

/*产品优势*/
.index_cpys {
	padding: 3% 0;
	background: #f0f0f0;
}

.index_cpys_fb {
	margin-top: 3%;
}

.index_cpys_fb li {
	width: 48%;
	padding: 2%;
	margin-right: 4%;
	background: #fff;
	border-radius: 0 15px 0 15px;
	box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
	margin-top: 3%;
}

.index_cpys_fb li:nth-child(1) {
	margin-top: 0;
}

.index_cpys_fb li:nth-child(2) {
	margin-top: 0;
}

.index_cpys_fb li:nth-child(2n) {
	margin-right: 0;
}

.index_cpys_fb li .img {
	width: 28%;
	text-align: center;

	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}



.index_cpys_fb li .img img {
	width: 80%;
	max-width: 100px;
}

.index_cpys_fb li .wz {
	width: 68%;
}

.index_cpys_fb li .wz h3 {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
}

.index_cpys_fb li .wz h4 {
	font-size: 16px;
	line-height: 2;
	color: #666;
	text-align: justify;
	margin-top: 5px;
}

@media(max-width:1080px) {
	.index_cpys_fb li .wz h3 {
		font-size: 18px;
	}
}

@media(max-width:768px) {
	.index_cpys {
		padding: 25px 0;
	}

	.index_cpys_fb li {
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
		padding: 15px;
	}

	.index_cpys_fb li:nth-child(2) {
		margin-top: 15px;
	}
}

@media(max-width:468px) {
	.index_cpys_fb {
		margin-top: 15px;
	}

	.index_cpys_fb li .img {
		width: 100%;
	}

	.index_cpys_fb li .img img {
		max-width: 70px;
		width: 100%;
	}

	.index_cpys_fb li .wz {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
}

/*核心优势*/
.index_hxys {
	padding: 3% 0;
	background: #f5f5f5;
}

.index_hxys_fc {
	margin: 2% 0;
}

.index_hxys_fc ul {
	font-size: 0;
}

.index_hxys_fc li {
	width: 25%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.index_hxys_fc li:nth-child(4n):before {
	display: none;
}

.index_hxys_fc li:before {
	content: '';
	position: absolute;
	right: 0;
	width: 1px;
	height: 50%;
	background: #ccc;
	top: 25%;
}

.index_hxys_fc li .img {
	width: 60px;
	height: 60px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.index_hxys_fc li .img img {
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.index_hxys_fc li.on .img img {
	margin-top: -60px;
}

.index_hxys_fc li .wz {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1rem;
}

.index_hxys_fc li .wz h3 {
	font-size: 1.3rem;
	line-height: 1.5;
	/*font-weight: bold;*/
	color: #333;
	text-align: left;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.index_hxys_fc li .wz h4 {
	font-size: 18px;
	line-height: 1.5;
	color: rgba(0, 0, 0, .7);
	text-align: left;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.index_hxys_fc li.on .wz h3 {
	color: #0568b7;
	font-weight: bold;
}

.index_hxys_fc li.on .wz h4 {
	color: #0568b7;
}

.index_hxys_fb {
	margin-top: -4%;
	position: relative;
	z-index: 5;
}

.index_hxys_fb li {
	position: relative;
}

.index_hxys_fb li .img {
	width: 100%;
}

.index_hxys_fb li .img img {
	/*width: 100%;*/
}

.index_hxys_fb li .wz {
	width: 95%;
	position: absolute;
	left: 2.5%;
	bottom: 0;
	background: rgba(255, 255, 255, .8);
	font-size: 0;
}

.index_hxys_fb li .wz .wz_fl {
	width: 30%;
	position: relative;
	background: #0568b7;

	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_hxys_fb li .wz .wz_fl h3 {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	width: 100%;
	/*text-align: left;*/
}

.index_hxys_fb li .wz .wz_fl h4 {
	font-size: 16px;
	line-height: 2;
	color: #666;
	text-align: left;
}

.index_hxys_fb li .wz .wz_fr {
	width: 70%;
	padding: 2% 3%;
}

.index_hxys_fb li .wz .wz_fr h3 {
	font-size: 1.2rem;
	color: #333;
	line-height: 1.5;
	font-weight: bold;
}

.index_hxys_fb li .wz .wz_fr h4 {
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-top: 10px;
}








.index_hxys_fb li .wz .wz_fr p {
	font-size: 16px;
	line-height: 2;
	color: #666;
	position: relative;
	padding-left: 15px;
	margin: 5px 0;
}

.index_hxys_fb li .wz .wz_fr p:before {
	content: '';
	position: absolute;
	left: 0;
	width: 6px;
	height: 6px;
	background: #0568b7;
	border-radius: 50%;
	top: 11px;
}

@media(max-width:991px) {
	.index_hxys_fc li .img {
		width: 40px;
		height: 40px;
	}

	.index_hxys_fc li.on .img img {
		margin-top: -40px;
	}

	.index_hxys_fc li .wz {
		margin-left: 10px;
	}

	.index_hxys_fc li .wz h3 {
		font-size: 18px;
	}

	.index_hxys_fc li .wz h4 {
		font-size: 16px;
	}

	.index_hxys_fc li .wz h4 {
		font-size: 14px;
	}

	/*.index_hxys_fb li .wz{*/
	/*    padding: 20px;*/
	/*}*/
	.index_hxys_fb li .wz .wz_fl h3 {
		font-size: 18px;
	}

	.index_hxys_fb li .wz .wz_fl h4 {
		font-size: 14px;
	}

	.index_hxys_fb li .wz .wz_fr p {
		font-size: 14px;
		margin: 0;
	}

	.index_hxys_fb li .wz .wz_fr p:before {
		top: 10px;
	}

	.index_hxys_fb li .wz .wz_fr h3 {
		font-size: 18px;
	}
}

@media(max-width:768px) {
	.index_hxys {
		padding: 30px 0;
	}

	.index_hxys_fc {
		margin: 15px 0;
	}

	.index_hxys_fc li {
		width: 50%;
		margin: 5px 0;
	}

	.index_hxys_fc li:nth-child(2n):before {
		display: none;
	}

	.index_hxys_fb li .wz {
		position: static;
		width: 100%;
		background: #FAFAFD;
	}

	.index_hxys_fb li .wz .wz_fl {
		width: 100%;
		display: none;
	}

	.index_hxys_fb li .wz .wz_fr {
		width: 100%;
		/*margin-top: 15px;*/
		padding: 15px;
	}
}

/*客户案例*/
.index_khal {
	padding: 3% 0;
}

.index_hzkh_fc {
	margin: 2% 0;
}

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

.index_hzkh_fc li {
	width: 10%;
	display: inline-block;
	position: relative;
}

.index_hzkh_fc li:before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 16px;
	background: #999;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_hzkh_fc li a {
	display: inline-block;
	max-width: 100%;
	font-size: 16px;
	line-height: 2;
	color: #666;
	padding: 5px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_hzkh_fc li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #0568b7;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.index_hzkh_fc li:last-child:before {
	display: none;
}

.index_hzkh_fc li.on a {
	color: #0568b7;
	font-weight: bold;
}

.index_hzkh_fc li.on a:after {
	width: 100%;
}

@media(max-width:991px) {
	.index_hzkh_fc li {
		width: 20%;
	}

	.index_hzkh_fc li:nth-child(5n):before {
		display: none;
	}

	.index_hzkh_fc li a {
		font-size: 15px;
	}
}

@media(max-width:768px) {
	.index_khal {
		padding: 30px 0;
	}

	.index_hzkh_fc {
		margin: 15px 0;
	}
}

@media(max-width:468px) {
	.index_hzkh_fc li {
		width: 50%;
	}

	.index_hzkh_fc li:nth-child(5n):before {
		display: block;
	}

	.index_hzkh_fc li:nth-child(2n):before {
		display: none;
	}
}









/*应用行业*/
.yingyionglingyu {
	background: none;
	padding: 2% 0;
}

.yingyionglingyu_fc {
	margin: 3% 0;
}

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

.yingyionglingyu_fc li {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	position: relative;
	text-align: center;
	max-width: 150px;
}

.yingyionglingyu_fc li a {
	font-size: 18px;
	line-height: 2;
	color: #666;
	padding: 0 5px;
	max-width: 100%;
	display: inline-block;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.yingyionglingyu_fc li a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #0568b7;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.yingyionglingyu_fc li.on a:before {
	width: 100%;
}

.yingyionglingyu_fc li.on a {
	color: #0568b7;
	font-weight: bold;
}

.yingyionglingyu_fc li:before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 20px;
	background: #666;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.yingyionglingyu_fc li:nth-child(5n) {
	margin-right: 0;
}

.yingyionglingyu_fc li:nth-child(5n):before {
	display: none;
}

.yingyionglingyu_fb_fl {
	width: 67%;
	overflow: hidden;
	box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1);
}

.yingyionglingyu_fb_fl li {
	position: relative;
}

.yingyionglingyu_fb_fl li .img {
	overflow: hidden;
}

.yingyionglingyu_fb_fl li .img img {
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.yingyionglingyu_fb_fl li:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.yingyionglingyu_fb_fl li .wz {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99;
	width: 100%;
	background: #fff;
	padding: 3% 20% 3% 5%;
	background: #fff url(../images/img/gengduo_h.png) no-repeat 90% center;
	background-size: 35px;
}

.yingyionglingyu_fb_fl li .wz h3 {
	font-size: 1.1rem;
	line-height: 2;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yingyionglingyu_fb_fl li .wz h4 {
	font-size: 15px;
	line-height: 2;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yingyionglingyu_fb_fl li:hover .wz h3 {
	color: #0568b7;
}

.yingyionglingyu_fb_fl li:hover .wz h4 {
	color: #0568b7;
}

.yingyionglingyu_fb_fl li:hover .wz {
	background: #fff url(../images/img/gengduo.png) no-repeat 90% center;
	background-size: 35px;
}

.yingyionglingyu_fb_fr {
	width: 30%;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	padding-top: 2%;
}

.yingyionglingyu_fb_fr_ft {
	width: 100%;
}

.yingyionglingyu_fb_fr_ft h3 {
	font-size: 1.5rem;
	line-height: 1.2;
	color: #0568b7;
	font-weight: bold;
}

.yingyionglingyu_fb_fr_ft h4 {
	font-size: 1.4rem;
	line-height: 1.2;
	color: #333;
	font-weight: bold;
}

.yingyionglingyu_fb_fr_fb {
	font-size: 0;
	width: 130%;
	margin-left: -30%;
	margin-top: 15px;
	position: relative;
	z-index: 990;
	/*margin-bottom: 1px;*/
}

.yingyionglingyu_fb_fr_fb li {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.yingyionglingyu_fb_fr_fb li a {
	display: block;
	padding: 3% 2% 3% 0;
	padding-left: 23%;
}

.yingyionglingyu_fb_fr_fb .wz {
	width: 60%;
	margin-right: 3%;
	display: inline-block;
	vertical-align: middle;
}

.yingyionglingyu_fb_fr_fb .wz h3 {
	font-size: 18px;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.yingyionglingyu_fb_fr_fb .wz h4 {
	font-size: 15px;
	line-height: 2;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.yingyionglingyu_fb_fr_fb .img {
	width: 37%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.yingyionglingyu_fb_fr_fb .img img {
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.yingyionglingyu_fb_fr_fb li:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.yingyionglingyu_fb_fr_fb li.on {
	background: #0568b7;
}

.yingyionglingyu_fb_fr_fb li.on .wz h3 {
	color: #fff;
}

.yingyionglingyu_fb_fr_fb li.on .wz h4 {
	color: #fff;
}

@media(max-width:1280px) {
	.yingyionglingyu_fb_fl li .wz h3 {
		font-size: 18px;
	}
}

@media(max-width:991px) {
	.yingyionglingyu_fb_fl {
		width: 100%;
	}

	.yingyionglingyu_fb_fr {
		width: 100%;
	}

	.yingyionglingyu_fb_fr_fb {
		width: 100%;
		margin-left: 0;
		margin-bottom: 0;
	}

	.yingyionglingyu_fb_fr_fb li a {
		padding: 3%;
	}

	.yingyionglingyu_fb_fr_ft h3 {
		font-size: 24px;
	}

	.yingyionglingyu_fb_fr_ft h4 {
		font-size: 24px;
	}
}

@media(max-width:768px) {
	.yingyionglingyu {
		padding: 20px 0;
	}

	.yingyionglingyu_fc li a {
		font-size: 16px;
	}

	.yingyionglingyu_fb_fr {
		padding-top: 20px;
	}

	.yingyionglingyu_fc {
		margin: 15px 0;
	}
}

@media(max-width:468px) {
	.yingyionglingyu_fc ul {
		text-align: left;
	}

	.yingyionglingyu_fc li {
		width: 50%;
		max-width: 100%;
	}

	.yingyionglingyu_fc li:nth-child(2n):before {
		display: none;
	}

	.yingyionglingyu_fb_fl li .wz {
		position: static;
		padding-right: 50px;
		background: #fff url(../images/img/gengduo_h.png) no-repeat right 10px center;
		background-size: 30px;
	}

	.yingyionglingyu_fb_fl li:hover .wz {
		background: #fff url(../images/img/gengduo.png) no-repeat right 10px center;
		background-size: 30px;
	}

	.yingyionglingyu_fb_fr_fb li a {
		padding: 15px !important;
	}
}


/**/
.index_kehuanli {
	padding: 4% 0;
	background: #fff;
}

.index_kehuanli ul {
	font-size: 0;
}

.index_kehuanli li {
	width: 25%;
	margin-left: 4%;
	margin-right: 4%;
	position: relative;
	border-radius: 70% 70%;
	overflow: hidden;
	display: inline-block;
}

.index_kehuanli li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
}

.index_kehuanli li a {
	display: block;
}

.index_kehuanli li .img img {
	width: 100%;
}

.index_kehuanli li .wz {
	position: absolute;
	width: 100%;
	font-size: 18px;
	text-align: center;
	line-height: 2;
	color: #fff;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.index_kehuanli li:nth-child(3) {
	margin-right: 0;
}

.index_kehuanli li:nth-child(4) {
	width: 23.5%;
	margin: 3% 0;
	margin-right: 2%;
}

.index_kehuanli li:nth-child(5) {
	width: 23.5%;
	margin: 3% 0;
	margin-right: 2%;
}

.index_kehuanli li:nth-child(6) {
	width: 23.5%;
	margin: 3% 0;
	margin-right: 2%;
}

.index_kehuanli li:nth-child(7) {
	width: 23.5%;
	margin: 3% 0;
	margin-right: 2%;
}

.index_kehuanli li:nth-child(7) {
	margin-right: 0;
}

.index_kehuanli li:nth-child(10) {
	margin-right: 0;
}

@media(max-width:768px) {
	.index_kehuanli {
		padding: 30px 0;
	}

	.index_kehuanli li {
		width: 48% !important;
		margin: 0 !important;
		margin-bottom: 4% !important;
		margin-right: 4% !important;
	}

	.index_kehuanli li:nth-child(2n) {
		margin-right: 0 !important;
	}

	.index_kehuanli li:nth-child(9) {
		margin-bottom: 0 !important;
	}

	.index_kehuanli li:nth-child(10) {
		margin-bottom: 0 !important;
	}
}



/*服务流程*/
.index_fwlc {
	padding: 3% 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.index_fwlc .index_hzkh_ft {
	margin-bottom: 2.5%;
}

.index_fwlc_fb ul {
	font-size: 0;
	overflow: hidden;
}

.index_fwlc_fb li {
	width: 78px;
	display: inline-block;
	float: left;
	cursor: pointer;
	position: relative;
}

.index_fwlc_fb li:before {
	content: '';
	position: absolute;
	right: -2rem;
	width: 20px;
	height: 16px;
	background: url(../images/img/index_fwlc_jt.png) no-repeat center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_fwlc_fb li:nth-child(9) {
	margin-right: 0;
}

.index_fwlc_fb li:nth-child(9):before {
	opacity: 0;
}

.index_fwlc_fb li .imgw {
	overflow: hidden;
	width: 74px;
	position: relative;
	margin: 0 auto;
}

.index_fwlc_fb li .img {
	display: inline-block;
}

.index_fwlc_fb li .imgw .img img {
	width: 100%;
}

.index_fwlc_fb li .img1 {
	-webkit-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.index_fwlc_fb li .img2 {
	background: #f7793e;
	border-radius: 50%;
	opacity: 0;
	transform: scale(0);
	transition: .5s;
	position: absolute;
	left: 0;
	top: 0;
}

.index_fwlc_fb li.on .img1 {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%) rotate(180deg);
	transform: translateX(100%) rotate(180deg);
}

.index_fwlc_fb li.on .img2 {
	opacity: 1;
	transform: scale(1);
}

.index_fwlc_fb li .wz {
	margin: 0 auto;
	font-size: 16px;
	line-height: 2;
	color: #fff;
	text-align: center;
	margin-top: 5px;
}

.index_fwlc_fb li.on .wz {
	color: #f7793e;
}

@media(max-width:991px) {
	.index_fwlc_fb li {
		width: 23.5%;
		margin: 5px 0;
		margin-right: 2%;
	}

	.index_fwlc_fb li:nth-child(4n) {
		margin-right: 0;
	}

	.index_fwlc_fb li:nth-child(4n):before {
		opacity: 0;
	}

	.index_fwlc_fb li .wz {
		width: 74px;
	}

	.index_fwlc_fb li:before {
		right: 0;
	}
}

@media(max-width:768px) {
	.index_fwlc {
		padding: 30px 0;
	}

	.index_fwlc_fb li {
		width: 32%;
		margin-right: 2%;
	}

	.index_fwlc_fb li:nth-child(4n) {
		margin-right: 2%;
	}

	.index_fwlc_fb li:nth-child(4n):before {
		opacity: 1;
	}

	.index_fwlc_fb li:nth-child(3n) {
		margin-right: 0;
	}

	.index_fwlc_fb li:nth-child(3n):before {
		opacity: 0;
	}

}

@media(max-width:468px) {
	.index_fwlc_fb li {
		width: 78px;
		margin-right: calc(33.3333% - 78px) !important;
	}

	.index_fwlc_fb li:nth-child(3n) {
		margin-right: 0 !important;
	}

	.index_fwlc_fb li:before {
		right: -4rem;
	}
}


/*2023-11-14*/
@media(min-width:992px) {
	.index_cpzx_fb_fl_fc li:hover .index_cpzx_fb_fl_fc_erji {
		display: block;
	}

	.index_cpzx_fb_fl_fc_erji {
		padding: 0 10px;
		position: absolute;
		z-index: 999;
		left: 100%;
		top: 0;
		background: #fff;
		width: 100%;
		box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
		display: none;
	}

	.index_cpzx_fb_fl_fc_erji .index_cpzx_fb_fl_fc_erji_li:last-child a {
		border-bottom: 0;
	}

	.index_cpzx_fb_fl_fc li:hover>a {
		color: #0568b7;
		font-weight: bold;
	}

	.index_cpzx_fb_fl_fc li:hover>a::before {
		border-left: 8px solid #0568b7;
	}
}

@media(max-width:991px) {
	.index_cpzx_fb_fl_fc_erji {
		position: static;
		display: none;
		margin: 0 20px;
	}

	.index_cpzx_fb_fl_fc li.on>a {
		color: #0568b7;
		font-weight: bold;
	}

	.index_cpzx_fb_fl_fc li.on>a::before {
		border-left: 6px solid #0568b7;
	}
}


/*2023-11-20*/
.index_hxys_fc_gai {
	margin-top: 3%;
	position: relative;
	z-index: 9;
}

.index_hxys_fc_gai ul {
	font-size: 0;
}

.index_hxys_fc_gai li {
	width: 16.666666666%;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.index_hxys_fc_gai li .index_hxys_fc_gai_nn {
	width: 95px;
	height: 103px;
	margin: 0 auto;
	background: url(../images/img/index_youshi_hei.png) no-repeat center;
	background-size: cover;
}

.index_hxys_fc_gai li.on .index_hxys_fc_gai_nn {
	background: url(../images/img/index_youshi_lan.png) no-repeat center;
	background-size: cover;
}

.index_hxys_fc_gai li .img {
	width: 30px;
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
	padding-top: 20px;
}

.index_hxys_fc_gai li .img img {
	width: 100%;
}

.index_hxys_fc_gai li .wz h3 {
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

.index_hxys_fb_nn {
	overflow: hidden;
	cursor: pointer;
}

.index_hxys_fb .wz1 {
	position: absolute;
	left: 5%;
	top: 50%;
	width: 50%;
	padding: 2.5%;
	overflow: hidden;
	background: rgba(255, 255, 255, 1);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_hxys_fb .wz1 h3 {
	font-size: 2.8rem;
	line-height: .78;
	color: #0568b7;
	font-weight: bold;
	position: relative;
}

.index_hxys_fb .wz1 h3::before {
	content: '';
	position: absolute;
	left: 3rem;
	bottom: 0;
	width: 100%;
	height: 1.2rem;
	background: rgba(255, 255, 255, 1);
	-webkit-transform: skew(-24deg);
	-moz-transform: skew(-24deg);
	-ms-transform: skew(-24deg);
	-o-transform: skew(-24deg);
	transform: skew(-24deg);
}

.index_hxys_fb .wz1 h4 {
	font-size: 1.5rem;
	line-height: 1;
	color: #333;
	font-weight: bold;
	margin: 4% 0;
}

.index_hxys_fb .wz1 h5 {
	font-size: 15px;
	line-height: 24px;
	color: #333;
	margin: 0;
}

.index_hxys_fb .wz1 h5 p {
	margin: 6px 0;
	padding-left: 15px;
	position: relative;
}

.index_hxys_fb .wz1 h5 p::before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #0568b7;
}

@media(max-width:991px) {
	.index_hxys_fb .wz1 {
		width: 70%;
	}
}

@media(max-width:768px) {
	.index_hxys_fc_gai {
		margin-top: 15px;
	}

	.index_hxys_fc_gai li {
		width: 33.3333%;
		margin: 5px 0;
	}

	.index_hxys_fc_gai li .wz h3 {
		font-size: 16px;
		margin-top: 5px;
	}

	.index_hxys_fb {
		margin-top: 15px;
	}

	.index_hxys_fb li {
		background: #fff;
		height: auto;
	}

	.index_hxys_fb .wz1 {
		width: 100%;
		left: 0;
		position: static;
		padding: 15px;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.index_hxys_fb .wz1 h3 {
		font-size: 30px;
	}

	.index_hxys_fb .wz1 h3::before {
		left: 30px;
		height: 10px;
	}

	.index_hxys_fb .wz1 h4 {
		font-size: 18px;
		margin: 15px 0;
	}

}

@media(max-width:468px) {
	.index_hxys_fc_gai li .index_hxys_fc_gai_nn {
		width: 85px;
		height: 93px;
	}

	.index_hxys_fc_gai li .img {
		width: 25px;
	}
}


.index_fwlc_fb1 {
	margin-top: 3%;
	text-align: center;
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.index_fwlc_fb1 h3 {
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.5;
	width: 100%;
	padding-right: 150px;
	margin-right: -150px;
	text-align: left;
}

.index_fwlc_fb1 h4 {
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.5;
	margin: 2% 0;
}

.index_fwlc_fb1 a {
	display: block;
	width: 130px;
	padding: 3px;
	font-size: 16px;
	color: #333;
	line-height: 2;
	background: #fff;
	border-radius: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.index_fwlc_fb1 a:hover {
	background: #f7793e;
	color: #fff;
}

@media(max-width:1080px) {
	.index_fwlc_fb1 h3 {
		font-size: 18px;
	}

	.index_fwlc_fb1 h4 {
		font-size: 18px;
	}
}

@media(max-width:991px) {
	.index_fwlc_fb1 h3 {
		padding-right: 0;
		margin-right: 0;
	}

	.index_fwlc_fb1 {
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
	}

	.index_fwlc_fb1 a {
		margin-top: 10px;
	}
}

@media(max-width:768px) {
	.index_fwlc_fb1 {
		margin-top: 10px;
	}

	.index_fwlc_fb1 h4 {
		margin: 10px 0;
	}
}

@media(max-width:468px) {
	.index_fwlc_fb1 h3 span {
		display: block;
	}
}


/**/
.pc_footer_1 {
	padding: 3% 0;
	background: #333;
}

.pc_footer_1_fl {
	width: 54%;
}

.pc_footer_1_fl_fl {
	position: relative;
	z-index: 5;
	display: none;
}

.pc_footer_1_fl_fl_ewm {
	max-width: 120px;
	text-align: center;
}

.pc_footer_1_fl_fl_ewm .img img {
	width: 100%;
}

.pc_footer_1_fl_fl_ewm .wz {
	font-size: 16px;
	line-height: 2;
	color: rgba(255, 255, 255, 0.7);
}

.pc_footer_1_fl_fr {
	/*width: 93%;*/
	width: 100%;
	/*padding-left: 120px;*/
	/*margin-left: -120px;*/
}

.pc_footer_1_fl_fr h3 {
	font-size: 24px;
	line-height: 2;
	color: #fff;
	font-weight: bold;
}

.pc_footer_1_fl_fr h4 {
	font-size: 16px;
	line-height: 3;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 15px;
}

.pc_footer_1_fr {
	width: 43%;
}

.pc_footer_1_fr ul {
	overflow: hidden;
}

.pc_footer_1_fr li {
	max-width: 32%;
	margin-right: 2%;
	float: left;
}

.pc_footer_1_fr li:nth-child(3n) {
	margin-right: 0;
}

.pc_footer_1_fr li h3 {
	font-size: 18px;
	line-height: 2;
	color: #fff;
	font-weight: bold;
}

.pc_footer_1_fr li h3 a {
	color: #fff;
}

.pc_footer_1_fr .pc_footer_1_fr_nav_er_li a {
	font-size: 16px;
	line-height: 2;
	color: rgba(255, 255, 255, 0.7);
}

.pc_footer_2 {
	padding: 15px 0;
	background: #fff;
	font-size: 16px;
	line-height: 2;
	color: #333;
}
.pc_footer_2 a {
	color: #333;
}

.pc_footer_2 a:hover {
	color: #0568b7;
}

@media(max-width:1080px) {
	.pc_footer_1_fl_fr {
		/*width: 96%;*/
		width: 100%;
	}
}

@media(max-width:991px) {
	.pc_footer_1_fl {
		width: 100%;
	}

	.pc_footer_1_fl_fr h3 {
		font-size: 18px;
	}

	.pc_footer_1_fr {
		display: none;
	}
}

@media(max-width:768px) {
	.pc_footer_1 {
		padding: 30px 0 20px;
	}

	.pc_footer_1_fl_fr h4 {
		line-height: 2;
	}
}

@media(max-width:468px) {
	.pc_footer_1_fl_fl {
		overflow: hidden;
		width: 100%;
	}

	.pc_footer_1_fl_fl_ewm {
		float: left;
	}

	.pc_footer_1_fl_fl_ewm1 {
		float: right;
	}

	.pc_footer_1_fl_fl_ewm .wz {
		margin-top: 5px;
	}

	.pc_footer_1_fl_fr {
		width: 100%;
		padding-left: 0;
		margin-left: 0;
	}

	.pc_footer_1_fl_fr h4 {
		margin-top: 5px;
	}
}
