/* 初始化&公用 */
* {
	padding: 0;
	border: 0;
	margin: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	font-family: "almmYR";
	transition: 0.3s;
}

@font-face {
	font-family: almmFLL;
	src: url('/assets/fonts/almm/AlimamaFangYuanTiVF-Thin.ttf');
}

@font-face {
	font-family: almmFB;
	src: url('/assets/fonts/almm/alimamashuheiti.ttf');
}

@font-face {
	font-family: almmFL;
	src: url('/assets/fonts/almm/almmlight.ttf');
}

@font-face {
	font-family: almmFM;
	src: url('/assets/fonts/almm/almmmedium.ttf');
}

@font-face {
	font-family: almmFR;
	src: url('/assets/fonts/almm/almmregular.ttf');
}

@font-face {
	font-family: almmYB;
	src: url('/assets/fonts/almm/almmBold.ttf');
}

@font-face {
	font-family: almmYR;
	src: url('/assets/fonts/almm/almmRoundRegular.ttf');
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.w88 {
	width: 88%;
	margin: auto;
	position: relative;
}

.pad {
	transition: ease .3s;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

/* 上一个 / 下一个 */
.show_next_prev {
	overflow: hidden;
	width: 100%;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px dashed #ddd;
	line-height: 30px;
	transition: ease .3s;
}

.show_next_prev p {
	float: left;
	font-size: 14px;
	color: #333;
	margin-right: 20px;
	cursor: pointer;
	user-select: none;
	transition: ease .3s;
}

.show_next_prev p a {
	color: #999;
	transition: ease .3s;
}

.show_next_prev p:hover a {
	color: #1279d7;
}

/* 上一个 / 下一个-结束 */

/* 翻页 */
.text-center {
	display: none;
}

.page_info,
.page_info ul {
	overflow: hidden;
	width: 100%;
}

.page_info {
	margin-bottom: 20px;
}

.page_info ul li {
	float: left;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	overflow: hidden;
	border-radius: 6px;
	user-select: none;
	transition: ease .3s;
	background: #fff;
}

.page_info ul li a {
	font-size: 16px;
	display: block;
	color: #999;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	transition: ease .3s;
}

.page_info ul li.cur,
.page_info ul li:hover {
	border-color: #1279d7;
}

.page_info ul li.cur a,
.page_info ul li:hover a {
	background: #1279d7;
	color: #fff;
}

.page_info ul li.none {
	border-color: #eee !important;
	cursor: not-allowed;
}

.page_info ul li.none a {
	color: #999 !important;
	background: #eee !important;
}

.loadmore-tips {
	font-size: 14px;
	color: #999;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}

@media screen and (max-width:1100px) {
	.page_info ul li a {
		font-size: 12px;
		height: 26px;
		line-height: 26px;
		padding: 0 10px;
	}

	/* .pad {
		padding-left: 8%;
		padding-right: 8%;
	} */
}

/* 翻页-结束 */

/* 内页焦点图 */
.page_banner {
	width: 100%;
	height: 38.75vw;
	transition: ease .3s;
	position: relative;
	overflow: hidden;
	position: relative;
	user-select: none;
	cursor: pointer;
	-webkit-user-drag: none;
}

.page_banner::after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

.page_banner img {
	display: block;
}

.page_banner .page_banner_img {
	position: absolute;
	height: 38.75vw;
	right: 0;
	bottom: 0;
	z-index: 2;
	transition: linear .2s;
	opacity: 0;
}

.page_banner .page_banner_img.load {
	opacity: 1;
}

.page_banner .page_banner_back {
	height: 100%;
	transition: left linear .2s, top linear .2s, transform ease .5s, height ease .5s;
	position: relative;
	margin-left: 50%;
	transform: translateX(-50%) scale(1.05);
	left: 0;
	top: 0;
}

.page_banner:hover .page_banner_back {
	transform: translateX(-50%) scale(1.1);
}

.page_banner .page_banner_text {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}

.page_banner .page_banner_img_path {
	display: none;
}

@media screen and (max-width:1550px) {
	.page_banner {
		height: 45vw;
	}
}

@media screen and (max-width:1050px) {
	.page_banner {
		height: 100vw;
	}
}

@media screen and (max-width:800px) {
	.page_banner {
		height: 110vw;
	}
}

@media screen and (max-width:400px) {
	.page_banner {
		height: 120vw;
	}
}

/* 内页焦点图-结束 */

/* 面包屑导航 */
.breadcrumb {
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #eee;
	padding-top: 15px;
	padding-bottom: 15px;
}

.breadcrumb a {
	display: block;
	float: left;
	font-size: 14px;
	color: #333;
	margin-right: 15px;
	padding-right: 21px;
	position: relative;
	cursor: pointer;
	user-select: none;
	line-height: 30px;
	transition: ease .3s;
}

.breadcrumb a:hover {
	color: #1e64e1;
}

.breadcrumb a:first-child {
	padding-left: 31px;
}

.breadcrumb a:first-child::before {
	width: 16px;
	height: 10px;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(/addons/cms/view/default/images/power_icon.svg) center no-repeat;
}

.breadcrumb a::after {
	width: 6px;
	height: 10px;
	content: "";
	background: url(/addons/cms/view/default/images/breadcrumb_icon.png) center no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.breadcrumb a:last-child:after {
	display: none;
}

/* 面包屑导航-结束 */
/* 初始化&公用结束 */
/* ------------------------------------------------- */
/* 首页样式 */

/* header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	transition: ease .3s;
}

.header::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	z-index: -1;
	opacity: 0;
	transition: ease .3s;
}

.header.header_scroll {
	background: rgba(0, 0, 0, 0.3);
	border-bottom: transparent solid 1px;
}

.header.header_scroll::after {
	opacity: 1;
}

.header .header_logo {
	float: left;
	height: 148px;
	position: relative;
	transition: ease .3s;
	transform-origin: left center;
}

.header .header_logo a {
	display: block;
	position: relative;
	top: 50%;
	height: 28%;
	transform: translateY(-40%);
	transition: ease .3s;
	transform-origin: left center;
}

.header.header_scroll .header_logo a {
	transform: translateY(-50%) scale(1.2);
}

.header.header_scroll .header_logo,
.header.header_scroll .header_nav ul li a {
	height: 118px;
	line-height: 118px;
}

.header .header_logo img {
	display: block;
	position: relative;
	height: 100%;
}

.header .header_nav {
	float: right;
	/* overflow: hidden; */
	transition: ease .3s;
	opacity: 1;
}

.header .header_nav ul {
	/* overflow: hidden; */
	transition: ease .3s;
}

.header .header_nav ul li {
	float: left;
	margin-left: 80px;
	transition: ease .3s;
	position: relative;
}

.header .header_nav ul li a::after {
	width: 8px;
	height: 8px;
	background: #0c85e7;
	content: "";
	left: -3px;
	bottom: 62px;
	border-radius: 50%;
	z-index: 0;
	position: absolute;
	opacity: 0;
}

.header .header_nav ul li.active a::after {
	opacity: 1;
}

.header .header_nav ul li span {
	position: relative;
	z-index: 2;
}

.header .header_nav ul li.active span::after {
	height: 3px;
	z-index: -1;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	left: 50%;
	content: "";
	bottom: 0;
	transform: translateX(-50%) translateY(15px);
	animation-name: nav;
	animation-duration: .3s;
	animation-delay: .2s;
	animation-fill-mode: forwards;
}

@keyframes nav {
	0% {
		width: 0;
	}

	100% {
		width: 50%;
	}
}

.header .header_nav ul li:first-child {
	margin-left: 0;
}

.header .header_nav ul li a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 148px;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.28);
	transition: ease .3s;
}

.header .header_menu {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) translateX(100%);
	transition: ease .3s;
	opacity: 0;
	z-index: 101;
	cursor: pointer;
}

.header .header_menu div {
	transition: ease 1s;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.header .header_menu.cur div {
	transform: rotate(360deg);
	transition: ease 1s .3s;
}

.header .header_menu span {
	display: block;
	height: 4px;
	width: 30px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 2px;
	background: #fff;
	position: absolute;
	transition: 0.1s;
}

.header .header_menu.cur span {
	transition: ease .3s;
	width: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.header .header_menu span:nth-child(1) {
	top: 9px;
}

.header .header_menu span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.header .header_menu span:nth-child(3) {
	bottom: 9px;
}


.header .header_menu.cur span:nth-child(2) {
	opacity: 0;
}

.header .header_menu.cur span:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.header .header_menu.cur span:nth-child(3) {
	bottom: 50%;
	transform: translateY(50%) rotate(135deg);
}


@media screen and (max-width: 1480px) {
	.header.header_scroll {
		opacity: 0;
		height: 0;
		overflow: hidden;
	}
}

@media screen and (max-width: 1200px) {
	.header .header_nav {
		width: 0;
		height: 0;
		opacity: 0;
	}

	.header .header_menu {
		right: 0px;
		top: 60px;
		transform: translateX(0) translateY(-50%);
		opacity: 1;
	}

	.header .header_logo,
	.header .header_nav ul li a {
		height: 120px;
	}

	.header.header_scroll .header_logo,
	.header.header_scroll .header_nav ul li a {
		height: 100px;
	}
}

@media screen and (max-width: 800px) {
	.header .header_menu {
		right: 0px;
		top: 60px;
		transform: scale(0.6) translateX(0) translateY(-80%);
	}

	.header .header_logo img {
		height: 80%;
	}
}

/**/

.nav_menu {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: -100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 100;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	transition: ease .3s;
	opacity: 0;
}

.nav_menu.cur {
	top: 0;
	opacity: 1;
}

.nav_menu ul {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.nav_menu ul li {
	line-height: 52px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
}

.nav_menu.cur ul li {
	opacity: 1;
	visibility: visible;
}

.nav_menu ul li a {
	color: #fff;
	font-size: 16px;
	position: relative;
	z-index: 2;
}

.nav_menu ul li a::after {
	width: 8px;
	height: 8px;
	background: #0c85e7;
	content: "";
	right: -3px;
	bottom: -1px;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	opacity: 0;
}

.nav_menu ul li.active a::after {
	opacity: 1;
}

/* header-end */

/* banner */
.banner {
	overflow: hidden;
	position: relative;
	width: 100%;
	cursor: pointer;
	user-select: none;
	z-index: 10;
	transition: ease .3s;
}

.banner.cur {
	opacity: 1;
}

.banner ul {
	overflow: hidden;
	position: relative;
	left: 0;
}

.banner ul li .banner_back {
	display: block;
	height: 47vw;
	position: relative;
	margin-left: 50%;
	transform: translateX(-50%) scale(1);
	left: 0;
	top: 0;
}

.banner ul li .banner_wap {
	display: none;
}

.banner ul:hover li .banner_back {}

.banner ul li {
	float: left;
	overflow: hidden;
	transition: ease .5s;
	opacity: 0.6;
	position: relative;
}

.banner ul li a {
	display: block;
	position: relative;
	-webkit-user-drag: none;
}

.banner ul li a::after {
	z-index: 2;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.banner ul li.cur {
	opacity: 1;
}

.banner ul li .banner_content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: ease .3s;
	box-sizing: border-box;
}

.banner ul li .banner_content .banner_img font {
	display: none;
}

.banner .banner_btn {
	position: absolute;
	bottom: 8%;
	transition: ease .3s;
	user-select: none;
	cursor: pointer;
	z-index: 5;
	display: table-cell;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.banner dl {
	display: inline-block;
	/* 	background: rgb(0 0 0 / 18%);
	padding:10px 20px;
	border-radius: 10px; */
}

.banner dt,
.banner dd {
	float: left;
	font-size: 18px;
	color: #fff;
	height: 52px;
	line-height: 52px;
	transition: ease .3s;
}

.banner dt font {
	position: relative;
	z-index: 2;
}

.banner dt font::after {
	content: "";
	position: absolute;
	width: 0;
	height: 5px;
	background: #ff7531;
	left: 0;
	bottom: 2px;
	border-radius: 5px;
	z-index: -1;
	opacity: 0;
	transition: ease .3s;
}

.banner dt.cur font::after {
	width: 100%;
	opacity: 1;
}

.banner dt span {
	display: block;
	float: right;
	height: 52px;
	line-height: 52px;
	margin-left: 0;
	margin-right: 6px;
	visibility: hidden;
	transition: ease .3s;
	opacity: 0;
}

.banner dt.cur span {
	opacity: 1;
	visibility: visible;
	margin-left: 12px;
	margin-right: 17px;
}

.banner dt.cur {
	font-weight: bold;
}

.banner dd {
	width: 45px;
	height: 52px;
	background: url(../image/banner_nextprev.png) center no-repeat;
	transition: ease .3s;
	background-size: cover;
}

.banner dd:first-child {
	margin-right: 32px;
	transform: rotate(180deg);
}

.banner dd:last-child {
	margin-left: 21px;
}

/* .banner dd.cur {
	width: 0;
	opacity: 0;
	margin-left: 0;
	margin-right: 0;
} */

.banner ul li .banner_text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

/* .banner ul li .banner_img {
	display: none;
} */

.banner ul li .banner_img i,
.banner ul li .banner_img i img {
	display: block;
	font-style: initial;
}

.banner ul li .banner_text h1 {
	font-weight: bold;
}

/* index_banner_01 */
.banner ul li.index_banner_01 .banner_text h1 {
	font-size: 76px;
	color: #fff;
	margin-top: 22%;
	line-height: 106px;
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 20%);
	letter-spacing: 5px;
	position: relative;
	display: inline-block;
	transition: ease .3s;
}

.banner ul li.index_banner_01 .banner_text h1 i {
	display: block;
	width: 226px;
	height: 229px;
	background: url(/addons/cms/view/default/images/lattice.png) repeat;
	position: absolute;
	left: -150px;
	top: -7px;
	z-index: -1;
	transition: ease .3s;
}

.banner ul li.index_banner_01 .banner_text h1::after {
	width: 688px;
	height: 102px;
	content: "";
	background: url(/addons/cms/view/default/images/banner_01_yunke.png) center no-repeat;
	position: absolute;
	right: -200px;
	top: 5px;
	transform: translateY(-100%);
	transition: ease .3s;
	transform-origin: right top;
}

.banner ul li.index_banner_01 .banner_text h1::before {
	width: 294px;
	height: 70px;
	content: "";
	background: url(/addons/cms/view/default/images/banner_01_team.png) center no-repeat;
	position: absolute;
	right: 66px;
	bottom: 16px;
	transform: translateX(100%);
	transition: ease .3s;
	transform-origin: right bottom;
}

.banner ul li.index_banner_01 .banner_text h1 span {
	position: relative;
	z-index: 2;

}

.banner ul li.index_banner_01 .banner_text h1 span::after {
	width: 0%;
	height: 15px;
	border-radius: 6px;
	content: "";
	position: absolute;
	left: 2%;
	bottom: 3px;
	background: #ffea02;
	z-index: -1;
	transition: ease 1s;
	transition-delay: 0.5s;
}

.banner ul li.index_banner_01.cur .banner_text h1 span::after {
	width: 94%;
}


.banner ul li.index_banner_01 .banner_text p {
	font-size: 32px;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 90px;
	display: inline-block;
	border-bottom: 2px solid #64aafd;
	padding-bottom: 16px;
	padding-right: 94px;
	position: relative;
	transition: ease .3s;
}

.banner ul li.index_banner_01 .banner_text p::after {
	content: "";
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	right: 1px;
	bottom: 9px;
	background: #64aafd;
	transition: ease .3s;
	transform-origin: right bottom;
}

.banner ul li.index_banner_01 .banner_text p::before {
	content: "";
	width: 39px;
	height: 13px;
	background: url(/addons/cms/view/default/images/banner_01_arrow.png) center no-repeat;
	position: absolute;
	right: 18px;
	bottom: 27px;
	z-index: 2;
	transition: ease .3s;
	transform-origin: right bottom;
}

.banner ul li.index_banner_01 .banner_img {
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	transition: ease .3s;
	z-index: 2;
}

.banner ul li.index_banner_01 .banner_img i {
	display: block;
	float: right;
	transition: ease .3s, left linear .8s, transform linear .5s;
	position: relative;
	top: 36%;
	left: 0;
	height: 396px;
}

.banner ul li.index_banner_01 .banner_img i img {
	height: 100%;
}

/* index_banner_01-end */

/* index_banner_02 */
.banner ul li.index_banner_02 .banner_img i {
	transition: ease .3s, left linear .8s, transform linear .5s;
	height: 100%;
}

.banner ul li.index_banner_02 .banner_img b {
	display: block;
	max-width: 100%;
	width: 690px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: ease .3s, left linear .8s, margin linear .5s;
	opacity: 0;
}

.banner ul li.index_banner_02 .banner_img b img {
	display: block;
	width: 100%;
}

.banner ul li.index_banner_02 .banner_img i img {
	height: 100%;
}

.banner ul li.index_banner_02 .banner_img {
	position: absolute;
	left: 50%;
	top: 52%;
	transform: translate(-50%, -50%);
	height: 493px;
}

/* index_banner_02-end */

/* index_banner_03 */
.banner ul li.index_banner_03 .banner_img {
	height: 100%;
}

.banner ul li.index_banner_03 .banner_img i {
	float: right;
	height: 58.02083333333333%;
	transition: ease .3s, left linear .8s, transform linear .5s;
	border-radius: 20px;
	border: 10px solid #000;
	position: relative;
	top: 22.5%;
}

.banner ul li.index_banner_03 .banner_img i::after {
	content: "WEB";
	font-size: 28px;
	color: rgba(255, 255, 255, 0.1);
	position: absolute;
	left: -113px;
	bottom: 100px;
	transform: rotate(90deg);
	font-weight: bold;
	transition: ease .3s;
}

.banner ul li.index_banner_03 .banner_img i::before {
	content: "网站";
	position: absolute;
	width: 50px;
	padding: 21px 0;
	line-height: 30px;
	left: -60px;
	bottom: 68px;
	font-size: 28px;
	font-weight: bold;
	background: #ff3000;
	text-align: center;
	color: #fff;
	border-radius: 20px 0 0 20px;
	transition: ease .3s;
}

.banner ul li.index_banner_03 .banner_img i img {
	height: 100%;
	border-radius: 10px;
}

.banner ul li.index_banner_03 .banner_text h1 {
	font-size: 56px;
	color: #fff;
	margin-top: 25%;
	position: relative;
	transition: ease .3s;
}

.banner ul li.index_banner_03 .banner_text h1::after {
	content: "";
	position: absolute;
	left: 14px;
	top: -20px;
	width: 80px;
	height: 80px;
	background: url(/addons/cms/view/default/images/jianhui_logo.png) center no-repeat;
	transform: translateY(-100%);
	transition: ease .3s;
	background-size: cover;
}

.banner ul li.index_banner_03 .banner_text h1::before {
	width: 439px;
	height: 69px;
	content: "";
	position: absolute;
	background: url(/addons/cms/view/default/images/jianhui.png) center no-repeat;
	left: 120px;
	top: -20px;
	transform: translateY(-100%);
	transition: ease .3s;
	background-size: cover;
}

.banner ul li.index_banner_03 .banner_text p {
	font-size: 64px;
	font-weight: 100;
	color: #fff;
	margin-top: 10px;
	transition: ease .3s;
}

.banner ul li.index_banner_03 .banner_text span {
	display: block;
	border: 1px solid rgba(255, 255, 255, 50%);
	border-radius: 77px;
	overflow: hidden;
	float: left;
	padding: 0 32.5px;
	margin-top: 80px;
	transition: ease .3s;
}

.banner ul li.index_banner_03 .banner_text span b,
.banner ul li.index_banner_03 .banner_text span strong {
	display: block;
	float: left;
	height: 75px;
	line-height: 75px;
	color: #fff;
	transition: ease .3s;
}

.banner ul li.index_banner_03 .banner_text span b {
	font-size: 26px;
	font-weight: 500;
	margin-right: 10px;
	line-height: 73px;
	position: relative;
	z-index: 2;
}

.banner ul li.index_banner_03 .banner_text span b::after {
	z-index: -1;
	width: 100%;
	height: 6px;
	border-radius: 6px;
	content: "";
	position: absolute;
	left: -1px;
	bottom: 22px;
	background: #ff3000;
}

.banner ul li.index_banner_03 .banner_text span strong {
	text-transform: uppercase;
	font-size: 41px;
	color: rgba(255, 255, 255, 10%);
}

/* index_banner_03-end */

/* index_banner_04 */
.banner ul li.index_banner_04 .banner_img {
	height: 100%;
}

.banner ul li.index_banner_04 .banner_img i {
	float: right;
	height: 58.02083333333333%;
	transition: ease .3s, left linear .8s, transform linear .5s;
	border-radius: 20px;
	border: 10px solid #000;
	position: relative;
	top: 22.5%;
}

.banner ul li.index_banner_04 .banner_img i::after {
	content: "WEB";
	font-size: 28px;
	color: rgba(255, 255, 255, 0.1);
	position: absolute;
	left: -113px;
	bottom: 100px;
	transform: rotate(90deg);
	font-weight: bold;
	transition: ease .3s;
}

.banner ul li.index_banner_04 .banner_img i::before {
	content: "网站";
	position: absolute;
	width: 50px;
	padding: 21px 0;
	line-height: 30px;
	left: -60px;
	bottom: 68px;
	font-size: 28px;
	font-weight: bold;
	background: #2cbc63;
	text-align: center;
	color: #fff;
	border-radius: 20px 0 0 20px;
	transition: ease .3s;
}

.banner ul li.index_banner_04 .banner_img i img {
	height: 100%;
	border-radius: 10px;
}

.banner ul li.index_banner_04 .banner_text h1 {
	font-size: 56px;
	color: #fff;
	margin-top: 25%;
	position: relative;
	transition: ease .3s;
}

.banner ul li.index_banner_04 .banner_text h1::after {
	content: "";
	position: absolute;
	left: 14px;
	top: -20px;
	width: 80px;
	height: 80px;
	background: url(/addons/cms/view/default/images/jinlilai_logo.png) center no-repeat;
	transform: translateY(-100%);
	transition: ease .3s;
	background-size: cover;
}

.banner ul li.index_banner_04 .banner_text h1::before {
	width: 448px;
	height: 69px;
	content: "";
	position: absolute;
	background: url(/addons/cms/view/default/images/jinlilai.png) center no-repeat;
	left: 120px;
	top: -20px;
	transform: translateY(-100%);
	transition: ease .3s;
	background-size: cover;
}

.banner ul li.index_banner_04 .banner_text p {
	font-size: 64px;
	font-weight: 100;
	color: #fff;
	margin-top: 10px;
	transition: ease .3s;
}

.banner ul li.index_banner_04 .banner_text span {
	display: block;
	border: 1px solid rgba(255, 255, 255, 50%);
	border-radius: 77px;
	overflow: hidden;
	float: left;
	padding: 0 32.5px;
	margin-top: 80px;
	transition: ease .3s;
}

.banner ul li.index_banner_04 .banner_text span b,
.banner ul li.index_banner_04 .banner_text span strong {
	display: block;
	float: left;
	height: 75px;
	line-height: 75px;
	color: #fff;
	transition: ease .3s;
}

.banner ul li.index_banner_04 .banner_text span b {
	font-size: 26px;
	font-weight: 500;
	margin-right: 10px;
	line-height: 73px;
	position: relative;
	z-index: 2;
}

.banner ul li.index_banner_04 .banner_text span b::after {
	z-index: -1;
	width: 100%;
	height: 6px;
	border-radius: 6px;
	content: "";
	position: absolute;
	left: -1px;
	bottom: 22px;
	background: #2cbc63;
}

.banner ul li.index_banner_04 .banner_text span strong {
	text-transform: uppercase;
	font-size: 41px;
	color: rgba(255, 255, 255, 10%);
}

/* index_banner_04-end */


/* index_banner_05 */
.banner ul li.index_banner_05 .banner_img {
	height: 100%;
}

.banner ul li.index_banner_05 .banner_img i {
	float: right;
	height: 58.02083333333333%;
	transition: ease .3s, left linear .8s, transform linear .5s;
	border-radius: 20px;
	border: 10px solid #000;
	position: relative;
	top: 22.5%;
}

.banner ul li.index_banner_05 .banner_img i::after {
	content: "1688";
	font-size: 28px;
	color: rgba(255, 255, 255, 0.1);
	position: absolute;
	left: -113px;
	bottom: 100px;
	transform: rotate(90deg);
	font-weight: bold;
	transition: ease .3s;
}

.banner ul li.index_banner_05 .banner_img i::before {
	content: "阿里";
	position: absolute;
	width: 50px;
	padding: 21px 0;
	line-height: 30px;
	left: -60px;
	bottom: 68px;
	font-size: 28px;
	font-weight: bold;
	background: #0078fd;
	text-align: center;
	color: #fff;
	border-radius: 20px 0 0 20px;
	transition: ease .3s;
}

.banner ul li.index_banner_05 .banner_img i img {
	height: 100%;
	border-radius: 10px;
}

.banner ul li.index_banner_05 .banner_text h1 {
	font-size: 56px;
	color: #fff;
	margin-top: 25%;
	position: relative;
	transition: ease .3s;
}

.banner ul li.index_banner_05 .banner_text h1::after {
	content: "";
	position: absolute;
	left: 14px;
	top: -20px;
	width: 80px;
	height: 80px;
	background: url(/addons/cms/view/default/images/zhengmei_logo.png) center no-repeat;
	transform: translateY(-100%);
	transition: ease .3s;
	background-size: cover;
}

.banner ul li.index_banner_05 .banner_text h1::before {
	width: 397px;
	height: 50px;
	content: "";
	position: absolute;
	background: url(/addons/cms/view/default/images/zhengmei.png) center no-repeat;
	left: 120px;
	top: -32px;
	transform: translateY(-100%);
	transition: ease .3s;
	background-size: cover;
}

.banner ul li.index_banner_05 .banner_text p {
	font-size: 64px;
	font-weight: 100;
	color: #fff;
	margin-top: 10px;
	transition: ease .3s;
}

.banner ul li.index_banner_05 .banner_text span {
	display: block;
	border: 1px solid rgba(255, 255, 255, 50%);
	border-radius: 77px;
	overflow: hidden;
	float: left;
	padding: 0 32.5px;
	margin-top: 80px;
	transition: ease .3s;
}

.banner ul li.index_banner_05 .banner_text span b,
.banner ul li.index_banner_05 .banner_text span strong {
	display: block;
	float: left;
	height: 75px;
	line-height: 75px;
	color: #fff;
	transition: ease .3s;
}

.banner ul li.index_banner_05 .banner_text span b {
	font-size: 26px;
	font-weight: 500;
	margin-right: 10px;
	line-height: 73px;
	position: relative;
	z-index: 2;
}

.banner ul li.index_banner_05 .banner_text span b::after {
	z-index: -1;
	width: 100%;
	height: 6px;
	border-radius: 6px;
	content: "";
	position: absolute;
	left: -1px;
	bottom: 22px;
	background: #0078fd;
}

.banner ul li.index_banner_05 .banner_text span strong {
	text-transform: uppercase;
	font-size: 41px;
	color: rgba(255, 255, 255, 10%);
}

/* index_banner_05-end */

/* index_banner_about */
.banner ul li.index_banner_about .banner_text {
	height: auto;
	top: 52%;
	transform: translateY(-50%);
}

.banner ul li.index_banner_about .banner_text span {
	font-size: 90px;
	color: rgba(255, 255, 255, 10%);
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-left: 135px;
	height: 90px;
	line-height: 90px;
	transition: ease .3s;
}

.banner ul li.index_banner_about .banner_text h1 {
	font-size: 60px;
	color: #fff;
	height: 80px;
	line-height: 80px;
	transition: ease .3s;
	position: relative;
}

.banner ul li.index_banner_about .banner_text h1 i {
	display: block;
	position: absolute;
	left: -62px;
	top: -116px;
	z-index: -1;
	background: url(/addons/cms/view/default/images/lattice.png) repeat;
	width: 213px;
	height: 230px;
	transition: ease .3s;
	transform-origin: left top;
	transform: scale(0.83);
}

.banner ul li.index_banner_about .banner_text p {
	font-size: 36px;
	color: #fff;
	line-height: 60px;
	margin-top: 17px;
	transition: ease .3s;
	width: 100%;
	font-weight: 500;
	display: block;
}

.banner ul li.index_banner_about .banner_text p b {
	/* display: inline; */
	position: relative;
	z-index: 2;
	font-style: inherit;
	font-size: inherit;
}

.banner ul li.index_banner_about .banner_text p b::after {
	width: 100%;
	content: "";
	height: 8px;
	background: #0060ff;
	position: absolute;
	left: 0;
	bottom: -2px;
	border-radius: 8px;
	z-index: -1;
	transition: ease .3s;
}

@media screen and (max-width:1750px) {

	/* index_benner_01 */
	.banner ul li.index_banner_01 .banner_text h1 {
		font-size: 60px;
		line-height: 90px;
		bottom: 1px;
	}

	.banner ul li.index_banner_01 .banner_text h1 i {
		height: 202px;
		width: 202px;
	}

	.banner ul li.index_banner_01 .banner_text h1 span::after {
		height: 12px;
	}

	.banner ul li.index_banner_01 .banner_text p {
		font-size: 24px;
		padding-right: 80px;
		padding-bottom: 10px;
		margin-top: 70px;
	}

	.banner ul li.index_banner_01 .banner_text p::after,
	.banner ul li.index_banner_01 .banner_text p::before {
		transform: scale(0.7);
	}

	.banner ul li.index_banner_01 .banner_text p::before {
		bottom: 22px;
	}

	.banner ul li.index_banner_01 .banner_text h1::after {
		transform: scale(0.8) translateY(-100%);
	}

	.banner ul li.index_banner_01 .banner_text h1::before {
		transform: scale(0.8) translateX(100%);
		right: 55px;
		bottom: 14px;
	}

	.banner ul li.index_banner_01 .banner_img i {
		height: 318px;
	}

	/* index_benner_01-end */

	/* index_benner_02 */
	.banner ul li.index_banner_02 .banner_img {
		height: 420px;
	}

	/* index_benner_02 */

	/* index_benner_03 */
	.banner ul li.index_banner_03 .banner_img i::before {
		font-size: 24px;
		width: 44px;
		border-radius: 16px 0 0 16px;
		left: -54px;
		line-height: 26px;
		padding: 16px 0;
	}

	.banner ul li.index_banner_03 .banner_img i::after {
		font-size: 24px;
		left: -105px;
		bottom: 92px;
	}

	.banner ul li.index_banner_03 .banner_text h1 {
		font-size: 46px;
	}

	.banner ul li.index_banner_03 .banner_text h1::after {
		height: 60px;
		width: 60px;
		left: 0;
	}

	.banner ul li.index_banner_03 .banner_text h1::before {
		width: 350px;
		height: 52px;
		left: 80px;
	}

	.banner ul li.index_banner_03 .banner_text p {
		font-size: 54px;
		margin-top: 5px;
	}

	.banner ul li.index_banner_03 .banner_text span {
		margin-top: 60px;
	}

	.banner ul li.index_banner_03 .banner_text span b {
		font-size: 20px;
	}

	.banner ul li.index_banner_03 .banner_text span strong {
		font-size: 28px;
	}

	.banner ul li.index_banner_03 .banner_text span b,
	.banner ul li.index_banner_03 .banner_text span strong {
		height: 68px;
		line-height: 68px;
	}

	.banner ul li.index_banner_03 .banner_text span b {
		line-height: 66px;
	}

	.banner ul li.index_banner_03 .banner_text span b::after {
		height: 4px;
		bottom: 22px;
	}

	/* index_benner_03-end */

	/* index_benner_04 */
	.banner ul li.index_banner_04 .banner_img i::before {
		font-size: 24px;
		width: 44px;
		border-radius: 16px 0 0 16px;
		left: -54px;
		line-height: 26px;
		padding: 16px 0;
	}

	.banner ul li.index_banner_04 .banner_img i::after {
		font-size: 24px;
		left: -105px;
		bottom: 92px;
	}

	.banner ul li.index_banner_04 .banner_text h1 {
		font-size: 46px;
	}

	.banner ul li.index_banner_04 .banner_text h1::after {
		height: 60px;
		width: 60px;
		left: 0;
	}

	.banner ul li.index_banner_04 .banner_text h1::before {
		width: 350px;
		height: 52px;
		left: 80px;
	}

	.banner ul li.index_banner_04 .banner_text p {
		font-size: 54px;
		margin-top: 5px;
	}

	.banner ul li.index_banner_04 .banner_text span {
		margin-top: 60px;
	}

	.banner ul li.index_banner_04 .banner_text span b {
		font-size: 20px;
	}

	.banner ul li.index_banner_04 .banner_text span strong {
		font-size: 28px;
	}

	.banner ul li.index_banner_04 .banner_text span b,
	.banner ul li.index_banner_04 .banner_text span strong {
		height: 68px;
		line-height: 68px;
	}

	.banner ul li.index_banner_04 .banner_text span b {
		line-height: 66px;
	}

	.banner ul li.index_banner_04 .banner_text span b::after {
		height: 4px;
		bottom: 22px;
	}

	/* index_benner_04-end */

	/* index_benner_04 */
	.banner ul li.index_banner_05 .banner_img i::before {
		font-size: 24px;
		width: 44px;
		border-radius: 16px 0 0 16px;
		left: -54px;
		line-height: 26px;
		padding: 16px 0;
	}

	.banner ul li.index_banner_05 .banner_img i::after {
		font-size: 24px;
		left: -105px;
		bottom: 92px;
	}

	.banner ul li.index_banner_05 .banner_text h1 {
		font-size: 46px;
	}

	.banner ul li.index_banner_05 .banner_text h1::after {
		height: 60px;
		width: 60px;
		left: 0;
	}

	.banner ul li.index_banner_05 .banner_text h1::before {
		width: 350px;
		height: 52px;
		left: 80px;
	}

	.banner ul li.index_banner_05 .banner_text p {
		font-size: 54px;
		margin-top: 5px;
	}

	.banner ul li.index_banner_05 .banner_text span {
		margin-top: 60px;
	}

	.banner ul li.index_banner_05 .banner_text span b {
		font-size: 20px;
	}

	.banner ul li.index_banner_05 .banner_text span strong {
		font-size: 28px;
	}

	.banner ul li.index_banner_05 .banner_text span b,
	.banner ul li.index_banner_05 .banner_text span strong {
		height: 68px;
		line-height: 68px;
	}

	.banner ul li.index_banner_05 .banner_text span b {
		line-height: 66px;
	}

	.banner ul li.index_banner_05 .banner_text span b::after {
		height: 4px;
		bottom: 22px;
	}

	/* index_benner_04-end */
}

@media screen and (max-width:1700px) {

	/* index_banner_about */
	.banner ul li.index_banner_about .banner_text {
		top: 55%;
	}

	/* index_banner_about-end */
}

@media screen and (max-width:1550px) {

	/* index_benner_01 */
	.banner ul li.index_banner_01 .banner_text h1 {
		font-size: 50px;
		line-height: 70px;
		margin-top: 25%;
	}

	.banner ul li.index_banner_01 .banner_text h1 i {
		width: 176px;
		height: 176px;
		left: -120px;
		top: -12px;
	}

	.banner ul li.index_banner_01 .banner_text h1 span::after {
		height: 10px;
	}

	.banner ul li.index_banner_01 .banner_text p {
		margin-top: 50px;
		font-size: 20px;
	}

	.banner ul li.index_banner_01 .banner_text p::after,
	.banner ul li.index_banner_01 .banner_text p::before {
		transform: scale(0.6);
	}

	.banner ul li.index_banner_01 .banner_text p::before {
		bottom: 20px;
		right: 14px;
	}

	.banner ul li.index_banner_01 .banner_img i {
		height: 277px;
	}

	.banner ul li.index_banner_01 .banner_text h1::after {
		transform: scale(0.7) translateY(-100%);
		top: 0;
	}

	.banner ul li.index_banner_01 .banner_text h1::before {
		transform: scale(0.7) translateX(100%);
		bottom: 6px;
		right: 45px;
	}

	/* index_benner_01-end */

	/* index_benner_02 */
	.banner ul li.index_banner_02 .banner_img {
		height: 380px;
	}

	/* index_benner_02-end */

	/* index_benner_03 */
	.banner ul li.index_banner_03 .banner_text h1 {
		font-size: 40px;
	}

	.banner ul li.index_banner_03 .banner_text p {
		font-size: 44px;
	}

	.banner ul li.index_banner_03 .banner_text span b {
		font-size: 16px;
		height: 56px;
		line-height: 56px;
	}

	.banner ul li.index_banner_03 .banner_text span strong {
		font-size: 26px;
		height: 56px;
		line-height: 56px;
	}

	.banner ul li.index_banner_03 .banner_text span {
		margin-top: 50px;
	}

	.banner ul li.index_banner_03 .banner_text span b::after {
		bottom: 18px;
	}

	.banner ul li.index_banner_03 .banner_text h1::after {
		height: 46px;
		width: 46px;
	}

	.banner ul li.index_banner_03 .banner_text h1::before {
		width: 254px;
		height: 40px;
		left: 60px;
	}

	/* index_benner_03-end */

	/* index_benner_05 */
	.banner ul li.index_banner_04 .banner_text h1 {
		font-size: 40px;
	}

	.banner ul li.index_banner_04 .banner_text p {
		font-size: 44px;
	}

	.banner ul li.index_banner_04 .banner_text span b {
		font-size: 16px;
		height: 56px;
		line-height: 56px;
	}

	.banner ul li.index_banner_04 .banner_text span strong {
		font-size: 26px;
		height: 56px;
		line-height: 56px;
	}

	.banner ul li.index_banner_04 .banner_text span {
		margin-top: 50px;
	}

	.banner ul li.index_banner_04 .banner_text span b::after {
		bottom: 18px;
	}

	.banner ul li.index_banner_04 .banner_text h1::after {
		height: 46px;
		width: 46px;
	}

	.banner ul li.index_banner_04 .banner_text h1::before {
		width: 260px;
		height: 40px;
		left: 60px;
	}

	/* index_benner_04-end */


	/* index_benner_04 */
	.banner ul li.index_banner_05 .banner_text h1 {
		font-size: 40px;
	}

	.banner ul li.index_banner_05 .banner_text p {
		font-size: 44px;
	}

	.banner ul li.index_banner_05 .banner_text span b {
		font-size: 16px;
		height: 56px;
		line-height: 56px;
	}

	.banner ul li.index_banner_05 .banner_text span strong {
		font-size: 26px;
		height: 56px;
		line-height: 56px;
	}

	.banner ul li.index_banner_05 .banner_text span {
		margin-top: 50px;
	}

	.banner ul li.index_banner_05 .banner_text span b::after {
		bottom: 18px;
	}

	.banner ul li.index_banner_05 .banner_text h1::after {
		height: 46px;
		width: 46px;
	}

	.banner ul li.index_banner_05 .banner_text h1::before {
		width: 260px;
		height: 40px;
		left: 60px;
	}

	/* index_benner_05-end */
}

@media screen and (max-width:1400px) {

	/* index_banner_about */
	.banner ul li.index_banner_about .banner_text h1 i {
		transform: scale(0.78);
		left: -72px;
	}

	.banner ul li.index_banner_about .banner_text span {
		font-size: 70px;
		height: 70px;
		line-height: 70px;
		margin-left: 110px;
	}

	.banner ul li.index_banner_about .banner_text h1 {
		font-size: 50px;
		height: 70px;
		line-height: 70px;
	}

	.banner ul li.index_banner_about .banner_text p {
		font-size: 30px;
		line-height: 50px;
		margin-top: 10px;
	}

	.banner ul li.index_banner_about .banner_text p b::after {
		bottom: -1px;
		font-size: 30px;
	}

	/* index_banner_about-end */
}

@media screen and (max-width:1300px) {
	.banner ul li .banner_back {
		/* height: 55vw; */
	}

	/* index_benner_01 */
	.banner ul li.index_banner_01 .banner_text h1 {
		margin-top: 30%;
		font-size: 40px;
		line-height: 55px;
	}

	.banner ul li.index_banner_01 .banner_text h1 i {
		width: 136px;
		height: 136px;
		left: -90px;
		top: -12px;
	}

	.banner ul li.index_banner_01 .banner_img i {
		top: 38%;
		height: 237px;
	}

	.banner ul li.index_banner_01 .banner_text h1 span::after {
		height: 8px;
	}

	.banner ul li.index_banner_01 .banner_text h1::after {
		transform: scale(0.6) translateY(-100%);
		top: -5px;
	}

	.banner ul li.index_banner_01 .banner_text h1::before {
		transform: scale(0.5) translateX(100%);
		bottom: 10px;
		right: 35px;
	}

	.banner ul li.index_banner_01 .banner_text p {
		font-size: 18px;
		padding-right: 50px;
		margin-top: 40px;
	}

	.banner ul li.index_banner_01 .banner_text p::after,
	.banner ul li.index_banner_01 .banner_text p::before {
		transform: scale(0.5);
	}

	.banner ul li.index_banner_01 .banner_text p::before {
		bottom: 18px;
		right: 10px;
	}

	/* index_benner_01-end */

	/* index_benner_02 */
	.banner ul li.index_banner_02 .banner_img {
		height: 320px;
	}

	/* index_benner_02-end */

	/* index_benner_03 */
	.banner ul li.index_banner_03 .banner_text h1 {
		font-size: 30px;
		margin-top: 26%;
	}

	.banner ul li.index_banner_03 .banner_text p {
		font-size: 34px;
		margin-top: 0;
	}

	.banner ul li.index_banner_03 .banner_text h1::after {
		width: 36px;
		height: 36px;
	}

	.banner ul li.index_banner_03 .banner_text h1::before {
		width: 195px;
		height: 30px;
		left: 50px;
	}

	.banner ul li.index_banner_03 .banner_text span b {
		font-size: 14px;
		height: 46px;
		line-height: 46px;
	}

	.banner ul li.index_banner_03 .banner_text span strong {
		font-size: 20px;
		height: 46px;
		line-height: 46px;
	}

	.banner ul li.index_banner_03 .banner_text span b::after {
		bottom: 14px;
	}

	.banner ul li.index_banner_03 .banner_img i::before {
		font-size: 20px;
		width: 38px;
		line-height: 22px;
		border-radius: 12px 0 0 12px;
		left: -48px;
	}

	.banner ul li.index_banner_03 .banner_img i::after {
		font-size: 20px;
		left: -90px;
	}

	/* index_benner_03-end */

	/* index_benner_04 */
	.banner ul li.index_banner_04 .banner_text h1 {
		font-size: 30px;
		margin-top: 26%;
	}

	.banner ul li.index_banner_04 .banner_text p {
		font-size: 34px;
		margin-top: 0;
	}

	.banner ul li.index_banner_04 .banner_text h1::after {
		width: 36px;
		height: 36px;
	}

	.banner ul li.index_banner_04 .banner_text h1::before {
		width: 191px;
		height: 30px;
		left: 50px;
	}

	.banner ul li.index_banner_04 .banner_text span b {
		font-size: 14px;
		height: 46px;
		line-height: 46px;
	}

	.banner ul li.index_banner_04 .banner_text span strong {
		font-size: 20px;
		height: 46px;
		line-height: 46px;
	}

	.banner ul li.index_banner_04 .banner_text span b::after {
		bottom: 14px;
	}

	.banner ul li.index_banner_04 .banner_img i::before {
		font-size: 20px;
		width: 38px;
		line-height: 22px;
		border-radius: 12px 0 0 12px;
		left: -48px;
	}

	.banner ul li.index_banner_04 .banner_img i::after {
		font-size: 20px;
		left: -90px;
	}

	/* index_benner_04-end */

	/* index_benner_04 */
	.banner ul li.index_banner_05 .banner_text h1 {
		font-size: 30px;
		margin-top: 26%;
	}

	.banner ul li.index_banner_05 .banner_text p {
		font-size: 34px;
		margin-top: 0;
	}

	.banner ul li.index_banner_05 .banner_text h1::after {
		width: 36px;
		height: 36px;
	}

	.banner ul li.index_banner_05 .banner_text h1::before {
		width: 191px;
		height: 30px;
		left: 50px;
	}

	.banner ul li.index_banner_05 .banner_text span b {
		font-size: 14px;
		height: 46px;
		line-height: 46px;
	}

	.banner ul li.index_banner_05 .banner_text span strong {
		font-size: 20px;
		height: 46px;
		line-height: 46px;
	}

	.banner ul li.index_banner_05 .banner_text span b::after {
		bottom: 14px;
	}

	.banner ul li.index_banner_05 .banner_img i::before {
		font-size: 20px;
		width: 38px;
		line-height: 22px;
		border-radius: 12px 0 0 12px;
		left: -48px;
	}

	.banner ul li.index_banner_05 .banner_img i::after {
		font-size: 20px;
		left: -90px;
	}

	/* index_benner_04-end */

}

@media screen and (max-width:1050px) {

	.banner dt,
	.banner dd,
	.banner dt span {
		font-size: 14px;
		height: 34px;
		line-height: 34px;
	}

	.banner dd {
		width: 29px;
	}

	.banner dd:first-child {
		margin-right: 22px;
	}

	.banner dd:last-child {
		margin-left: 11px;
	}

	.banner dt.cur span {
		margin-left: 5px;
		margin-right: 10px;
	}

	.banner dt:nth-last-child(2).cur span {
		margin-right: 0;
	}

	.banner dt font::after {
		height: 4px;
		bottom: 1px;
	}

	.banner .banner_btn {
		bottom: 4.5%;
	}

	.banner ul li .banner_text {
		height: auto;
		position: relative;
	}

	/* index_benner_01 */
	.banner ul li.index_banner_01 .banner_text h1 {
		margin-top: 0;
		font-size: 50px;
		line-height: 60px;
	}

	.banner ul li.index_banner_01 .banner_text h1::after {
		transform: scale(0.4) translateY(-100%) translateX(100%);
		right: 100%;
	}

	.banner ul li.index_banner_01 .banner_text h1::before {
		transform: scale(0.5) translateX(0) translateY(0);
		top: 40px;
		right: 5px;
	}

	.banner ul li.index_banner_01 .banner_text h1 br {
		display: none;
	}

	.banner ul li.index_banner_01 .banner_text p {
		margin-top: 20px;
		font-size: 22px;
		padding-right: 60px;
	}

	.banner ul li.index_banner_01 .banner_text p::after,
	.banner ul li.index_banner_01 .banner_text p::before {
		transform: scale(0.6);
	}

	.banner ul li.index_banner_01 .banner_text p::before {
		right: 14px;
		bottom: 20px;
	}

	.banner ul li.index_banner_01 .banner_img {
		width: 100%;
		margin-top: 70px;
		height: auto;
		position: relative;
	}

	.banner ul li.index_banner_01 .banner_img i {
		top: 0;
		position: relative;
		float: left;
		height: 300px;
	}

	/* index_benner_01-end */

	.banner ul li .banner_content {
		height: auto;
		top: 50%;
		transform: translateY(-50%);
		/* top: 0;
		transform: translateY(0); */
	}

	.banner ul li .banner_back {
		/* height: 70vh; */
	}

	/* index_benner_02 */
	.banner ul li.index_banner_02 .banner_img,
	.banner ul li.index_banner_02 .banner_img i,
	.banner ul li.index_banner_02 .banner_img i img {
		height: unset;
		width: 100%;
	}

	/* index_benner_02-end */

	/* index_benner_03 */
	.banner ul li.index_banner_03 .banner_img i {
		width: 70%;
		height: auto;
		float: left;
	}

	.banner ul li.index_banner_03 .banner_img i img {
		width: 100%;
		height: auto;
	}

	.banner ul li.index_banner_03 .banner_text h1 {
		margin-top: 50px;
		font-size: 50px;
	}

	.banner ul li.index_banner_03 .banner_text p {
		font-size: 48px;
		margin-top: 5px;
	}

	.banner ul li.index_banner_03 .banner_text h1::after {
		width: 60px;
		height: 60px;
	}

	.banner ul li.index_banner_03 .banner_text h1::before {
		width: 318px;
		height: 50px;
		left: 80px;
	}

	.banner ul li.index_banner_03 .banner_text span {
		margin-top: 20px;
		margin-bottom: 50px;
	}

	.banner ul li.index_banner_03 .banner_img i::before {
		left: unset;
		right: -48px;
		border-radius: 0 10px 10px 0;
		bottom: 38px;
	}

	.banner ul li.index_banner_03 .banner_img i::after {
		right: -90px;
		left: unset;
		bottom: 62px;
	}

	/* index_benner_03-end */

	/* index_benner_04 */
	.banner ul li.index_banner_04 .banner_img i {
		width: 70%;
		height: auto;
		float: left;
	}

	.banner ul li.index_banner_04 .banner_img i img {
		width: 100%;
		height: auto;
	}

	.banner ul li.index_banner_04 .banner_text h1 {
		margin-top: 50px;
		font-size: 50px;
	}

	.banner ul li.index_banner_04 .banner_text p {
		font-size: 48px;
		margin-top: 5px;
	}

	.banner ul li.index_banner_04 .banner_text h1::after {
		width: 60px;
		height: 60px;
	}

	.banner ul li.index_banner_04 .banner_text h1::before {
		width: 325px;
		height: 50px;
		left: 80px;
	}

	.banner ul li.index_banner_04 .banner_text span {
		margin-top: 20px;
		margin-bottom: 50px;
	}

	.banner ul li.index_banner_04 .banner_img i::before {
		left: unset;
		right: -48px;
		border-radius: 0 10px 10px 0;
		bottom: 38px;
	}

	.banner ul li.index_banner_04 .banner_img i::after {
		right: -90px;
		left: unset;
		bottom: 62px;
	}

	/* index_benner_04-end */

	/* index_benner_04 */
	.banner ul li.index_banner_05 .banner_img i {
		width: 70%;
		height: auto;
		float: left;
	}

	.banner ul li.index_banner_05 .banner_img i img {
		width: 100%;
		height: auto;
	}

	.banner ul li.index_banner_05 .banner_text h1 {
		margin-top: 50px;
		font-size: 50px;
	}

	.banner ul li.index_banner_05 .banner_text p {
		font-size: 48px;
		margin-top: 5px;
	}

	.banner ul li.index_banner_05 .banner_text h1::after {
		width: 60px;
		height: 60px;
	}

	.banner ul li.index_banner_05 .banner_text h1::before {
		width: 325px;
		height: 50px;
		left: 80px;
	}

	.banner ul li.index_banner_05 .banner_text span {
		margin-top: 20px;
		margin-bottom: 50px;
	}

	.banner ul li.index_banner_05 .banner_img i::before {
		left: unset;
		right: -48px;
		border-radius: 0 10px 10px 0;
		bottom: 38px;
	}

	.banner ul li.index_banner_05 .banner_img i::after {
		right: -90px;
		left: unset;
		bottom: 62px;
	}

	/* index_benner_04-end */

	/* index_banner_about */
	.banner ul li.index_banner_about .banner_text h1 i {
		left: -20px;
		top: -86px;
		transform-origin: right top;
		transform: translateX(-100%) scale(0.78);
	}

	.banner ul li.index_banner_about .banner_text {
		top: 0;
		transform: translateY(0);
	}

	.banner ul li.index_banner_about .banner_text span {
		font-size: 100px;
		line-height: 100px;
		height: 100px;
		margin-left: 0;
	}

	.banner ul li.index_banner_about .banner_text h1 {
		font-size: 90px;
		height: 110px;
		line-height: 110px;
	}

	.banner ul li.index_banner_about .banner_text p {
		font-size: 40px;
		line-height: 64px;
		margin-top: 40px;
	}

	.banner ul li.index_banner_about .banner_text p b::after {
		bottom: 0;
	}

	/* .banner ul li.index_banner_about .banner_text p br {
		display: none;
	} */

	/* index_banner_about-end */
}

@media screen and (max-width:1000px) {
	.header .header_logo a {
		/* height: 46%; */
	}
}

@media screen and (max-width:900px) {

	/* index_banner_about */
	.banner ul li.index_banner_about .banner_text h1 i {
		transform: translateX(-100%) scale(0.7);
		top: -80px;
	}

	.banner ul li.index_banner_about .banner_text span {
		font-size: 80px;
		height: 100px;
		line-height: 100px;
	}

	.banner ul li.index_banner_about .banner_text h1 {
		font-size: 70px;
		line-height: 90px;
		height: 90px;
	}

	.banner ul li.index_banner_about .banner_text p {
		font-size: 36px;
		line-height: 60px;
	}

	/* index_banner_about-end */
}

@media screen and (max-width:800px) {

	.banner ul li .banner_back {
		display: none;
	}

	.banner ul li .banner_wap {
		display: block;
	}

	/* index_banner_about */
	.banner ul li.index_banner_about .banner_text h1 i {
		transform: translateX(-100%) scale(0.6);
		top: -70px;
	}

	.banner ul li.index_banner_about .banner_text span {
		font-size: 70px;
		height: 90px;
		line-height: 90px;
	}

	.banner ul li.index_banner_about .banner_text h1 {
		font-size: 64px;
		line-height: 84px;
		height: 84px;
	}

	.banner ul li.index_banner_about .banner_text p {
		font-size: 30px;
	}

	.banner ul li.index_banner_about .banner_text p b::after {
		bottom: 0;
	}

	/* index_banner_about-end */
}

@media screen and (max-width:700px) {
	.banner ul li.index_banner_02 .banner_img b {
		opacity: 1;
	}

	.banner ul li.index_banner_02 .banner_img i {
		opacity: 0;
	}

	/* index_banner_about */
	.banner ul li.index_banner_about .banner_text span {
		font-size: 80px;
		height: 100px;
		line-height: 100px;
	}

	.banner ul li.index_banner_about .banner_text h1 {
		font-size: 74px;
		line-height: 94px;
		height: 94px;
	}

	.banner ul li.index_banner_about .banner_text h1 i {
		top: -80px;
		transform: translateX(-100%) scale(0.7);
	}

	.banner ul li.index_banner_about .banner_text p {
		font-size: 36px;
		line-height: 1.8;
	}

	.banner ul li.index_banner_about .banner_text p b::after {
		bottom: 0;
	}

	/* index_banner_about-end */
}

@media screen and (max-width:650px) {
	.banner ul li .banner_wap {
		width: 100%;
	}

	/* index_benner_01 */
	.banner ul li.index_banner_01 .banner_img i,
	.banner ul li.index_banner_01 .banner_img i img {
		height: auto;
		width: 100%;
	}

	/* index_benner_01-end */

	/* index_benner_03 */
	.banner ul li.index_banner_03 .banner_img i {
		width: calc(100% - 70px);
	}

	/* index_benner_03-end */

	/* index_benner_04 */
	.banner ul li.index_banner_04 .banner_img i {
		width: calc(100% - 70px);
	}

	/* index_benner_04-end */

	/* index_benner_05 */
	.banner ul li.index_banner_05 .banner_img i {
		width: calc(100% - 70px);
	}

	/* index_benner_04-end */

}

@media screen and (max-width:600px) {

	/* index_banner_about */
	.banner ul li.index_banner_about .banner_text h1 i {
		transform: translateX(-100%) scale(0.6);
		top: -63px;
		left: -10px;
	}

	.banner ul li.index_banner_about .banner_text span {
		font-size: 70px;
		height: 90px;
		line-height: 90px;
	}

	.banner ul li.index_banner_about .banner_text h1 {
		font-size: 64px;
		height: 80px;
		line-height: 80px;
	}

	.banner ul li.index_banner_about .banner_text p {
		font-size: 28px;
		line-height: 50px;
		margin-top: 30px;
	}

	.banner ul li.index_banner_about .banner_text p b::after {
		bottom: -2px;
	}

	/* index_banner_about-end */
}


@media screen and (max-width:500px) {

	/* index_benner_03 */
	.banner ul li.index_banner_03 .banner_text h1,
	.banner ul li.index_banner_03 .banner_text p {
		font-size: 2rem;
		line-height: 1.3;
		line-height: 42px;
	}

	.banner ul li.index_banner_03 .banner_text h1::after {
		height: 50px;
		width: 50px;
	}

	.banner ul li.index_banner_03 .banner_text h1::before {
		height: 40px;
		width: 254px;
		left: 70px;
	}

	.banner ul li.index_banner_03 .banner_img i {
		border-width: 6px;
		border-radius: 10px;
		width: calc(100% - 50px);
	}

	.banner ul li.index_banner_03 .banner_img i img {
		border-radius: 6px;
	}

	.banner ul li.index_banner_03 .banner_img i::before {
		font-size: 14px;
		width: 26px;
		line-height: 16px;
		padding: 10px 0;
		border-radius: 0 6px 6px 0;
		right: -32px;
	}

	.banner ul li.index_banner_03 .banner_img i::after {
		font-size: 14px;
		right: -62px;
		bottom: 55px;
	}

	/* index_benner_03-end */

	/* index_benner_04 */
	.banner ul li.index_banner_04 .banner_text h1,
	.banner ul li.index_banner_04 .banner_text p {
		font-size: 32px;
		line-height: 42px;
	}

	.banner ul li.index_banner_04 .banner_text h1::after {
		height: 50px;
		width: 50px;
	}

	.banner ul li.index_banner_04 .banner_text h1::before {
		height: 40px;
		width: 260px;
		left: 70px;
	}

	.banner ul li.index_banner_04 .banner_img i {
		border-width: 6px;
		border-radius: 10px;
		width: calc(100% - 50px);
	}

	.banner ul li.index_banner_04 .banner_img i img {
		border-radius: 6px;
	}

	.banner ul li.index_banner_04 .banner_img i::before {
		font-size: 14px;
		width: 26px;
		line-height: 16px;
		padding: 10px 0;
		border-radius: 0 6px 6px 0;
		right: -32px;
	}

	.banner ul li.index_banner_04 .banner_img i::after {
		font-size: 14px;
		right: -62px;
		bottom: 55px;
	}

	/* index_benner_04-end */


	/* index_benner_04 */
	.banner ul li.index_banner_05 .banner_text h1,
	.banner ul li.index_banner_05 .banner_text p {
		font-size: 32px;
		line-height: 42px;
	}

	.banner ul li.index_banner_05 .banner_text h1::after {
		height: 50px;
		width: 50px;
	}

	.banner ul li.index_banner_05 .banner_text h1::before {
		height: 40px;
		width: 260px;
		left: 70px;
	}

	.banner ul li.index_banner_05 .banner_img i {
		border-width: 6px;
		border-radius: 10px;
		width: calc(100% - 50px);
	}

	.banner ul li.index_banner_05 .banner_img i img {
		border-radius: 6px;
	}

	.banner ul li.index_banner_05 .banner_img i::before {
		font-size: 14px;
		width: 26px;
		line-height: 16px;
		padding: 10px 0;
		border-radius: 0 6px 6px 0;
		right: -32px;
	}

	.banner ul li.index_banner_05 .banner_img i::after {
		font-size: 14px;
		right: -62px;
		bottom: 55px;
	}

	/* index_benner_04-end */


	/* index_banner_about */
	.banner ul li.index_banner_about .banner_text span {
		font-size: 60px;
		line-height: 80px;
		height: 80px;
	}

	.banner ul li.index_banner_about .banner_text h1 {
		font-size: 54px;
		line-height: 70px;
		height: 70px;
	}

	.banner ul li.index_banner_about .banner_text p {
		font-size: 24px;
		line-height: 40px;
	}

	.banner ul li.index_banner_about .banner_text p b::after {
		bottom: -1px;
	}

	/* index_banner_about-end */
}

@media screen and (max-width:450px) {
	.banner ul li .banner_wap {
		/* width: 150%; */
	}

	/* index_benner_01 */
	.banner ul li.index_banner_01 .banner_text h1 {
		font-size: 2rem;
		line-height: 1.3;
		line-height: 42px;
	}

	.banner ul li.index_banner_01 .banner_text h1 span::after {
		bottom: 1px;
	}

	.banner ul li.index_banner_01 .banner_text p {
		font-size: 18px;
		padding-right: 50px;
	}

	.banner ul li.index_banner_01 .banner_text p::after,
	.banner ul li.index_banner_01 .banner_text p::before {
		transform: scale(0.5);
	}

	.banner ul li.index_banner_01 .banner_text p::before {
		right: 12px;
		bottom: 18px;
	}

	.banner ul li.index_banner_01 .banner_text h1::before {
		transform: scale(0.4) translateX(0) translateY(0);
		top: 22px;
	}

	/* index_benner_01-end */

	/* index_benner_03 */
	.banner ul li.index_banner_03 .banner_text h1::after {
		width: 40px;
		height: 40px;
	}

	.banner ul li.index_banner_03 .banner_text h1::before {
		width: 191px;
		height: 30px;
		left: 50px;
	}

	.banner ul li.index_banner_03 .banner_text span {
		padding: 0 20px;
	}

	.banner ul li.index_banner_03 .banner_text span b {
		height: 40px;
		line-height: 40px;
	}

	.banner ul li.index_banner_03 .banner_text span strong {
		height: 40px;
		line-height: 40px;
	}

	.banner ul li.index_banner_03 .banner_text span b::after {
		bottom: 10px;
	}

	/* index_benner_03-end */

	/* index_benner_04 */
	.banner ul li.index_banner_04 .banner_text h1::after {
		width: 40px;
		height: 40px;
	}

	.banner ul li.index_banner_04 .banner_text h1::before {
		width: 195px;
		height: 30px;
		left: 50px;
	}

	.banner ul li.index_banner_04 .banner_text span {
		padding: 0 20px;
	}

	.banner ul li.index_banner_04 .banner_text span b {
		height: 40px;
		line-height: 40px;
	}

	.banner ul li.index_banner_04 .banner_text span strong {
		height: 40px;
		line-height: 40px;
	}

	.banner ul li.index_banner_04 .banner_text span b::after {
		bottom: 10px;
	}

	/* index_benner_04-end */


	/* index_benner_05 */
	.banner ul li.index_benner_05 .banner_text h1::after {
		width: 40px;
		height: 40px;
	}

	.banner ul li.index_benner_05 .banner_text h1::before {
		width: 195px;
		height: 30px;
		left: 50px;
	}

	.banner ul li.index_benner_05 .banner_text span {
		padding: 0 20px;
	}

	.banner ul li.index_benner_05 .banner_text span b {
		height: 40px;
		line-height: 40px;
	}

	.banner ul li.index_benner_05 .banner_text span strong {
		height: 40px;
		line-height: 40px;
	}

	.banner ul li.index_benner_05 .banner_text span b::after {
		bottom: 10px;
	}

	/* index_benner_04-end */

}

@media screen and (max-width:400px) {

	/* index_benner_01 */
	.banner ul li.index_banner_01 .banner_text h1 {
		font-size: 1.8rem;
		line-height: 1.3;
		line-height: 42px;
	}

	.banner ul li.index_banner_01 .banner_text h1 span::after {
		height: 6px;
	}

	.banner ul li.index_banner_01 .banner_text p {
		font-size: 16px;
		padding-bottom: 7px;
		padding-right: 40px;
	}

	.banner ul li.index_banner_01 .banner_text p::after,
	.banner ul li.index_banner_01 .banner_text p::before {
		transform: scale(0.4);
	}

	.banner ul li.index_banner_01 .banner_text p::before {
		right: 10px;
		bottom: 14px;
	}

	.banner ul li.index_banner_01 .banner_text p::after {
		bottom: 7px;
	}

	/* index_benner_01-end */

	/* index_banner_about */
	.banner ul li.index_banner_about .banner_text h1 i {
		transform: translateX(-100%) scale(0.38);
		top: -52px;
	}

	.banner ul li.index_banner_about .banner_text span {
		font-size: 50px;
		height: 70px;
		line-height: 70px;
	}

	.banner ul li.index_banner_about .banner_text h1 {
		font-size: 44px;
		height: 60px;
		line-height: 60px;
	}

	.banner ul li.index_banner_about .banner_text p {
		font-size: 22px;
		line-height: 32px;
		margin-top: 20px;
	}

	.banner ul li.index_banner_about .banner_text p b::after {
		bottom: -1px;
		height: 6px;
	}

	/* index_banner_about-end */
}

/* banner-end */


/*产品*/


.in_prod {
	background-image: url(../image/product_bj.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 900px;
	position: relative;
	overflow: hidden;
}

/* .in_prod::after {
	content: "";
	display: block;
	background-image: url(../image/product_en.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 80%;
	height: 260px;
	position: absolute;
	top: 18%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
} */


.in_prod .in_prod_list .hd {
	padding-top: 10%;
}

.in_prod .in_prod_list .hd em {
	font-size: 100px;
	font-family: "almmFM";
	padding-left: 84px;
	font-style: normal;
	display: block;
	text-transform: uppercase;
	opacity: 0.05 !important;
}

.in_prod .in_prod_list .hd ul {
	background: linear-gradient(to right, #0154ff, #4482ff);
	padding: 0px 40px 0px 80px;
	border-top-right-radius: 30px;
	display: inline-block;
	position: relative;
}

.in_prod .in_prod_list .hd ul li {
	float: left;
	padding: 22px 20px 22px 20px;
	color: #fff;
	height: 100%;
	position: relative;
	font-size: 22px;
	cursor: pointer;
}

.in_prod .in_prod_list .hd ul li.on {
	font-family: "almmFM";

}

.in_prod .in_prod_list .hd ul li::after {
	content: "";
	width: 0%;
	height: 4px;
	display: block;
	background: #ff7200;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.3s;
}

.in_prod .in_prod_list .hd ul li.on::after {
	width: 80%;
	transition: 0.3s;
}

.in_prod .in_prod_list .hd p {
	font-size: 66px;
	padding-left: 84px;
	font-family: "almmYB";	
}

.in_prod .in_prod_list .hd span {
	display: block;
	padding-left: 84px;
	padding-top: 30px;
	width: 27%;
	line-height: 28px;
	font-family: "almmFR";
	font-size: 18px;
}

.in_prod .in_prod_list .hd img {
	padding-left: 88px;
	padding-top: 24px;
	padding-bottom: 86px;
}

.in_prod .in_prod_list .bd {
	position: absolute;
	right: 0;
	top: 14%;
	transform-origin: right top;
}

.in_prod .in_prod_list .bd ul {
	transition: 0s;
}



.in_prod .in_prod_list .bd ul p {
	font-size: 140px;
	font-family: "almmFM";
	position: absolute;
	left: 5%;
	top: 5%;
	color: #fff;
	z-index: 0;
	display: inline-block;
}

.in_prod .in_prod_list .bd ul p::after {
	position: absolute;
	top: 28px;
	left: -36%;
	content: "";
	display: block;
	width: 200px;
	height: 64%;
	background: #fff;
	display: block;
	opacity: 0.2;
}

.in_prod .in_prod_list .bd ul img {
	margin: auto;
	z-index: 5;
}

.in_prod .in_prod_list .bd ul a::after {
	content: "";
	width: 0%;
	height: 0%;
	background: #ff4300;
	position: absolute;
	z-index: 0;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.8s;
	border-radius: 100%;
}

.in_prod .in_prod_list .bd ul a:hover::after {
	width: 100%;
	height: 100%;
	transition: 0.6s;
}

.in_prod .in_prod_list .bd ul a {
	overflow: hidden;
	transition: 0.3s;
	position: absolute;
	display: block;
	bottom: 10%;
	left: 6%;
	z-index: 4;
	width: 128px;
	height: 128px;
	border-radius: 100%;
	/* 旧版WebKit */
	background: -webkit-gradient(radial, center center, 0, center center, 100%, from(#ff4300), to(#ff7200));

	/* 新版WebKit */
	background: -webkit-radial-gradient(center, ellipse cover, #ff4300, #ff7200);

	/* Firefox */
	background: -moz-radial-gradient(center, ellipse cover, #ff4300, #ff7200);

	/* IE10+ */
	background: -ms-radial-gradient(center, ellipse cover, #ff4300, #ff7200);

	/* Opera */
	background: -o-radial-gradient(center, ellipse cover, #ff4300, #ff7200);

	/* 标准语法 */
	background: radial-gradient(ellipse at center, #ff4300, #ff7200);

	/* 回退颜色 */
	background-color: #ff7200;

}

.in_prod .in_prod_list .bd ul a i {
	display: block;
	font-size: 26px;
	text-align: center;
	color: #fff;
	font-style: normal;
	padding-top: 30px;
	font-family: "almmFM";
	position: relative;
	z-index: 1;
}

.in_prod .in_prod_list .bd ul a em {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-style: normal;
	font-size: 26px;
	font-family: "almmFM";
	opacity: 0.3;
	padding-left: 24px;
	position: relative;
	z-index: 1;
}

.in_prod .in_prod_list .bd ul a b {
	display: block;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	font-size: 26px;
	font-family: "almmFM";
	z-index: 1;
}



.in_prod .in_prod_list .bd ul dl {
	position: absolute;
	right: 10%;
	top: 60%;
	width: 25%;
}

.in_prod .in_prod_list .bd ul dl dt {}

.in_prod .in_prod_list .bd ul dl dt strong {
	font-size: 50px;
	font-family: "almmYB";
}

.in_prod .in_prod_list .bd ul dl dt i {
	font-size: 46px;
	font-family: "almmYB";
	text-transform: uppercase;
	font-style: normal;
	padding-left: 20px;
	opacity: 0.1;
}

.in_prod .in_prod_list .bd ul dl dd {
	margin-top: 8px;
	line-height: 26px;
	font-size: 18px;
	position: relative;
}

.in_prod .in_prod_list .bd ul dl dd::after {
	content: "";
	width: 10px;
	height: 10px;
	background: #0154ff;
	display: block;
	position: absolute;
	left: -8%;
	top: 14%;
}

.in_prod .in_prod_list .bd ul dl li {}

.in_prod .in_prod_list .bd ul dl li div {
	float: left;
	background: #000;
	width: 5px;
	height: 5px;
	margin-right: 14px;
	opacity: 0.2;
	margin-top: 20px;
}

@media screen and (max-width:1880px) {}

@media screen and (max-width:1780px) {
	.in_prod .in_prod_list .bd {
		right: -6%;
	}
}

@media screen and (max-width:1700px) {
	.in_prod .in_prod_list .bd ul dl dt strong {
		font-size: 40px;
	}

	.in_prod .in_prod_list .bd ul dl dt i {
		font-size: 36px;
	}
}

@media screen and (max-width:1550px) {
	.in_prod .in_prod_list .bd ul dl {
		width: 30%;
		right: 2%;
	}

	.in_prod .in_prod_list .bd {
		right: -8%;
		transform: scale(0.9);
	}

	.in_prod .in_prod_list .hd em {
		font-size: 80px;
	}
}

@media screen and (max-width:1450px) {
	.in_prod .in_prod_list .bd {
		transform: scale(0.8);
		top: 18%;
	}

	.in_prod .in_prod_list .hd {
		transform: scale(0.8);
		transform-origin: left;
	}
}

@media screen and (max-width:1330px) {
	.in_prod {
		height: auto;
		padding-bottom: 10%;
	}

	.in_prod .in_prod_list .bd {
		transform: scale(0.8);
	}

	.in_prod .in_prod_list .hd {
		top: 12%;
		transform: scale(0.8);
	}

	.in_prod .in_prod_list .bd ul span {
		top: 38%;
	}

	.in_prod .in_prod_list .bd ul img {
		width: 100%;
	}

	.in_prod .in_prod_list .bd ul dl {
		right: inherit;
		left: 86px;
		top: 54%;
		width: 40%;
	}

	.in_prod .in_prod_list .bd ul span {
		width: 40%;
	}



	.in_prod .in_prod_list .hd ul {}
}

@media screen and (max-width:1200px) {
	.in_prod .in_prod_list .bd ul {
		position: relative;
		right: -10%;
	}
}


@media screen and (max-width:1100px) {
	.in_prod .in_prod_list .bd {
		transform: scale(0.9);
		width: 100%;
		float: none;
		position: inherit;
		/* margin-top: 10%; */
		transform-origin: unset;
	}

	.in_prod .in_prod_list .hd span {
		width: 100%;
		/* padding-right: 10%; */
	}

	.in_prod .in_prod_list .bd ul p {
		left: 4%;
		top: 52%;
		font-size: 140px;
		display: none;
	}

	.in_prod .in_prod_list .bd ul {
		position: relative;
		right: 0%;
	}

	.in_prod .in_prod_list .hd img {
		height: 0;
		padding-bottom: 6px;
	}
}


@media screen and (max-width:900px) {
	.in_prod {}

	.in_prod .in_prod_list .bd ul a {
		left: 0%;
		right: 0;
		top: 100%;
		z-index: 6;
		margin: auto;
		transform: scale(0.6);
	}

	.in_prod {
		padding-bottom: 20%;
	}

	.in_prod .in_prod_list .bd ul dl {
		top: 82%;
		width: 80%;
	}

	.in_prod .in_prod_list .bd ul img {
		right: inherit;
		left: 84px;
		top: 40%;
	}

	.in_prod .in_prod_list .bd ul span {
		top: 31%;
		width: 80%;
		line-height: 24px;
	}

	.in_prod .in_prod_list .hd p {
		font-size: 56px;
	}

}

@media screen and (max-width:600px) {
	.in_prod .in_prod_list .hd p {
		font-size: 36px;
		padding-left: 42px;
	}

	.in_prod .in_prod_list .hd ul {
		padding: 0px 40px 0px 42px;
	}

	.in_prod .in_prod_list .bd ul dl {
		width: 80%;
		left: 42px;
	}

	.in_prod .in_prod_list .bd ul dl dd {
		font-size: 15px;
	}

	.in_prod .in_prod_list .bd ul dl dt strong {
		font-size: 30px;
	}

	.in_prod .in_prod_list .bd ul dl dt i {
		font-size: 26px;
	}

	.in_prod .in_prod_list .bd ul span {
		left: 42px;
	}

	.in_prod .in_prod_list .bd ul img {
		left: 62px;
	}

	.in_prod .in_prod_list .hd img {
		padding-left: 44px;
	}

	.in_prod .in_prod_list .hd em {
		padding-left: 42px;
	}

	.in_prod .in_prod_list .hd span {
		padding-left: 42px;
		font-size: 16px;
	}
}

@media screen and (max-width:540px) {

	.in_prod .in_prod_list .hd em {
		font-size: 60px;
	}

	.in_prod .in_prod_list .hd ul li {
		font-size: 16px;
		padding: 16px 14px 16px 14px;
	}

	.in_prod .in_prod_list .bd ul span {
		top: 27%;
		font-size: 13px;
	}

	.in_prod .in_prod_list .bd ul img {
		left: 32px;
	}

	.in_prod .in_prod_list .bd ul img {
		top: 38%;
	}

	.in_prod .in_prod_list .bd ul dl {
		top: 78%;
	}
}

/*产品结束*/


/*方案*/

.scheme {
	position: relative;
	background: #000;
	height: 900px;
	overflow: hidden;
}

.scheme .schemeBox {}

.scheme .schemeBox .scheme_nav {
	width: 880px;
	height: 164px;
	background: linear-gradient(to right, rgb(1 84 255 / 90%), rgb(68 130 255 / 90%));
	position: absolute;
	left: 4%;
	bottom: 0;
	color: #fff;
	padding-left: 60px;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	z-index: 9;
}

.scheme .schemeBox .scheme_nav .scheme_title {
	float: left;
}

.scheme .schemeBox .scheme_nav .scheme_title span {
	font-size: 26px;
	text-transform: uppercase;
	opacity: 0.2;
	font-family: "almmYB";
	display: block;
	padding-top: 42px;
}

.scheme .schemeBox .scheme_nav .scheme_title p {
	font-size: 46px;
	font-family: "almmFB";
	display: inline-block;
}

.scheme .schemeBox .scheme_nav ul {
	float: right;
	height: 100%;
}

.scheme .schemeBox .scheme_nav ul li {
	float: left;
	margin-right: 80px;
	position: relative;
	transition: 0.3s;
	height: 100%;
	cursor: pointer;
}

.scheme .schemeBox .scheme_nav ul li::after {
	content: "";
	width: 100%;
	height: 0px;
	display: block;
	background: #ff7200;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.3s;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.scheme .schemeBox .scheme_nav ul li.current::after {
	height: 10px;
	transition: 0.3s;
}

.scheme .schemeBox .scheme_nav ul li p {
	font-size: 36px;
	font-family: "almmYB";
	padding-top: 50px;
}

.scheme .schemeBox .scheme_nav ul li span {
	display: block;
	font-family: "almmFR";
	text-align: right;
	font-size: 24px;
}

.scheme .bd {
	position: relative;
}

.scheme .bd .scheme_img {
	height: 100%;
	display: block;
}

.scheme .bd ul dl {
	position: absolute;
	right: 4%;
	top: 10%;
	width: 400px;
}

.scheme .bd ul dl dt ul li {
	color: #fff;
	border: 1px solid #ccc;
	padding: 30px;
	border-radius: 14px;
	transition: 0.3s;
	position: relative;
	float: left;
	width: 116px;
	height: 116px;
	margin-right: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}

.scheme .bd ul dl dt ul li:nth-child(2n) {
	margin-right: 0;
}

.scheme .bd ul dl dt ul li.cur {
	border: 1px solid #0154ff;
	transition: 0.3s;
}

.scheme .bd ul dl dt ul li::before {
	content: "";
	background: url(../image/yt.png) no-repeat;
	width: 73px;
	height: 73px;
	display: block;
	position: absolute;
	right: -34px;
	top: -34px;
	z-index: 5;
	opacity: 0;
	transition: 0.3s;
}

.scheme .bd ul dl dt ul li.cur::before {
	opacity: 1;
	transition: 0.3s;
}

.scheme .bd ul dl dt ul li::after {
	content: "";
	background: linear-gradient(to top, #0154ff, #4482ff);
	width: 100%;
	height: 0%;
	position: absolute;
	top: 0%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
	transition: 0.3s;
	border-radius: 14px;
}

.scheme .bd ul dl dt ul li.cur::after {
	height: 100%;
	transition: 0.3s;
}

.scheme .bd ul dl dt ul li i {
	display: block;
	position: relative;
	z-index: 1;
	margin: auto;
}

.scheme .bd ul dl dt ul li i img {
	height: 30px;
}

.scheme .bd ul dl dt ul li p {
	font-size: 28px;
	font-family: "almmYB";
	padding-top: 30px;
	position: relative;
	z-index: 1;
}

.scheme .bd ul dl dt ul li span {
	font-size: 12px;
	font-family: "almmYR";
	text-transform: uppercase;
	opacity: 0.4;
	position: relative;
	z-index: 1;
}

.scheme .bd ul dl dd {
	position: absolute;
	left: -90%;
	top: 0%;
	display: block;
	width: 300px;
	opacity: 1;
	transition: 0.3s;
	z-index: 999;
}

.scheme .bd ul dl dd:hover {
	opacity: 1;
	transition: 0.3s;
}

.scheme .bd ul dl dd p {
	background: rgb(51 51 51 / 83%);
	padding: 20px;
	font-size: 14px;
	color: #fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	line-height: 24px;
}

.scheme .bd ul dl dd ul {
	overflow: hidden;
}

.scheme .bd ul dl dd ul img {
	display: block;
}

.scheme .scheme_yd {
	position: absolute;
	right: 5%;
	bottom: 8%;
}

.scheme .scheme_yd a {
	border: 1px solid #999;
	position: relative;
	z-index: 5;
	color: #fff;
	width: 50px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
	transition: 0.3s;
}

.scheme .scheme_yd a:hover {
	background: #ff7200;
	border: 1px solid #ff7200;
	transition: 0.3s;
}

@media screen and (min-width:800px) and (max-width:1700px) {
	.scheme .bd ul dl {
		width: 370px;
	}

	.scheme .bd ul dl dt ul li {
		width: 6vw;
		height: auto;
		padding: 26px;
	}

	.scheme .bd ul dl dt ul li p {
		font-size: 1.3vw;
		padding-top: 20px;
	}

	.scheme .bd ul dl dt ul li span {
		font-size: 0.6vw;
	}

	.scheme .bd ul dl dd {
		width: 18.75vw;
	}

	.scheme .bd ul dl dd p {
		font-size: 12px;
	}

	.scheme {
		height: 740px;
	}

	.scheme .schemeBox .scheme_nav {
		width: 55vw;
		height: 11vw;
		transform: scale(0.8) !important;
		transform-origin: left bottom;
	}

	.scheme .schemeBox .scheme_nav .scheme_title p {
		font-size: 3vw;
	}

	.scheme .schemeBox .scheme_nav ul li p {
		font-size: 2.25vw;
		padding-top: 3.125vw;
	}

	.scheme .schemeBox .scheme_nav ul li span {
		font-size: 1.5vw;
	}

	.scheme .schemeBox .scheme_nav .scheme_title span {
		font-size: 1.625vw;
		padding-top: 3vw;
	}
}

@media screen and (min-width:800px) and (max-width:1400px) {
	.scheme .bd ul dl dt ul li {
		background: rgb(0 0 0 / 50%);
		margin-right: 20px;
	}

	.scheme .bd ul dl dt ul li:last-child {
		margin-right: 0 !important;
	}

	.scheme .bd ul dl dt ul li:nth-child(2n) {
		margin-right: 20px;
	}

	.scheme .bd ul dl {
		position: absolute;
		left: 4%;
		margin: auto;
		width: auto;
	}

	.scheme .bd ul dl .hd ul {}

	.scheme .bd ul dl dd {
		top: 100%;
		left: 0%;
		width: 49vw;
	}

	.scheme .bd ul dl dd img {
		width: 40%;
		float: left;
	}

	.scheme .schemeBox .scheme_nav ul {
		width: 60%;
	}

	.scheme .schemeBox .scheme_nav ul li {
		margin-right: 20%;
	}

	.scheme .schemeBox .scheme_nav ul li:last-child {
		margin-right: 0;
	}

	.scheme .bd ul dl dd p {
		width: 50%;
		float: right;

		border-radius: 0;
	}

	.scheme .scheme_yd {
		background: rgb(0 0 0 / 43%);
	}
}

@media screen and (max-width:800px) {
	.scheme .bd .scheme_img {
		margin-left: -30%;
	}

	.scheme .bd ul dl dt ul li i {
		padding-top: 6px;
	}

	.scheme .bd ul dl {
		width: 370px;
	}

	.scheme .bd ul dl dt ul li {
		padding: 4% !important;
		width: 20%;
		height: auto;
		padding: 26px;
		margin-right: 7%;
		text-align: center;
	}

	.scheme .bd ul dl dd {
		width: 100%;
	}

	.scheme .bd ul dl dt ul li:nth-child(2n) {
		margin-right: 7% !important;
	}

	.scheme .bd ul dl dt ul li:nth-child(3n) {
		margin-right: 0px !important;
	}

	.scheme .bd ul dl dt ul li p {
		font-size: 16px;
		padding-top: 20px;
	}

	.scheme .bd ul dl dt ul li span {
		font-size: 1.4vw;
	}

	.scheme .bd ul dl dd img {
		float: left;

	}

	.scheme .bd ul dl dd p {
		font-size: 12px;
		float: left;
		width: 50%;
		border-radius: 0%;
	}

	.scheme .schemeBox .scheme_nav {
		width: 100%;
		height: 16vw;
		left: 0;
		padding-left: 10%;
		border-radius: 0;
	}

	.scheme .schemeBox .scheme_nav .scheme_title p {
		font-size: 4vw;
	}

	.scheme .schemeBox .scheme_nav ul {
		width: 60%;
	}

	.scheme .schemeBox .scheme_nav ul li {
		margin-right: 20%;
	}

	.scheme .schemeBox .scheme_nav ul li:last-child {
		margin-right: 0;
	}

	.scheme .schemeBox .scheme_nav ul li p {
		font-size: 3vw;
		padding-top: 3.125vw;
	}

	.scheme .schemeBox .scheme_nav ul li span {
		font-size: 2vw;
	}

	.scheme .schemeBox .scheme_nav .scheme_title span {
		font-size: 2vw;
		padding-top: 3vw;
	}

	.scheme .bd ul dl dt ul li {
		background: rgb(0 0 0 / 50%);
	}

	.scheme .bd ul dl dt ul li:nth-child(2n) {
		margin-right: 30px;
	}

	.scheme .bd ul dl {
		position: absolute;
		left: 4%;
		margin: auto;
		width: auto;
	}

	.scheme .bd ul dl .hd ul {}

	.scheme .bd ul dl dd {
		top: 100%;
		left: 0%;
	}

	.scheme .bd ul dl dd img {
		height: auto;
	}

	.scheme .bd ul dl dd {
		display: none;
	}

	.scheme .scheme_yd {
		background: rgb(0 0 0 / 43%);
		bottom: 18%;
	}
}

@media screen and (max-width:500px) {
	.scheme .schemeBox .scheme_nav .scheme_title p {
		font-size: 6vw;
	}

	.scheme .schemeBox .scheme_nav .scheme_title span {
		font-size: 4vw;
		padding-top: 5vw;
	}

	.scheme .schemeBox .scheme_nav {
		height: 22vw;
	}

	.scheme .schemeBox .scheme_nav ul li p {
		padding-top: 6.4vw;
		font-size: 4vw;
	}

	.scheme .schemeBox .scheme_nav ul li span {
		font-size: 3vw;
	}

	.scheme .schemeBox .scheme_nav ul {
		width: 60%;
	}

	.scheme .schemeBox .scheme_nav ul li {
		margin-right: 14%;
	}

	.scheme .bd ul dl dt ul li i img {
		width: 20px;
	}
}

/*方案结束*/


/*应用*/
.application {
	position: relative;
}

.application_title {
	position: absolute;
	left: 4%;
	top: 28%;
	z-index: 9;
	color: #fff;
}

.application_title p {
	font-size: 90px;
	font-family: "almmFB";
	text-shadow: 10px 10px 10px rgb(0 0 0 / 46%);
}

.application_title span {
	display: block;
	font-size: 46px;
	font-family: "almmFB";
	line-height: 60px;
	margin-top: 20px;
	text-shadow: 5px 6px 10px rgb(0 0 0 / 46%);
}

.application_title em {
	display: block;
	font-size: 46px;
	font-family: "almmFB";
	font-style: normal;
	text-transform: uppercase;
	margin-top: 20px;
	opacity: 0.3;
	text-shadow: 10px 10px 10px rgb(0 0 0 / 46%);
}

.application_Box {
	overflow: hidden;
}

.application_Box .hd {
	position: absolute;
	right: 0;
	top: 22%;
	z-index: 9;
}

.application_Box .hd ul {}

.application_Box .hd ul li {
	color: #fff;
	text-align: right;
	width: 477px;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
	padding-right: 80px;
	transition: 0.3s;
	position: relative;

}

.application_Box .hd ul li.on {
	padding-top: 12px;
	padding-bottom: 12px;
	transition: 0.3s;
}

.application_Box .hd ul li::before {
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: linear-gradient(to right, rgb(255 255 255 / 0%), rgb(255 255 255 / 100%));
}

.application_Box .hd ul li.on::before {
	display: none;
}

.application_Box .hd ul li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../image/applist.png) right no-repeat;
	width: 0%;
	height: 100%;
	transition: 0.3s;
}

.application_Box .hd ul li.on::after {
	width: 100%;
	transition: 0.3s;
}

.application_Box .hd ul li p {
	position: relative;
	z-index: 1;
	font-size: 28px;
	font-family: "almmFB";
	transition: 0.3s;
}

.application_Box .hd ul li.on p {
	font-size: 32px;
	transition: 0.3s;
}

.application_Box .bd {}

.application_Box .bd ul {
	transition: 0s !important;
}

.application_Box .bd ul img {
	width: 100%;
	display: block;
	transition: 0s;

}

@media screen and (max-width:1700px) {
	.application_title p {
		font-size: 5.625vw;
	}

	.application_title span {
		font-size: 2.875vw;
		line-height: 3.75vw;
	}

	.application_title em {
		font-size: 2.875vw;
	}

	.application_Box .hd ul li {
		width: auto;
		padding-left: 80px;
	}

	.application_Box .hd ul li p {
		font-size: 1.75vw;
	}

	.application_Box .hd ul li.on p {
		font-size: 2vw;
	}

	.application_Box .hd ul li {
		height: 5vw;
		line-height: 5vw;
	}

	.application_Box .hd {
		top: 18%;
	}

	.application_title {
		top: 24%;
	}
}

@media screen and (max-width:800px) {
	.application_Box .bd img {
		width: 300% !important;
		margin-left: -80%;
	}

	.application_Box .hd ul li {
		float: left;
		width: 50%;
		padding-top: 6px !important;
		padding-bottom: 6px !important;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		background: rgb(0 0 0 / 20%);
	}

	.application_Box .hd ul li::before {
		background: #fff;
		height: 1px;
	}

	.application_Box .hd ul li p {
		font-size: 3vw;
	}

	.application_Box .hd {
		top: auto;
		bottom: 0%;
		left: 0;
		right: auto;
		width: 100%;
	}

	.application_Box .hd ul li.on p {
		font-size: 3vw;
	}

	.application_title p {
		font-size: 10vw;
	}

	.application_title span {
		font-size: 6vw;
		line-height: 7.75vw;
	}

	.application_title em {
		margin-top: 2vw;
	}
}

/*应用结束*/


/*关于我们*/
.about {
	background-image: url(../image/about.jpg);
	background-size: 100% 100%;
	background-position: right;
	height: 1441px;
	position: relative;
}

.about_title {
	position: absolute;
	top: 24%;
	right: 16%;
}

.about_title br {
	display: none;
}

.about_title em {
	font-size: 30px;
	text-transform: uppercase;
	font-style: normal;
	font-family: "almmYB";
	opacity: 0.1;
}

.about_title p {
	font-size: 40px;
	font-family: "almmYR";
}

.about_title span {
	font-size: 60px;
	font-family: "almmFB";
	display: block;
	padding-top: 10px;
	position: relative;
}

.about_title span i {
	color: #0054ff;
	font-style: normal;
	font-family: "almmFM";
}

.about_title a {
	display: block;
	padding-top: 30px;
	font-size: 26px;
	font-family: "almmYR";
	color: #000;
}

@media screen and (max-width:1200px) {
	.about {
		background-position: 40%;
		background-image: url(../image/about1.jpg);
		background-size: auto 120%;
		height: 700px;
	}

	.about_title {
		transform: scale(0.8);
		left: 4%;
		width: 100%;
		top: 10%;
		text-align: right;
	}

	.about_title span {
		font-size: 80px;
		line-height: 68px !important;
		display: block;
	}
}

@media screen and (max-width:1000px) {


	.about_title span::after {
		top: -77px;
		left: -52%;
	}

	.about_title span {
		font-size: 4.75vw;
		line-height: 4.75vw !important;
	}

	.about_title p {
		font-size: 4vw;
	}

	.about_title em {
		font-size: 3.875vw;
	}

	.about_title a {
		font-size: 2.625vw;
	}
}

@media screen and (max-width:800px) {
	.about_title p {
		font-size: 7.4vw;
	}

	.about_title span {
		font-size: 7vw;
		line-height: 54px !important;
		display: block;
	}

	.about_title a {
		font-size: 4.6vw;
	}

	.about_title br {
		display: block;
	}
}

@media screen and (max-width:800px) {
	.about_title span {
		font-size: 40px;
		line-height: 54px !important;
		display: block;
	}
}

/*关于我们结束*/

/*新闻*/
.news {
	width: 88%;
	margin: auto;
	margin-top: 160px;
}

.news .news_nav {}

.news .news_nav .news_nav_01 {
	float: left;
}

.news .news_nav .news_nav_01 p {
	font-size: 66px;
	font-family: "almmYB";
	float: left;
}

.news .news_nav .news_nav_01 em {
	font-size: 66px;
	font-family: "almmYB";
	font-style: normal;
	padding-left: 30px;
	opacity: 0.1;
}

.news .news_nav .news_nav_02 {
	float: right;
}

.news .news_nav .news_nav_02 ul {}

.news .news_nav .news_nav_02 ul li {
	float: left;
	margin-left: 70px;
	padding-top: 22px;
}

.news .news_nav .news_nav_02 ul li a {
	font-size: 26px;
	color: #000;
}

.news .news_nav .news_nav_02 ul li.current a {
	font-family: "almmYB";
	border-bottom: 6px solid #0154ff;
}

/* tabcon */
.news .tabcon {
	position: relative;
	/*必要元素*/
	/* 	height: 769px;
	overflow: hidden; */
}

.news .tabcon .subbox {
	/* position: absolute; */
	/*必要元素*/
	left: 0;
	top: 0;
	width: 100%;
}

.news .news_list_nr {
	margin-top: 80px;
}

.news .news_list_nr .sublist {}

.news .news_list_nr .sublist .news_list_01 {
	position: relative;
	width: 56%;
	height: 769px;
	float: left;
	overflow: hidden;
}

.news .news_list_nr .sublist .news_list_01 i {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 769px;
}

.news .news_list_nr .sublist .news_list_01 i img {
	width: 120%;
	display: inline-block;
}

.news .news_list_nr .sublist .news_list_01 .news_list_01_nr {
	position: absolute;
	z-index: 1;
	width: 503px;
	height: 377px;
	background: rgb(1 84 255 / 85%);
	right: 0;
	bottom: 0;
	padding: 0px 60px;
}

.news .news_list_nr .sublist .news_list_01 .news_list_01_nr dl {
	color: #fff;
	padding-top: 60px;
}

.news .news_list_nr .sublist .news_list_01 .news_list_01_nr dl dd {
	font-size: 40px;
	font-family: "almmYB";
	display: block;
	float: left;
}

.news .news_list_nr .sublist .news_list_01 .news_list_01_nr dl dt {
	float: left;
	font-size: 20px;
	font-family: "almmYR";
	padding-top: 20px;
	padding-left: 10px;
}

.news .news_list_nr .sublist .news_list_01 .news_list_01_nr dl em {
	float: right;
	padding-top: 20px;
	font-style: normal;
	font-size: 20px;
	display: block;
	position: relative;
}

.news .news_list_nr .sublist .news_list_01 .news_list_01_nr dl em::after {
	content: "";
	position: absolute;
	right: -60px;
	bottom: -4px;
	width: 0px;
	height: 6px;
	background: #ff7200;
	transition: 0.3s;
}

.news .news_list_nr .sublist .news_list_01:hover .news_list_01_nr dl em::after {
	width: 140px;
	transition: 0.3s;
}

.news .news_list_nr .sublist .news_list_01 .news_list_01_nr p {
	font-size: 34px;
	color: #fff;
	font-family: "almmYB";
	padding-top: 50px;
}

.news .news_list_nr .sublist .news_list_01 .news_list_01_nr span {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	margin-top: 14px;
}

.news .news_list_nr .sublist .news_list_02 {
	float: right;
	width: 40%;
}

.news .news_list_nr .sublist .news_list_02 ul {}

.news .news_list_nr .sublist .news_list_02 ul li {}

.news .news_list_nr .sublist .news_list_02 ul li:nth-child(1) p {
	padding-top: 55px;
}

.news .news_list_nr .sublist .news_list_02 ul li p {
	font-size: 28px;
	font-family: "almmYB";
	color: #000;
	padding-top: 80px;
}

.news .news_list_nr .sublist .news_list_02 ul li span {
	display: block;
	font-size: 16px;
	color: #333;
	padding-top: 10px;
	line-height: 23px;
}

.news .news_list_nr .sublist .news_list_02 ul li dl {
	margin-top: 30px;
	border-bottom: 2px #ccc solid;
	height: 44px;
	line-height: 44px;
}

.news .news_list_nr .sublist .news_list_02 ul li:hover dl {
	background: #0154ff;
	border-bottom: #0154ff;
}

.news .news_list_nr .sublist .news_list_02 ul li dl dd {
	float: left;
	color: #999;
	font-size: 20px;
	font-family: "almmYB";
}

.news .news_list_nr .sublist .news_list_02 ul li dl dt {
	float: right;
	font-size: 20px;
	color: #999;
	font-family: "almmYR";
}

.news .news_list_nr .sublist .news_list_02 ul li:hover dl dd {
	color: #fff;
	padding-left: 20px;
}

.news .news_list_nr .sublist .news_list_02 ul li:hover dl dt {
	color: #fff;
	padding-right: 20px;
}

@media screen and (max-width:1650px) {
	.news .news_list_nr .sublist .news_list_01 i img {
		width: auto;
		height: 100%;
	}
}

@media screen and (max-width:1450px) {
	.news .news_list_nr .sublist .news_list_02 ul li p {
		font-size: 22px;
	}

	.news .news_list_nr .sublist .news_list_02 ul li span {
		font-size: 14px;
	}

	.news .news_list_nr .sublist .news_list_02 ul li dl dd {
		font-size: 16px;
	}

	.news .news_list_nr .sublist .news_list_02 ul li dl dt {
		font-size: 16px;
	}

	.news .news_list_nr .sublist .news_list_01 .news_list_01_nr p {
		font-size: 28px;
	}

	.news .news_list_nr .sublist .news_list_01 .news_list_01_nr span {
		font-size: 14px;
	}

	.news .news_list_nr .sublist .news_list_01 {
		height: 740px;
	}
}

@media screen and (max-width:1350px) {
	.news .news_nav .news_nav_02 ul li a {
		font-size: 20px;
	}

	.news .news_nav .news_nav_01 p {
		font-size: 56px;
	}

	.news .news_nav .news_nav_01 em {
		font-size: 56px;
	}

	.news .news_list_nr .sublist .news_list_02 ul li p {
		padding-top: 40px;
		font-size: 22px;
	}

	.news .news_list_nr .sublist .news_list_02 ul li span {
		font-size: 14px;
	}

	.news .news_list_nr .sublist .news_list_01 {
		width: 100%;
		float: none;
	}

	.news .news_list_nr .sublist .news_list_01 i img {
		width: 130% !important;
		height: auto !important;
	}

	.news .news_list_nr .sublist .news_list_02 {
		width: 100%;
	}
}

@media screen and (max-width:880px) {

	.news {
		margin-top: 80px;
	}

	.news .news_nav .news_nav_01 p {
		font-size: 36px;
	}

	.news .news_nav .news_nav_01 em {
		font-size: 36px;
	}

	.news .news_list_nr .sublist .news_list_01 {
		height: 600px;
	}

	.news .news_list_nr .sublist .news_list_01 i img {
		height: 100% !important;
		width: auto !important;
	}

	.news .news_list_nr .sublist .news_list_01 .news_list_01_nr {
		width: 100%;
		padding: 0;
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.news .news_list_nr .sublist .news_list_01 .news_list_01_nr p {
		font-size: 20px;
		padding-left: 40px;
		padding-top: 20px;
	}

	.news .news_list_nr .sublist .news_list_01 .news_list_01_nr span {
		font-size: 12px;
		line-height: 22px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.news .news_list_nr .sublist .news_list_01 .news_list_01_nr dl {
		padding-top: 0px;
	}

	.news .news_list_nr .sublist .news_list_01 .news_list_01_nr dl dt {
		font-size: 14px;
		padding-top: 16px;
	}

	.news .news_list_nr .sublist .news_list_01 .news_list_01_nr dl dd {
		padding-left: 40px;
		font-size: 30px;
	}

	.news .news_list_nr .sublist .news_list_01 .news_list_01_nr dl em {
		padding-right: 40px;
		font-size: 14px;
		padding-top: 16px;
	}

	.news .news_nav .news_nav_02 {
		float: left;
	}
	.news .news_nav .news_nav_01{
		width: 100%;
	}

	.news .news_nav .news_nav_02 ul li {
		margin-left: 0px;
		margin-right: 38px;
	}

	.news .news_nav .news_nav_02 ul li:last-child {
		margin-right: 0px;
	}

	.news .news_list_nr .sublist .news_list_02 ul li p {
		font-size: 18px;
	}

	.news .news_list_nr .sublist .news_list_02 ul li span {
		font-size: 12px;
		line-height: 20px;
	}

	.news .news_list_nr .sublist .news_list_02 ul li dl {
		margin-top: 10px;
	}

	.news .news_list_nr .sublist .news_list_02 ul li dl dd {
		font-size: 14px;
	}

	.news .news_list_nr .sublist .news_list_02 ul li dl dt {
		font-size: 14px;
	}

	.news .news_list_nr {
		margin-top: 30px;
	}

	.news .news_nav .news_nav_02 ul li a {
		font-size: 16px;
	}
}

/*新闻结束*/

/*底部*/
.footer {
	background: #eee;
	margin-top: 160px;
	padding-top: 80px;
	padding-bottom: 80px;
}

.footer .footer_nav {}

.footer .footer_nav ul {
	float: left;
	margin-right: 160px;
}

.footer .footer_nav ul em {
	display: block;
	font-size: 14px;
	font-family: "almmYB";
	font-style: normal;
	text-transform: uppercase;
	opacity: 0.2;
}

.footer .footer_nav ul p {
	font-size: 34px;
	font-family: "almmYB";
	margin-bottom: 26px;
}

.footer .footer_nav ul li {
	margin-bottom: 14px;
}

.footer .footer_nav ul li a {
	color: #000;
}

.footer .footer_nav .footer_lx {
	float: right;
	text-align: right;
}

.footer .footer_nav .footer_lx p {
	font-size: 40px;
	font-family: "almmYB";
}

.footer .footer_nav .footer_lx span {
	display: block;
	font-size: 24px;
	font-family: "almmYR";
	padding-top: 20px;
	line-height: 36px;
}

.footer .footer_nav .footer_lx img {
	display: block;
	margin-top: 40px;
	float: right;
}

.footer .footer_ly {
	margin-top: 100px;
}

.footer .footer_ly p {
	font-size: 44px;
	font-family: "almmYB";
	float: left;
}

.footer .footer_ly .form-horizontal {}

.footer .footer_ly .form-horizontal ul {
	float: right;
	margin-top: 22px;
}

.footer .footer_ly .form-horizontal ul li {
	float: left;
	margin-right: 30px;
}

.footer .footer_ly .form-horizontal ul li input {
	height: 78px;
	width: 353px;
	border-radius: 10px;
	font-size: 16px;
	text-indent: 30px;
}

.footer .footer_ly .form-horizontal .footer_ly_an {
	height: 78px;
	background: #0154ff;
	padding: 0px 50px;
	color: #fff;
	font-size: 20px;
	border-radius: 10px;
	cursor: pointer;
}

.footer .footer_ly .form-horizontal .footer_ly_an:hover {
	background: #ff7200;
}

.footer_xx {
	background: #eee;
	border-top: 1px #ccc solid;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer_xx img {
	display: block;
	float: left;
}

.footer_xx p {
	float: right;
	display: block;
	padding-top: 10px;
}

.footer_xx p a{
	color: #000;
}

@media screen and (max-width:1910px) {
	.footer .footer_ly .form-horizontal ul {}

	.footer .footer_ly .form-horizontal ul li {
		width: 19vw;
	}

	.footer .footer_ly .form-horizontal ul li input {
		width: 100%;
	}
}

@media screen and (max-width:1720px) {
	.footer .footer_ly .form-horizontal ul li {
		width: 15vw;
	}
}

@media screen and (max-width:1200px) {
	.footer {
		margin-top: 80px;
	}

	.footer .footer_nav ul {
		margin-right: 14%;
	}

	.footer .footer_nav ul:nth-child(3) {
		margin-right: 0;
	}

	.footer .footer_nav ul p {
		font-size: 28px;
	}

	.footer .footer_nav ul em {
		font-size: 12px;
	}

	.footer .footer_nav ul li a {
		font-size: 14px;
	}

	.footer .footer_nav ul li {
		margin-bottom: 6px;
	}

	.footer .footer_ly .form-horizontal ul {
		width: 100%;
	}

	.footer .footer_ly .form-horizontal ul li {
		width: 21vw;
		margin-right: 20px;
	}


	.footer_xx p {
		width: 100%;
		margin-top: 10px;
	}

	.footer .footer_ly p {
		font-size: 36px;
	}
}

@media screen and (max-width:800px) {
	.footer .footer_nav .footer_lx {
		float: left;
		text-align: left;
		margin-top: 40px;
		width: 100%;
	}

	.footer .footer_nav .footer_lx p {
		font-size: 30px;
	}

	.footer .footer_nav .footer_lx span {
		font-size: 18px;
		line-height: 26px;
		padding-top: 10px;
	}

	.footer .footer_nav .footer_lx img {
		float: left;
	}

	.footer .footer_ly .form-horizontal ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.footer .footer_ly .form-horizontal .footer_ly_an {
		width: 100%;
	}
}

/*底部结束*/

.scheme_application {
	overflow: hidden;
}

.scheme_application ul {}

.scheme_application ul li:first-child {
	margin-left: 0px;
}

.scheme_application ul li::after {
	content: "";
	position: absolute;
	background: #0754f2;
	width: 0%;
	left: 0;
	bottom: 0;
	height: 10px;
	transition: 0.3s;
}

.scheme_application ul li.current::after {
	width: 100%;
	transition: 0.3s;
}

.scheme_application ul li {
	width: 33%;
	float: left;
	border: 1px #999 solid;
	cursor: pointer;
	position: relative;
}

.scheme_application ul li span {
	display: block;
	float: left;
	padding-left: 50px;
	padding-top: 40px;
	padding-bottom: 46px;
}

.scheme_application ul li span i {
	display: block;
	font-size: 78px;
	font-family: "almmYB";
	font-style: normal;
	opacity: 0.1;
}

.scheme_application ul li span em {
	display: block;
	font-size: 20px;
	font-style: normal;
	text-transform: uppercase;
	opacity: 0.1;
	font-family: "almmYB";
}

.scheme_application ul li p {
	float: right;
	font-size: 52px;
	font-family: "almmFB";
	padding-top: 50px;
	padding-right: 50px;
}

/* 五、多列左右滚动演示 */

.domo-pic-scroll-lr {
	width: 100%;
	height: 457px;
	position: relative;
	float: right;
	margin-top: 50px;
}

.domo-pic-scroll-lr .sTempWrap {
	transform: translateX(28%) scale(1);
	position: absolute !important;
}

.domo-pic-scroll-lr .conts dd {
	float: left;
	text-align: center;
	width: 457px;
	height: 457px;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	text-align: center;
	color: #317bac;
	border-radius: 8px;
	vertical-align: top;
	margin-right: 50px;
	overflow: hidden;
}

.domo-pic-scroll-lr .conts dd .s1 {
	width: 457px;
	height: 457px;
	position: relative;
}

.domo-pic-scroll-lr .conts dd a {
	color: #000;
	background: #fff;
	display: block;
	padding: 20px 30px;
	font-size: 30px;
	font-family: "almmFB";
	position: absolute;
	right: 4%;
	bottom: 4%;
	font-style: normal;
	border-radius: 8px;
}

.domo-pic-scroll-lr .conts dd:hover a {
	color: #fff;
	background: #0754f2;
	text-decoration: none;
}

.domo-pic-scroll-lr .textList {
	text-align: center;
	height: 40px;
	line-height: 20px;
	padding: 0px 15px;
	color: #1eb4e5;
	font-size: 12px;
	overflow: hidden;
}

.domo-pic-scroll-lr .textList .pageNav {
	line-height: 20px;
	color: #1eb4e5;
}

.domo-pic-scroll-lr .textList .pageNav font {
	font-size: 14px;
	padding: 0 5px;
	line-height: 20px;
	color: #b2d5ed;
	font-style: italic;
}

.domo-pic-scroll-lr .textList .pageNav .current {
	font-size: 18px;
	padding-right: 8px;
}

.domo-pic-scroll-lr .prev,
.domo-pic-scroll-lr .next {
	z-index: 1;
	position: absolute;
	margin-top: -25px;
	display: block;
	width: 72px;
	height: 72px;
	line-height: 72px;
	font-size: 42px;
	color: #fff;
	background: #e9e9e9;
	text-align: center;
}

.domo-pic-scroll-lr .prev {
	left: 0px;
	background: #e9e9e9;
}

.domo-pic-scroll-lr .prev:hover,
.domo-pic-scroll-lr .next:hover {
	background: #0754f2;
	color: #fff;
}

.domo-pic-scroll-lr .next {
	left: 78px;
	background: #e9e9e9;
}

.domo-pic-scroll-lr .tabs {
	width: 100%;
	height: 11px;
	line-height: 11px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.domo-pic-scroll-lr .tabs ul {
	text-align: center;
	height: 11px;
}

.domo-pic-scroll-lr .tabs ul li {
	line-height: 999px;
	width: 11px;
	height: 11px;
	border-radius: 11px;
	margin: 0 5px;
	cursor: pointer;
	background: #b2d5ed;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	overflow: hidden;
}

.domo-pic-scroll-lr .tabs ul .current {
	background: #4ad585 !important;
}



.scroll-lr-an {
	position: relative;
	left: 6%;
	top: 72%;
}

.scroll-lr-title {
	float: left;
	padding-left: 6%;
}

.scroll-lr-title i {
	display: block;
	font-size: 40px;
	font-style: normal;
	padding-top: 80px;
}

.scroll-lr-title p {
	font-size: 60px;
	font-family: "almmFB";
	position: relative;
	display: inline-block;
	padding-top: 4px;
}

.scroll-lr-title p::after {
	content: "";
	display: block;
	position: absolute;
	right: 4px;
	bottom: -6px;
	background-color: #0754f2;
	width: 114px;
	height: 10px;
}

.scroll-lr-title em {
	display: block;
	font-size: 40px;
	font-style: normal;
	font-family: "almmFB";
	text-transform: uppercase;
	padding-top: 20px;
	opacity: 0.1;
}

.scheme_map {
	position: relative;
	top: -124px;
	color: #fff;
	z-index: 99;
}

.scheme_map .scheme_map_title {
	float: left;
	background: #0754f2;
	padding-left: 4%;
	border-top-right-radius: 40px;
}

.scheme_map .scheme_map_title i {
	float: left;
	display: block;
	height: 120px;
	line-height: 150px;
	margin-right: 30px;
}

.scheme_map .scheme_map_title i img {
	width: 40px;
}

.scheme_map .scheme_map_title p {
	float: left;
	font-size: 58px;
	font-family: "almmFB";
	line-height: 120px;
	margin-right: 20px;
}

.scheme_map .scheme_map_title em {
	float: left;
	display: block;
	line-height: 120px;
	font-size: 48px;
	font-style: normal;
	font-family: "almmFB";
	text-transform: uppercase;
	margin-right: 40px;
	opacity: 0.2;
}

.scheme_map .scheme_map_title_xt {
	position: relative;
}

.scheme_map .scheme_map_title_xt i {
	display: block;
	width: 260px;
	height: 10px;
	background: #ff7200;
	position: relative;
	z-index: 1;
}

.scheme_map .scheme_map_title_xt em {
	display: block;
	width: 100%;
	height: 10px;
	background: #d0d0d0;
	position: absolute;
	top: 0;
}

.scheme_map ul {
	float: left;
	padding-top: 48px;
	padding-left: 60px;
}

.scheme_map ul img {
	width: 16px;
	float: left;
	padding-right: 20px;
}

.scheme_map ul p {
	font-size: 20px;
	float: left;
	color: #aaa;
}

.scheme_map ul li {
	font-size: 20px;
	float: left;
	color: #aaa;
}

.scheme_map ul li a {
	font-size: 20px;
	float: left;
	color: #aaa;
	padding-right: 10px;
	padding-left: 10px;
}

.scheme_map li strong {
	font-weight: normal;
}

.scheme_map li:last-child strong {
	display: none;
}

.scheme_prod {
	margin-top: 120px;
	overflow: hidden;
}

.scheme_prod .scheme_prod_title {
	background: #0754f2;
	padding-top: 80px;
	padding-bottom: 120px;
}

.scheme_prod .scheme_prod_title p {
	font-size: 46px;
	font-family: "almmFB";
	color: #fff;
	display: block;
	float: left;
}

.scheme_prod .scheme_prod_title em {
	color: #fff;
	display: block;
	float: left;
	font-size: 42px;
	font-family: "almmYB";
	text-transform: uppercase;
	font-style: normal;
	opacity: 0.2;
	margin-left: 30px;
}

.scheme_prod .scheme_prod_title a {
	display: block;
	float: right;
	font-size: 36px;
	color: #fff;
	border: 1px #fff solid;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}

.scheme_prod .scheme_prod_title a:hover {
	background: #ff7200;
	border: 1px #ff7200 solid;
	border-radius: 10px;
}

.scheme_prod .scheme_prod_nr ul {
	margin-top: -70px;
	padding-bottom: 8%;
}

.scheme_prod .scheme_prod_nr ul li {
	background: #fff;
	padding: 3%;
	border-radius: 30px;
	position: relative;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
	overflow: hidden;
	margin-bottom: 60px;
}

.scheme_prod .scheme_prod_nr ul li::after {
	content: "";
	background: #0754f2;
	height: 200%;
	width: 0px;
	position: absolute;
	top: -30px;
	bottom: 0;
	left: 0;
	z-index: 0;
	transition: 0.3s;
}

.scheme_prod .scheme_prod_nr ul li:hover::after {
	width: 400px;
	transition: 0.3s;
	transform: rotate(-10deg);
}

.scheme_prod .scheme_prod_nr ul li i {
	display: block;
	width: 30%;
	height: 430px;
	overflow: hidden;
	border-radius: 24px;
	float: left;
	margin-right: 4%;
	position: relative;
	z-index: 1;
}

.scheme_prod .scheme_prod_nr ul li i img {
	height: 100%;
	position: absolute;
	left: -10%;
}

.scheme_prod .scheme_prod_nr ul li>p {
	font-size: 40px;
	font-weight: bold;
	font-family: "almmYB";
	padding-top: 4%;
}

.scheme_prod .scheme_prod_nr ul li>p strong {
	color: #0754f2;
	font-family: "almmYB";
}

.scheme_prod .scheme_prod_nr ul li span {
	font-size: 20px;
	padding-top: 10px;
	display: block;
}

.scheme_prod .scheme_prod_nr ul li dl {
	display: block;
	float: left;
	width: 60%;
	margin-top: 50px;
}

.scheme_prod .scheme_prod_nr ul li dl dd {
	display: block;
	font-size: 30px;
	font-family: "almmYB";
	float: left;
}

.scheme_prod .scheme_prod_nr ul li dl dt {
	font-size: 24px;
	display: block;
	float: left;
	padding-top: 4px;
	padding-left: 20px;
	font-family: "almmFR";
}

.scheme_prod .scheme_prod_nr ul li .prod_list_yy {
	display: block;
	float: left;
	width: 60%;
	margin-top: 30px;
}

.scheme_prod .scheme_prod_nr ul li .prod_list_yy p {
	font-size: 30px;
	font-family: "almmYB";
	float: left;
}

.scheme_prod .scheme_prod_nr ul li .prod_list_yy em {
	font-size: 30px;
	font-family: "almmYB";
	text-transform: uppercase;
	font-style: normal;
	float: left;
	padding-left: 10px;
	opacity: 0.1;
}

.scheme_prod .scheme_prod_nr ul li .prod_list_yy>b {
	float: left;
	border: 1px #ccc solid;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 18px;
	margin-right: 20px;
	margin-top: 10px;
	font-family: "almmFL";
}

.scheme_prod .scheme_prod_nr ul li .prod_list_yy .prod_list_yy_02 {
	display: none;
}

.scheme_prod .scheme_prod_nr ul li:hover .prod_more a {
	padding: 40px 30px;
}

.scheme_prod .scheme_prod_nr ul li .clear {
	display: none;
}

.scheme_prod .scheme_prod_nr ul li .prod_list_yy .clear {
	display: block;
}

.scheme_prod .scheme_prod_nr .prod_more a {
	position: absolute;
	bottom: 0;
	right: 4%;
	background: #0754f2;
	padding: 30px 30px;
	text-align: center;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.scheme_prod .scheme_prod_nr .prod_more p {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.scheme_prod .scheme_prod_nr .prod_more em {
	color: #fff;
	font-style: normal;
	font-size: 26px;
	font-family: "almmYB";
	opacity: 0.1;
}

.scheme_prod .scheme_prod_nr .prod_more a::after {
	content: "";
	width: 131px;
	height: 341px;
	background: url(../image/prod_list_d.png);
	position: absolute;
	right: 4%;
	bottom: 120%;
}

@media screen and (max-width:1600px) {
	.scheme_prod .scheme_prod_nr .prod_more a::after {
		display: none;
	}

	.scheme_prod .scheme_prod_nr .prod_more a {
		right: 0;
		border-top-right-radius: 0px;
	}

	.scheme_prod .scheme_prod_nr .prod_more p {
		float: left;
		padding-right: 10px;
	}

	.scheme_prod .scheme_prod_nr .prod_more em {
		font-size: 21px;
	}

}

@media screen and (max-width:1400px) {
	.scheme_prod .scheme_prod_nr ul li .prod_list_yy {
		width: 64%;
	}

	.scheme_prod .scheme_prod_nr ul li i img {
		left: -20%;
	}

	.scheme_prod .scheme_prod_nr ul li {
		padding: 6%;
	}

	.scheme_prod .scheme_prod_nr .prod_more p {
		padding-right: 0px;
	}
}

@media screen and (max-width:1260px) {
	.scheme_prod .scheme_prod_nr .prod_nr_map ul {
		left: 400px;
		top: -64px;
	}

	.scheme_prod .scheme_prod_nr .prod_nr_map dl {
		padding: 30px 60px 30px 60px;
		top: -101px;
	}

	.scheme_prod .scheme_prod_nr .prod_nr_map dl em {
		font-size: 30px;
	}

	.scheme_prod .scheme_prod_nr .prod_nr_map dl p {
		font-size: 30px;
	}

	.scheme_prod .scheme_prod_nr ul li i {
		width: 100%;
	}

	.scheme_prod .scheme_prod_nr ul li i img {
		left: 0%;
		width: 100%;
		height: auto;
	}

	.scheme_prod .scheme_prod_nr ul li .prod_list_yy {
		width: 100%;
		padding-bottom: 14%;
	}

	.scheme_prod .scheme_prod_nr ul li .clear {
		display: block;
	}

	.scheme_prod .scheme_prod_nr ul li dl {
		width: 100%;
	}

	.scheme_prod .scheme_prod_nr ul li dl dt {
		width: 100%;
		padding-left: 0px;
	}

	.scheme_prod .scheme_prod_nr .prod_class ul li a {
		font-size: 24px;
	}

	.banner ul li a {}

	.banner ul li a img {
		/* width: 140%; */
	}

	.scheme_prod .scheme_prod_nr .prod_class ul li.active a::after {
		left: 24%;
	}

}

@media screen and (max-width:860px) {
	.scheme_prod .scheme_prod_nr ul li i img {
		left: 0%;
		height: 100%;
		width: auto;
	}

	.scheme_prod .scheme_prod_nr ul li>p {
		font-size: 28px;
		padding-top: 10%;
	}

	.scheme_prod .scheme_prod_nr ul li span {
		font-size: 16px;
	}

	.scheme_prod .scheme_prod_nr ul li dl dd {
		font-size: 22px;
	}

	.scheme_prod .scheme_prod_nr ul li dl dt {
		font-size: 16px;
	}

	.scheme_prod .scheme_prod_nr ul li .prod_list_yy b {
		font-size: 16px;
	}

	.scheme_prod .scheme_prod_nr ul li .prod_list_yy p {
		font-size: 22px;
	}

	.scheme_prod .scheme_prod_nr ul li .prod_list_yy em {
		font-size: 28px;
	}

	.scheme_prod .scheme_prod_nr .prod_more a {
		width: 100%;
		left: 0;
		padding: 14px 0px;
		border-top-left-radius: 0px;
		position: inherit;
		display: inline-block;
		border-radius: 10px;
	}

	.scheme_prod .scheme_prod_nr .prod_more p {
		padding-left: 20px;
		padding-right: 10px;
	}

	.scheme_prod .scheme_prod_nr .prod_more em {
		float: left;
	}

	.scheme_prod .scheme_prod_nr ul li .prod_list_yy .prod_list_yy_01 {
		display: none;
	}

	.scheme_prod .scheme_prod_nr ul li .prod_list_yy .prod_list_yy_02 {
		display: block;
	}

	.scheme_prod .scheme_prod_nr ul li::after {
		display: none;
	}

	.scheme_prod .scheme_prod_nr ul li:hover .prod_more a {
		padding: 20px 0px;
	}

	.scheme_prod .scheme_prod_nr .prod_class ul li a {
		font-size: 20px;
	}

	.scheme_prod .scheme_prod_nr .prod_nr_map ul {
		left: 340px;
	}

	.scheme_prod .scheme_prod_nr .prod_nr_map ul img {
		width: 12px;
	}

	.scheme_prod .scheme_prod_nr .prod_nr_map ul p {
		font-size: 14px;
	}

	.scheme_prod .scheme_prod_nr .prod_nr_map ul li {
		font-size: 14px;
	}

	.scheme_prod .scheme_prod_nr .prod_nr_map ul li a {
		font-size: 14px;
	}

	.scheme_prod .scheme_prod_nr .prod_class ul li.active a::after {
		left: 20%;
	}

	.banner ul li a img {
		/* width: 200%; */
	}

	.scheme_prod .scheme_prod_nr .prod_nr_map ul {
		left: 0px;
		top: -70px;
	}

	.scheme_prod .scheme_prod_nr .prod_nr_map dl {
		padding: 30px 60px 30px 10px;
		top: -150px;
		background: none;
	}

	.scheme_prod .scheme_prod_nr .prod_nr_map dl p {
		font-size: 22px;
	}

	.scheme_prod .scheme_prod_nr .prod_nr_map dl em {
		font-size: 22px;
	}

	.scheme_prod .scheme_prod_nr .prod_nr_map ul img {
		width: 10px;
		padding-left: 10px;
		margin-right: 12px;
	}

	.scheme_prod .scheme_prod_nr .prod_nr_map ul li a {
		font-size: 12px;
	}

	.scheme_prod .scheme_prod_nr .prod_nr_map ul li {
		font-size: 12px;
	}

	.scheme_prod .scheme_prod_nr .prod_nr_map ul p {
		font-size: 12px;
	}
}

@media screen and (max-width:560px) {
	.scheme_prod .scheme_prod_nr .prod_nr_map dl {
		top: -138px;
	}

	.banner ul li a img {
		width: 300%;
	}

	.scheme_prod .scheme_prod_nr .prod_class ul li a {
		font-size: 16px;
	}

	.scheme_prod .scheme_prod_nr ul li i {
		height: 280px;
	}

	.scheme_prod .scheme_prod_nr ul li>p {
		font-size: 20px;
	}

	.scheme_prod .scheme_prod_nr ul li span {
		font-size: 14px;
		margin-bottom: 24px;
	}

	.scheme_prod .scheme_prod_nr ul li dl dd {
		font-size: 20px;
	}

	.scheme_prod .scheme_prod_nr ul li dl dt {
		font-size: 14px;
	}

	.scheme_prod .scheme_prod_nr ul li .prod_list_yy {
		display: none;
	}

	.scheme_prod .scheme_prod_nr ul li .prod_list_yy p {
		font-size: 20px;
	}

	.scheme_prod .scheme_prod_nr ul li .prod_list_yy em {
		font-size: 20px;
	}

	.scheme_prod .scheme_prod_nr ul li .prod_list_yy b {
		font-size: 12px;
	}

	.scheme_prod .scheme_prod_nr .prod_more p {
		font-size: 16px;
	}

	.scheme_prod .scheme_prod_nr .prod_more em {
		font-size: 16px;
	}

	.scheme_prod .scheme_prod_nr ul li dl {
		display: none;
	}

	.scheme_prod .scheme_prod_nr ul {
		margin-top: -90px;
	}
}


.process {
	overflow: hidden;
}

.process .process_title {
	text-align: center;
}

.process .process_title dl {
	position: relative;
	display: inline-block;
}

.process .process_title dl dd {
	font-size: 66px;
	font-family: "almmFB";
	position: relative;
	z-index: 1;
}

.process .process_title dl dt {
	content: "";
	background: #0056ff;
	position: absolute;
	right: 2px;
	bottom: 0;
	width: 260px;
	height: 10px;
}

.process .process_title em {
	font-size: 46px;
	font-family: "almmFB";
	display: block;
	font-style: normal;
	opacity: 0.1;
	padding-top: 10px;
}

.process .process_title_nr {}

.process .process_title_nr.process_title_nr_02 {
	display: none;
}

.process .process_title_nr ul {
	width: 88%;
	margin: auto;
	position: relative;
	margin-top: 40px;
	margin-bottom: 80px;
}

.process .process_title_nr ul li {

	/* 旧版WebKit (Safari 4+, Chrome 1-9) */
	background: -webkit-gradient(linear, left top, left bottom, from(#0083ff), to(#0054ff));

	/* 旧版WebKit (Safari 5.1+, Chrome 10+) */
	background: -webkit-linear-gradient(left, #0083ff, #0054ff);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(left, #0083ff, #0054ff);

	/* IE10+ */
	background: -ms-linear-gradient(left, #0083ff, #0054ff);

	/* Opera 11.10+ */
	background: -o-linear-gradient(left, #0083ff, #0054ff);

	/* 标准语法 */
	background: linear-gradient(to right, #0083ff, #0054ff);

	/* 为不支持渐变的浏览器设置回退颜色 */
	background-color: #0054ff;

	width: 29%;
	position: relative;
	float: left;
	margin-right: 6%;
	margin-bottom: 4%;
}

.process .process_title_nr ul li:nth-child(3n) {
	margin-right: 0px;
}

.process .process_title_nr ul li i {
	display: inline-block;
	font-size: 72px;
	font-family: "almmYB";
	font-style: normal;
	color: #fff;
	padding-left: 50px;
	padding-top: 36px;
}

.process .process_title_nr ul li p {
	font-size: 42px;
	font-family: "almmFB";
	color: #fff;
	padding-left: 50px;
	padding-top: 20px;
}

.process .process_title_nr ul li em {
	display: block;
	color: #fff;
	padding-left: 50px;
	font-size: 22px;
	font-style: normal;
	text-transform: uppercase;
	font-family: "almmFM";
	opacity: 0.2;
	padding-top: 6px;
	padding-bottom: 44px;
}

.process .process_title_nr ul li .process_01 {
	width: 62px;
	position: absolute;
	right: 50px;
	top: 44px;
}

.process .process_title_nr ul li .process_02 {
	position: absolute;
	bottom: -4px;
	right: 50px;
}

.process .process_title_nr ul li:nth-child(1)::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-left: 16px solid #0054ff;
	border-bottom: 16px solid transparent;
	display: block;
	position: absolute;
	right: -16px;
	top: 56px;
}

.process .process_title_nr ul li:nth-child(2)::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-left: 16px solid #0054ff;
	border-bottom: 16px solid transparent;
	display: block;
	position: absolute;
	right: -16px;
	top: 56px;
}

.process .process_title_nr ul li:nth-child(2)::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-left: 16px solid #fff;
	border-bottom: 16px solid transparent;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 80px;
}

.process .process_title_nr ul li:nth-child(3)::after {
	content: "";
	width: 0;
	height: 0;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
	border-top: 16px solid #0054ff;
	display: block;
	position: absolute;
	right: 67px;
	bottom: -16px;
}

.process .process_title_nr ul li:nth-child(3)::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-left: 16px solid #fff;
	border-bottom: 16px solid transparent;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 80px;
}

.process .process_title_nr ul li:nth-child(6)::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-right: 16px solid #0084ff;
	border-bottom: 16px solid transparent;
	display: block;
	position: absolute;
	left: -16px;
	bottom: 80px;
}

.process .process_title_nr ul li:nth-child(6)::after {
	content: "";
	width: 0;
	height: 0;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
	border-top: 16px solid #fff;
	display: block;
	position: absolute;
	right: 67px;
	top: 0px;
}

.process .process_title_nr ul li:nth-child(5)::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-right: 16px solid #fff;
	border-bottom: 16px solid transparent;
	display: block;
	position: absolute;
	right: 0px;
	top: 56px;
}

.process .process_title_nr ul li:nth-child(5)::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-right: 16px solid #0084ff;
	border-bottom: 16px solid transparent;
	display: block;
	position: absolute;
	left: -16px;
	bottom: 80px;
}

.process .process_title_nr ul li:nth-child(4)::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-right: 16px solid #fff;
	border-bottom: 16px solid transparent;
	display: block;
	position: absolute;
	right: 0px;
	top: 56px;
}

.process .process_title_nr ul li::before {
	content: "";
}

@media screen and (max-width:1780px) {
	.process .process_title dl dd {
		font-size: 56px;
	}

	.process .process_title em {
		font-size: 36px;
	}
}

@media screen and (max-width:1580px) {
	.process .process_title_nr ul li .process_01 {
		width: 52px;
	}

	.process .process_title_nr ul li .process_02 {
		width: 52px;
		bottom: 50px;
	}
}

@media screen and (max-width:1380px) {
	.process .process_title_nr ul li p {
		font-size: 32px;
	}

	.process .process_title_nr ul li em {
		font-size: 18px;
	}

	.process .process_title_nr ul li .process_02 {
		width: 38px;
		bottom: 50px;
	}

	.process .process_title_nr ul li i {
		font-size: 52px;
	}

	.process .process_title_nr ul li .process_01 {
		width: 38px;
	}
}

@media screen and (max-width:1280px) {
	.process .process_title_nr ul li p {
		font-size: 26px;
		padding-left: 30px;
	}

	.process .process_title_nr ul li em {
		font-size: 18px;
		padding-left: 30px;
	}

	.process .process_title_nr ul li .process_02 {
		width: 38px;
		bottom: 40px;
		right: 30px;
	}

	.process .process_title_nr ul li i {
		font-size: 42px;
		padding-left: 30px;
	}

	.process .process_title_nr ul li .process_01 {
		width: 38px;
		right: 30px;
	}

	.process .process_title_nr ul li:nth-child(1)::after {
		content: "";
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-left: 10px solid #0054ff;
		border-bottom: 10px solid transparent;
		display: block;
		position: absolute;
		right: -8px;
		top: 56px;
	}

	.process .process_title_nr ul li:nth-child(2)::after {
		content: "";
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-left: 10px solid #0054ff;
		border-bottom: 10px solid transparent;
		display: block;
		position: absolute;
		right: -8px;
		top: 56px;
	}

	.process .process_title_nr ul li:nth-child(2)::before {
		content: "";
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-left: 10px solid #fff;
		border-bottom: 10px solid transparent;
		display: block;
		position: absolute;
		left: 0px;
		bottom: 75px;
	}

	.process .process_title_nr ul li:nth-child(3)::after {
		content: "";
		width: 0;
		height: 0;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-top: 10px solid #0054ff;
		display: block;
		position: absolute;
		right: 42px;
		bottom: -8px;
	}

	.process .process_title_nr ul li:nth-child(3)::before {
		content: "";
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-left: 10px solid #fff;
		border-bottom: 10px solid transparent;
		display: block;
		position: absolute;
		left: 0px;
		bottom: 75px;
	}

	.process .process_title_nr ul li:nth-child(6)::before {
		content: "";
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-right: 10px solid #0084ff;
		border-bottom: 10px solid transparent;
		display: block;
		position: absolute;
		left: -8px;
		bottom: 80px;
	}

	.process .process_title_nr ul li:nth-child(6)::after {
		content: "";
		width: 0;
		height: 0;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-top: 10px solid #fff;
		display: block;
		position: absolute;
		right: 42px;
		top: 0px;
	}

	.process .process_title_nr ul li:nth-child(5)::after {
		content: "";
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-right: 10px solid #fff;
		border-bottom: 10px solid transparent;
		display: block;
		position: absolute;
		right: 0px;
		top: 50px;
	}

	.process .process_title_nr ul li:nth-child(5)::before {
		content: "";
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-right: 10px solid #0084ff;
		border-bottom: 10px solid transparent;
		display: block;
		position: absolute;
		left: -8px;
		bottom: 75px;
	}

	.process .process_title_nr ul li:nth-child(4)::after {
		content: "";
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-right: 10px solid #fff;
		border-bottom: 10px solid transparent;
		display: block;
		position: absolute;
		right: 0px;
		top: 50px;
	}

}

@media screen and (max-width:1180px) {
	.process .process_title_nr.process_title_nr_01 {
		display: none;
	}

	.process .process_title_nr.process_title_nr_02 {
		display: block;
	}

	.process .process_title_nr ul li {
		width: 100%;
		margin-right: 0%;
		height: 70px;
	}

	.process .process_title_nr ul li::before {
		display: none !important;
	}

	.process .process_title_nr ul li::after {
		display: none !important;
	}

	.process .process_title_nr ul li i {
		float: left;
		padding-top: 0px;
		line-height: 70px;
		font-size: 32px;
	}

	.process .process_title_nr ul li p {
		float: left;
		padding-top: 0px;
		line-height: 70px;
	}

	.process .process_title_nr ul li em {
		float: left;
		display: none;
	}

	.process .process_title_nr ul li .process_02 {
		display: none;
	}

	.process .process_title_nr ul li .process_01 {
		top: 0;
		bottom: 0;
		right: 30px;
		margin: auto;
	}
}

@media screen and (max-width:1180px) {
	.process .process_title_nr ul li .process_01 {
		width: 28px;
	}

	.process .process_title_nr ul li p {
		font-size: 20px;
	}

	.process .process_title_nr ul li i {
		font-size: 28px;
	}

	.process .process_title dl dd {
		font-size: 46px;
	}

	.process .process_title em {
		font-size: 26px;
	}
}

@media screen and (max-width:980px) {
	.process {
		margin-top: 30px;
		margin-bottom: 60px;
	}

	.process .process_title dl dd {
		font-size: 36px;
	}

	.process .process_title dl dt {
		width: 140px;
		height: 6px;
	}

	.process .process_title_nr ul {
		margin-top: 24px;
		margin-bottom: 0px;
	}
}

@media screen and (max-width:580px) {
	.process .process_title dl dd {
		font-size: 30px;
	}

	.process .process_title em {
		font-size: 20px;
	}

	.process .process_title dl dt {
		width: 140px;
		height: 6px;
	}
}

.fa_message {
	overflow: hidden;
	/* 旧版WebKit (Safari 4+, Chrome 1-9) */
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));

	/* 旧版WebKit (Safari 5.1+, Chrome 10+) */
	background: -webkit-linear-gradient(top, #eee, #fff);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #eee, #fff);

	/* IE10+ */
	background: -ms-linear-gradient(top, #eee, #fff);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #eee, #fff);

	/* 标准语法 */
	background: linear-gradient(to bottom, #eee, #fff);

	/* 为不支持渐变的浏览器设置回退颜色 */
	background-color: #eee;
	padding-bottom: 240px;
}

.fa_message .fa_message_title {
	position: relative;
	padding-top: 120px;
}

.fa_message .fa_message_title p {
	font-size: 46px;
	font-family: "almmFB";
}

.fa_message .fa_message_title dl {
	position: relative;
	display: inline-block;
}

.fa_message .fa_message_title dl dd {
	font-size: 56px;
	font-family: "almmFR";
	position: relative;
	z-index: 1;
	display: inline-block;
}

.fa_message .fa_message_title dl dt {
	display: block;
	background: #0054ff;
	width: 330px;
	height: 10px;
	z-index: 0;
	position: absolute;
	right: 2px;
	bottom: 4px;
}

.fa_message .fa_message_title em {
	display: block;
	font-size: 86px;
	position: absolute;
	right: 0;
	top: 158px;
	font-style: normal;
	font-family: "almmFB";
	text-transform: uppercase;
	opacity: 0.1;
}

.fa_message .fa_message_nr {
	margin-top: 60px;
}

.fa_message .fa_message_nr form {}

.fa_message .fa_message_nr form ul {}

.fa_message .fa_message_nr form ul li {
	width: 32%;
	height: 60px;
	float: left;
	margin-right: 2%;
}

.fa_message .fa_message_nr form ul li input {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	text-indent: 20px;
	font-size: 18px;
}

.fa_message .fa_message_nr form ul li textarea {
	font-size: 18px;
}

.fa_message .fa_message_nr form ul li:nth-child(3) {
	margin-right: 0;
}

.fa_message .fa_message_nr form ul li:nth-child(4) {
	width: 100%;
	height: 300px;
	margin-top: 2%;
}

.fa_message .fa_message_nr form ul li textarea {
	width: 100%;
	height: 100%;
	text-indent: 20px;
	padding-top: 20px;
	border-radius: 15px;
}

.fa_message .fa_message_nr form ul .cust_post1 {
	width: 300px;
	background: #0054ff;
	height: 80px;
	font-size: 26px;
	color: #fff;
	margin-top: 4%;
	position: absolute;
	right: 0;
	border-top-left-radius: 30px;
}

.fa_message .fa_message_nr form ul .cust_post1:hover{
	background: #ff4300;
	cursor: pointer;
}

.domo-pic-scroll-lr .conts dd .s1 i img {
	height: 100%
}

@media screen and (max-width:1580px) {
	.index_banner_01 .index_banner_01_title p strong {
		font-size: 80px;
	}

	.scheme_map .scheme_map_title em {
		font-size: 38px;
	}

	.scheme_map .scheme_map_title p {
		font-size: 48px;
	}

	.scheme_map .scheme_map_title i img {
		width: 30px;
	}

	.scheme_map .scheme_map_title i {
		line-height: 140px;
	}

	.scheme_application ul li p {
		font-size: 32px;
	}

	.scheme_application ul li span i {
		font-size: 58px;
	}

	.scheme_application ul li span em {
		font-size: 14px;
		display: block;
	}

	.domo-pic-scroll-lr {
		height: 400px;
	}

	.domo-pic-scroll-lr .conts dd {
		width: 400px;
		height: 400px;
		margin-right: 40px;
	}

	.domo-pic-scroll-lr .conts dd .s1 {
		width: 400px;
		height: 400px;
		overflow: hidden;
	}

	.domo-pic-scroll-lr .conts dd .s1 i {}

	.domo-pic-scroll-lr .conts dd .s1 i img {
		height: 100%;
	}
}

@media screen and (max-width:1380px) {

	.fa_message .fa_message_title em {
		font-size: 66px;
		top: 148px;
	}

	.fa_message .fa_message_title dl dd {
		font-size: 46px;
	}

	.fa_message .fa_message_title p {
		font-size: 36px;
	}

	.fa_message .fa_message_title dl dt {
		width: 270px;
	}

	.domo-pic-scroll-lr .conts dd {
		width: 340px;
		height: 340px;
		margin-right: 30px;
	}

	.domo-pic-scroll-lr .conts dd .s1 {
		width: 340px;
		height: 340px;
		overflow: hidden;
	}

	.scroll-lr-title i {
		font-size: 30px;
		padding-top: 40px;
	}

	.scroll-lr-title p {
		font-size: 50px;
	}

	.scroll-lr-title p::after {
		width: 94px;
	}

	.scroll-lr-title em {
		font-size: 24px;
	}

	.domo-pic-scroll-lr .prev,
	.domo-pic-scroll-lr .next {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.domo-pic-scroll-lr .next {
		left: 58px;
	}

	.scroll-lr-an {
		top: 60%;
	}

	.scheme_map ul li a {
		font-size: 14px;
	}

	.scheme_map ul p {
		font-size: 14px;
	}

	.scheme_map ul {
		position: absolute;
		top: -94px;
		left: 0;
		font-size: 14px;
	}

	.scheme_map li {
		font-size: 14px !important;
	}

	.scheme_map ul img {
		width: 12px;
	}

	.scheme_application ul li span em {
		position: absolute;
		left: 50px;
		bottom: 36px;
		font-size: 12px;
	}

}

@media screen and (max-width:1180px) {
	.domo-pic-scroll-lr {
		height: auto;
	}

	.domo-pic-scroll-lr .sTempWrap {
		transform: translateX(0%) scale(1);
		position: relative !important;
		padding-top: 40px;
	}

	.scroll-lr-an {
		top: 19.5%;
		left: auto;
		right: 160px;
		position: absolute;
	}

	.domo-pic-scroll-lr {
		margin-top: 30px;
	}
}

@media screen and (max-width:980px) {
	.scheme_application ul li p{
		font-size: 18px !important;
	}
	.scroll-lr-an {
		top: 90px;
		right: 134px;
	}

	.domo-pic-scroll-lr .prev {
		left: 12px;
	}

	.domo-pic-scroll-lr .prev,
	.domo-pic-scroll-lr .next {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 30px;
	}

	.domo-pic-scroll-lr .conts dd {
		width: 260px;
		height: 260px;
		margin-right: 30px;
	}

	.domo-pic-scroll-lr .conts dd .s1 {
		width: 260px;
		height: 260px;
		overflow: hidden;
	}

	.domo-pic-scroll-lr .conts dd a {
		font-size: 20px;
		padding: 14px 26px
	}

	.scheme_application ul li span em {
		display: none;
	}

	.scheme_application ul li span {
		padding: 14px 0px;

	}

	.scheme_application ul li span i {
		display: inline-block;
		font-size: 40px;
	}

	.scheme_application ul li p br {
		display: none;
	}

	.scheme_application ul li {
		text-align: right;
		padding: 0px 4%;
		width: 25%;
	}

	.scheme_application ul li p {
		font-size: 24px;
		padding: 24px 0px;

	}

	.scheme_application ul li::after {
		height: 6px;
	}

	.scroll-lr-title p {
		font-size: 30px;
	}

	.scroll-lr-title i {
		font-size: 18px;
	}

	.scroll-lr-title em {
		font-size: 18px;
		padding-top: 10px;
	}

	.scroll-lr-title p::after {
		width: 54px;
		height: 6px;
		bottom: -4px;
	}

	.domo-pic-scroll-lr .next {
		right: 0;
	}

	.scheme_prod {
		margin-top: 100px;
	}

	.fa_message .fa_message_title em {
		display: none;
	}

	.fa_message .fa_message_nr {
		margin-top: 30px;
	}

	.fa_message .fa_message_title {
		padding-top: 80px;
	}

	.fa_message {
		padding-bottom: 210px;
	}
}

@media screen and (max-width:880px) {
	.scheme_prod{
		margin-top: 80px;
	}
	.domo-pic-scroll-lr .sTempWrap{
		padding-top: 24px;
	}
	.scheme_prod .scheme_prod_title p {
		font-size: 36px;
	}

	.scheme_prod .scheme_prod_title em {
		font-size: 32px;
	}

	.scheme_prod .scheme_prod_title a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 26px;
	}

	.domo-pic-scroll-lr {
		margin-top: 0px;
	}

	.scheme_application ul li p {
		font-size: 18px;
	}

	.scheme_application ul li span i {
		font-size: 34px;
	}

	.scheme_application ul li {}

	.domo-pic-scroll-lr .conts dd {
		width: 220px;
		height: 220px;
		margin-right: 30px;
	}

	.domo-pic-scroll-lr .conts dd .s1 {
		width: 220px;
		height: 220px;
		overflow: hidden;
	}

	.domo-pic-scroll-lr .conts dd a {
		font-size: 16px;
		padding: 12px 24px
	}

}

@media screen and (max-width:780px) {
	.fa_message .fa_message_nr form ul li {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 16px;
	}

	.fa_message .fa_message_nr form ul .cust_post1 {
		width: 200px;
		font-size: 24px;
	}
}

@media screen and (max-width:580px) {
	.sublist_canshu span{
		font-size: 70px !important;
	}
	.fa_message .fa_message_title dl dd {
		font-size: 36px;
	}

	.fa_message .fa_message_title p {
		font-size: 26px;
	}

	.fa_message .fa_message_title dl dt {
		width: 212px;
		height: 6px;
	}

	.fa_message .fa_message_title {
		padding-top: 70px;
	}


	.scheme_prod .scheme_prod_title p {
		font-size: 30px;
		float: none;
	}

	.scheme_prod .scheme_prod_title em {
		font-size: 28px;
		display: block;
		float: none;
		margin-left: 0px;
		margin-top: 10px;
	}

	.scheme_prod .scheme_prod_title a {
		position: absolute;
		right: 0;
		top: 8px;
		px;
	}

	.scroll-lr-an {
		top: 90px;
		right: 128px;
	}

	.domo-pic-scroll-lr .prev {
		left: 12px
	}

	.scroll-lr-an {}

	.domo-pic-scroll-lr .next {}

	.domo-pic-scroll-lr .conts dd {
		width: 140px;
		height: 140px;
		margin-right: 20px;
	}

	.domo-pic-scroll-lr .conts dd .s1 {
		width: 140px;
		height: 140px;
		overflow: hidden;
	}

	.domo-pic-scroll-lr .conts dd a {
		font-size: 12px;
		padding: 10px 20px
	}

	.scheme_application ul li {
		width: 41%;
	}

	.scheme_application ul li p {
		font-size: 18px;
		padding: 24px 0px;
	}

	.scheme_application ul li::after {
		height: 6px;
	}
}

/*内页关于我们*/
.nr_about {
	background-image: url(../image/nr_about_bj.jpg);
	background-size: 100% 100%;
	padding: 120px 0px;
	overflow: hidden;
}

.nr_about .w88 {}

.nr_about .nr_about_left {
	width: 70%;
	float: left;
	color: #fff;
}

.nr_about .nr_about_left>p {
	font-size: 80px;
	font-family: "almmFM";
	float: left;
}

.nr_about .nr_about_left dl {
	float: left;
	position: relative;
	display: inline-block;
	padding-top: 24px;
	padding-left: 24px;
}

.nr_about .nr_about_left dl dd {
	font-size: 50px;
	position: relative;
	z-index: 1;
	display: inline-block;
}

.nr_about .nr_about_left dl dd br {
	display: none;
}

.nr_about .nr_about_left dl dt {
	position: absolute;
	right: 0;
	bottom: 6px;
	background: #ff7200;
	width: 400px;
	height: 8px;
	z-index: 0;
	display: inline-block;
}

.nr_about .nr_about_left em {
	display: block;
	font-style: inherit;
	font-size: 25px;
	text-transform: uppercase;
	margin-top: 6px;
	opacity: 0.2;
}

.nr_about .nr_about_left span {
	display: block;
	margin-top: 30px;
	line-height: 48px;
	font-size: 22px;
}

.nr_about .nr_about_left span p {
	font-family: "almmFL";
}

.nr_about .nr_about_right {
	float: right;
}

.nr_about .nr_about_right ul {}

.nr_about .nr_about_right ul li {
	color: #fff;
	text-align: right;
	margin-bottom: 40px;
}

.nr_about .nr_about_right ul li p {
	font-size: 142px;
	font-family: "almmFM";
	color: #fff;
	position: relative;
	padding-right: 24px;
	text-align: right;
	margin-right: 31px;
}

.nr_about .nr_about_right ul li:last-child p {
	padding-right: 0px;
	margin-right: 0px;
	text-transform: uppercase;
}

.nr_about .nr_about_right ul li p i {
	display: block;
	float: right;
	font-family: "almmFM";
	font-size: 42px;
	font-style: normal;
	position: absolute;
	bottom: 28px;
	right: -30px;
}

.nr_about .nr_about_right ul li p b{
	position: absolute;
	right: -14px;
	font-size: 40px;
}

.nr_about .nr_about_right ul li span {
	display: block;
	font-size: 32px;
	letter-spacing: 22px;
	margin-right: -22px;
	text-align: right;
}

.nr_about .nr_about_right ul li em {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	font-style: normal;
	opacity: 0.15;
	margin-top: 4px;
	text-align: right;
}


.factory {
	background-image: url(../image/factory_bj.jpg);
	background-size: 100% 100%;
	overflow: hidden;
}

.factory .w88 {
	position: relative;
}

.factory .factory_left {
	float: left;
	padding-top: 220px;
}

.factory .factory_left p {
	position: relative;
	display: inline-block;
}

.factory .factory_left p a {
	font-size: 100px;
	font-family: "almmFM";
	line-height: 100px;
	position: relative;
	z-index: 1;
}

.factory .factory_left p::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 12px;
	background: #0056ff;
}

.factory .factory_left span {
	font-size: 60px;
	margin-top: 44px;
	display: block;
	font-family: "almmFM";
}

.factory .factory_left dl {
	margin-top: 70px;
}

.factory .factory_left dl dd {
	font-size: 40px;
	font-family: "almmFM";
	float: left;
	display: inline-block;
	margin-right: 20px;
	position: relative;
}

.factory .factory_left dl dd::after {
	content: "";
	width: 10px;
	height: 100%;
	background: #0056ff;
	position: absolute;
	left: -34px;
}

.factory .factory_left dl dt {
	float: left;
	display: block;
	font-family: "almmYB";
	font-size: 40px;
	text-transform: uppercase;
	padding-top: 2px;
	opacity: 0.1;
}

.factory .factory_left em {
	display: block;
	font-size: 30px;
	font-style: normal;
	line-height: 44px;
	margin-top: 14px;
}

.factory .factory_left i {
	display: block;
	font-size: 80px;
	font-family: "almmFM";
	text-transform: uppercase;
	font-style: normal;
	opacity: 0.1;
	margin-top: 50px;
}

.factory .factory_left img {
	margin-left: -90px;
	margin-top: 20px;
	display: block;
}

.factory .factory_right {
	float: right;
}

.factory .factory_right img {
	display: block;
}


.authority {
	overflow: hidden;
	margin-bottom: 120px;
}

.authority .w88 {}

.authority .authority_title {
	background-image: url(../image/authority_bj.jpg);
	background-size: 100% 100%;
	padding-top: 120px;
	padding-bottom: 200px;
	position: relative;
}

.authority .authority_dd {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.authority .authority_jb {
	content: "";
	display: block;
	position: absolute;
	right: 450px;
	top: 30px;
}

.authority .authority_title em {
	font-size: 64px;
	font-family: "almmFB";
	font-style: normal;
	text-transform: uppercase;
	display: block;
	color: #fff;
	opacity: 0.1;
}

.authority .authority_title dl {
	position: relative;
}

.authority .authority_title dl dd {
	font-size: 64px;
	font-family: "almmFB";
	color: #fff;
	padding-top: 30px;
	display: block;
	position: relative;
	z-index: 1;
}

.authority .authority_title dl dd strong {
	font-family: "almmFB";
	color: #fff;
}

.authority .authority_title dl dt {
	display: block;
	width: 256px;
	height: 8px;
	background: #0056ff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.authority .authority_title span {
	display: block;
	color: #fff;
	font-size: 34px;
	margin-top: 20px;
	letter-spacing: 7.6px;
}

.authority .authority_list {
	margin-top: -100px;
}

.authority .authority_list ul {}

.authority .authority_list ul li {
	float: left;
	margin-right: 1.3%;
	margin-bottom: 1.3%;
	width: 24%;
	height: 30vw;
	;
	position: relative;
	overflow: hidden;
}

.authority .authority_list ul li:nth-child(4n) {
	margin-right: 0px;
}

.authority .authority_list ul li a {
	display: block;
	position: relative;
	z-index: 0;
}

.authority .authority_list ul li i {
	display: block
}

.authority .authority_list ul li i img {
	width: 100%;
}


@media screen and (max-width:1780px) {
	.authority .authority_dd {
		right: -100px;
	}

	.authority .authority_jb {
		right: 350px;
	}

	.factory .factory_right img {
		height: 1300px;
	}

	.factory .factory_left p a {
		font-size: 80px;
		line-height: 80px;
	}

	.factory .factory_left span {
		font-size: 50px;
	}

	.factory .factory_left dl dd {
		font-size: 30px;
	}

	.factory .factory_left dl dt {
		font-size: 28px;
	}

	.factory .factory_left em {
		font-size: 24px;
		line-height: 34px;
	}

	.factory .factory_left i {
		font-size: 70px;
	}

	.factory .factory_left img {
		margin-left: -140px;
	}
}

@media screen and (max-width:1680px) {
	.authority .authority_dd {
		right: -180px;
	}

	.authority .authority_jb {
		right: 240px;
	}
}

@media screen and (max-width:1580px) {
	.authority .authority_dd {
		right: -280px;
	}

	.authority .authority_jb {
		right: 140px;
	}

	.factory .factory_left {
		padding-top: 180px;
	}

	.factory .factory_right img {
		height: 1200px;
	}

	.nr_about .nr_about_left em {
		font-size: 24px;
	}

	.nr_about .nr_about_left dl dd {
		font-size: 40px;
	}

	.nr_about .nr_about_left>p {
		font-size: 64px;
	}

	.nr_about .nr_about_left span {
		font-size: 18px;
		line-height: 44px;
	}

	.nr_about .nr_about_right {
		position: absolute;
		top: 0;
		right: 0;
	}

	.nr_about .nr_about_right ul {
		transform: scale(0.9);
		transform-origin: top right;
	}

	.nr_about .nr_about_left dl dt {
		width: 318px;
		bottom: 3px;
	}
}

@media screen and (max-width:1480px) {
	.authority .authority_jb img {
		height: 480px;
	}

	.authority .authority_dd {
		right: -380px;
	}

	.factory .factory_right img {
		height: 1000px;
	}

	.factory .factory_left {
		padding-top: 140px;
	}

	.factory .factory_left p a {
		font-size: 60px;
		line-height: 60px;
	}

	.factory .factory_left span {
		font-size: 40px;
	}

	.factory .factory_left dl dd {
		font-size: 20px;
		margin-right: 10px;
	}

	.factory .factory_left dl dt {
		font-size: 18px;
	}

	.factory .factory_left em {
		font-size: 18px;
		line-height: 30px;
	}

	.factory .factory_left i {
		font-size: 60px;
		margin-top: 40px;
	}

	.factory .factory_left img {
		margin-left: -240px;
	}

}

@media screen and (max-width:1380px) {
	.authority .authority_jb {
		top: 120px;
		right: 80px
	}

	.authority .authority_jb img {
		height: 380px;
	}

	.authority .authority_dd img {
		height: 540px;
	}

	.nr_about .nr_about_left span {
		font-size: 18px;
		line-height: 40px;
	}

	.nr_about .nr_about_left em {
		font-size: 19px;
	}
}

@media screen and (max-width:1280px) {
	.authority {
		margin-bottom: 80px;
	}

	.factory .factory_left {
		padding-top: 90px;
	}

	.factory .factory_left dl {
		margin-top: 50px;
	}

	.authority .authority_title dl dd {
		font-size: 54px;
	}

	.authority .authority_title dl dt {
		width: 216px;
	}

	.authority .authority_title span {
		font-size: 28px;
	}

	.authority .authority_list ul li {
		width: 32%;
		height: 40vw;
		margin-right: 2%;
	}

	.authority .authority_list ul li:nth-child(3n) {
		margin-right: 0%;
	}

	.authority .authority_list ul li:nth-child(4n) {
		margin-right: 2%;
	}

	.nr_about .nr_about_right ul {
		transform: scale(1);
		margin-top: 40px;
	}

	.nr_about .nr_about_left {
		width: 100%;
	}

	.nr_about .nr_about_right {
		position: inherit;
		width: 100%
	}

	.nr_about .nr_about_right ul li {
		float: left;
		margin-right: 10%;
		text-align: left;
	}

	.nr_about .nr_about_right ul li p {
		padding-right: 0px;
		text-align: left;
		margin-right: 0px;
		font-size: 100px;
	}

	.nr_about .nr_about_right ul li p i {
		font-size: 32px;
	}

	.nr_about .nr_about_right ul li:nth-child(1) p i {
		left: 110px;
	}

	.nr_about .nr_about_right ul li:nth-child(2) p i {
		left: 70px;
	}

	.nr_about .nr_about_right ul li span {
		text-align: left;
		font-size: 24px;
		margin-right: 0;
	}

	.nr_about .nr_about_right ul li em {
		font-size: 12px;
		text-align: left;
	}
}

@media screen and (max-width:1180px) {
	.factory .factory_left img {
		margin-left: -80px;
		height: 30px;
	}

	.factory .factory_right img {
		margin-right: -160px;
	}

	.authority .authority_list {
		margin-top: -100px;
	}

	.authority .authority_title {
		padding-bottom: 400px;
	}

	.authority .authority_dd {
		right: 0;
		bottom: -160px;
		top: auto;
	}

	.authority .authority_dd img {
		height: 500px;
	}

	.authority .authority_jb {
		bottom: -10px;
		top: auto;
		right: auto;
		left: 0;
	}
}

@media screen and (max-width:980px) {

	.nr_about .nr_about_right ul li:last-child {
		margin-right: 0;
	}

	.factory .factory_right img {
		margin-right: -260px;
	}
}

@media screen and (max-width:880px) {
	.authority .authority_title {
		background: #000;
	}

	.authority .authority_dd {
		right: 0;
		bottom: -100px;
		top: auto;
	}

	.authority .authority_jb img {
		height: 340px;
	}

	.authority .authority_dd img {
		height: 460px;
	}

	.authority .authority_jb {
		bottom: -10px;
		top: auto;
		right: auto;
		left: 0;
	}

	.factory .factory_right {
		width: 100%;
		margin-top: 80px;
	}

	.factory .factory_right img {
		margin-right: 0px;
		width: 100%;
		height: auto;
	}

	.factory .factory_left p a {
		font-size: 36px;
	}

	.factory .factory_left p a br {
		display: none;
	}

	.factory .factory_left p::after {
		bottom: 8px;
	}

	.factory .factory_left span {
		margin-top: 6px;
		font-size: 26px;
	}

	.factory .factory_left i {
		font-size: 50px;
	}

	.factory .factory_left span br {
		display: none;
	}

	.nr_about .nr_about_left dl dd {
		font-size: 30px;
	}

	.nr_about .nr_about_left>p {
		font-size: 54px;
	}

	.nr_about .nr_about_left em {
		font-size: 12px;
	}

	.nr_about .nr_about_left dl dd br {
		display: block;
	}

	.nr_about .nr_about_left dl {
		float: none;
		padding-left: 0;
		padding-top: 10px;
	}

	.nr_about .nr_about_left>p {
		float: none;
	}

	.nr_about .nr_about_left span {
		line-height: 34px;
	}

	.nr_about .nr_about_right ul li span {
		font-size: 18px;
		letter-spacing: 10px;
	}

	.nr_about .nr_about_right ul li p {
		font-size: 80px;
	}

	.nr_about .nr_about_right ul li p i {
		font-size: 22px;
	}

	.nr_about .nr_about_right ul li:last-child {
		margin-right: 0px;
	}

	.nr_about .nr_about_right ul li:nth-child(1) p i {
		left: 94px;
	}

	.nr_about .nr_about_right ul li:nth-child(2) p i {
		left: 60px;
	}

	.nr_about .nr_about_right ul li em {
		text-transform: none;
	}

	.nr_about .nr_about_right ul li {
		margin-right: 8%;
	}

	.nr_about {
		padding: 80px 0px;
	}
}

@media screen and (max-width:780px) {
	.authority .authority_dd {
		bottom: -40px;
	}

	.authority .authority_dd img {
		height: 320px;
	}

	.authority .authority_jb img {
		height: 280px;
	}

	.authority .authority_title dl {
		display: inline-block;
		line-height: 26px;
	}

	.authority .authority_title dl dd {
		font-size: 44px;
	}

	.authority .authority_title dl dt {
		width: 100%;
		bottom: -10px;
	}

	.authority .authority_title span {
		font-size: 21px;
		letter-spacing: 0;
	}

	.authority .authority_title em {
		font-size: 54px;
	}

	.authority .authority_title {
		padding-bottom: 300px;
	}

	.authority .authority_list ul li {
		width: 49%;
		height: 62vw;
	}

	.authority .authority_list ul li:nth-child(3n) {
		margin-right: 2%;
	}

	.authority .authority_list ul li:nth-child(2n) {
		margin-right: 0%;
	}

	.authority .authority_list ul li:nth-child(4n) {
		margin-right: 0%;
	}

	.authority .authority_title {
		padding-top: 80px;
	}
}

@media screen and (max-width:580px) {
	.authority .authority_title dl dd {
		font-size: 34px;
		line-height: 20px;
	}

	.authority .authority_title em {
		font-size: 44px;
	}

	.nr_about .nr_about_right ul li:nth-child(1) {
		margin-bottom: 20px;
		margin-right: 60px;
	}

	.nr_about .nr_about_right ul li:nth-child(2) {
		margin-bottom: 20px;

	}

	.nr_about .nr_about_left>p {
		font-size: 34px;
	}

	.nr_about .nr_about_left dl dd {
		font-size: 26px;
	}

	.nr_about .nr_about_left span {
		font-size: 14px;
		line-height: 28px;
	}

	.nr_about .nr_about_right {}

	.nr_about .nr_about_right ul li {
		margin-bottom: 0;
	}
}

/*内页关于我们end*/



/* 内页新闻 */
.show_news {
	width: 100%;
	overflow: hidden;
	background: #f5f5f5;
	padding-top: 70px;
	padding-bottom: 100px;
}

.show_news .show_news_left {
	float: left;
	width: 72%;
	padding: 50px 30px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 10px;
	transition: ease .3s;
}

.show_news .show_news_left.cur {
	width: 100%;
}

.show_news .show_news_left dl dt h1 {
	font-size: 38px;
	color: #333;
	line-height: 50px;
	transition: ease .3s;
	font-family: "almmFM";
	font-weight: normal;
}

.show_news .show_news_left dl dt p {
	overflow: hidden;
	border-bottom: dashed 1px #ddd;
	padding-bottom: 15px;
}

.show_news .show_news_left dl dt span {
	display: block;
	float: left;
	margin-right: 15px;
	font-size: 14px;
	color: #999;
	height: 30px;
	line-height: 30px;
	transition: ease .3s;
}

.show_news .show_news_left dl dd {
	font-size: 16px;
	line-height: 30px;
	margin-top: 15px;
	transition: ease .3s;
}

.show_news .show_news_left dl dd a {
	color: #333;
}

.show_news .show_news_right {
	width: 26%;
	float: right;
	padding: 50px 30px 30px 30px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 10px;
	transition: ease .3s;
}

.show_news .show_news_right.cur {
	display: none;
}

.show_news .show_news_right dl dt {
	padding-bottom: 15px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #ddd;
	transition: ease .3s;
}

.show_news .show_news_right dl dt h1 {
	font-size: 38px;
	height: 50px;
	line-height: 50px;
	color: #333;
	transition: ease .3s;
	font-family: "almmFM";
	font-weight: normal;
}

.show_news .show_news_right dl dt p {
	font-size: 14px;
	color: #ccc;
	height: 30px;
	line-height: 30px;
	transition: ease .3s;
}

.show_news .show_news_right dl dd {
	width: 100%;
	overflow: hidden;
	transition: ease .3s;
}

.show_news .show_news_right dl dd ul li {
	margin-bottom: 20px;
	padding-bottom: 15px;
	overflow: hidden;
	transition: ease .3s;
	width: 100%;
	border-bottom: 1px dashed #ddd;
}

.show_news .show_news_right dl dd ul li:last-child {
	margin-bottom: 0;
}

.show_news .show_news_right dl dd ul li a {
	display: block;
	position: relative;
	transition: ease .3s;
}

.show_news .show_news_right dl dd ul li h1 {
	font-size: 18px;
	position: relative;
	z-index: 2;
	margin-top: 10px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333;
	transition: ease .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 5px;
	box-sizing: border-box;
}

.show_news .show_news_right dl dd ul li p {
	font-size: 14px;
	color: #999;
	padding: 0 5px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 5px;
}

.show_news .show_news_right dl dd ul li i,
.show_news .show_news_right dl dd ul li img {
	display: block;
	width: 100%;
	position: relative;
	display: none;
}

.show_news .show_news_right dl dd ul li i {
	height: 9vw;
	overflow: hidden;
	transition: ease .3s;
	position: relative;
}

.show_news .show_news_right dl dd ul li img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width:1300px) {

	.show_news .show_news_left,
	.show_news .show_news_right {
		width: 100%;
	}

	.show_news .show_news_right {
		margin-top: 40px;
	}

	.show_news .show_news_right dl dt p {
		height: 24px;
		line-height: 24px;
		margin-top: 0;
	}

	.show_news .show_news_right dl dd ul li {
		width: calc((100% - 40px) / 2);
		margin-right: 40px;
		float: left;
	}

	.show_news .show_news_right dl dd ul li:nth-child(even) {
		margin-right: 0;
	}

	.show_news .show_news_right dl dd ul li i {
		height: 20vw;
	}
}

@media screen and (max-width:650px) {
	.show_news .show_news_right dl dd ul li {
		width: 100%;
		margin-right: 0;
	}

	.show_news .show_news_right dl dd ul li i {
		height: 40vw;
	}

	.show_news .show_news_right dl dd ul li h1 {
		font-size: 18px;
		font-weight: bold;
		height: 50px;
		line-height: 50px;
	}

	.show_news .show_news_right dl dd ul li:hover h1 {
		margin-bottom: -50px;
	}
}

@media screen and (max-width:500px) {

	.show_news .show_news_left,
	.show_news .show_news_right {
		border-radius: 0;
	}

	.show_news .show_news_left dl dt h1 {
		font-size: 30px;
		line-height: 40px;
	}

	.show_news .show_news_left dl dd {
		font-size: 14px;
		line-height: 30px;
		margin-top: 10px;
		padding-bottom: 10px;
	}

	.show_news .show_news_right dl dt h1 {
		font-size: 30px;
		height: 40px;
		line-height: 40px;
	}

	.show_news .show_news_right dl dt p {
		font-size: 12px;
		height: 20px;
		line-height: 20px;
	}
}

@media screen and (max-width:400px) {
	.show_news .show_news_right dl dd ul li h1 {
		font-size: 14px;
		font-weight: 500;
		line-height: 36px;
		height: 36px;
	}

	.show_news .show_news_right dl dd ul li:hover h1 {
		margin-bottom: -36px;
	}
}

/* 新闻end */


.solution {
	padding-bottom: 160px;
	background-image: url(../image/solution_bj.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.solution .solution_title {
	display: flex;
	justify-content: center;
	padding-top: 140px;
}

.solution .solution_title p {
	font-size: 120px;
	font-family: "almmYB";
	color: #000;
	float: left;
	padding-right: 40px;
}

.solution .solution_title span {
	display: block;
	font-family: "almmFM";
	font-size: 66px;
	padding-top: 16px;
	float: left;
	position: relative;
}

.solution .solution_title span strong {
	color: #0054ff;
	font-family: "almmFM";
	font-weight: normal;
}

.solution .solution_title span em {
	float: left;
	display: block;
	font-size: 48px;
	font-family: "almmFM";
	opacity: 0.1;
	color: #000;
	font-style: normal;
	text-transform: uppercase;
	position: absolute;
	bottom: -6px;
	left: 0;
}

.solution .solution_list {margin-top: 10px;}

.solution .solution_list ul {}

.solution .solution_list ul li:nth-child(4) div{
	background: #f5f5f5;
}

.solution .solution_list ul li div{
	overflow: hidden;
	display: block;
	height: 474px;
	position: relative;
	background: #000;
}

.solution .solution_list ul li {
	width: 13%;
	
	position: relative;
	float: left;
	margin-right: 1.5%;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 40%);
	
}

.solution .solution_list ul li::after{
	content: "";
	background: #0054ff;
	width: 40px;
	height: 7px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	display: block;
	position: absolute;
	bottom: -7px;
	left: 30px;
	margin: auto;
}

.solution .solution_list ul li:nth-child(4)::after{
	background: #ff4300;
}


.solution .solution_list ul li:nth-child(1) i {
	right: 0px;
}

.solution .solution_list ul li:nth-child(1) {
	margin-top: 0px;
}

.solution .solution_list ul li:nth-child(2) {
	margin-top: 30px;
}

.solution .solution_list ul li:nth-child(3) {
	margin-top: 60px;
}

.solution .solution_list ul li:nth-child(4) {
	margin-top: 90px;
}

.solution .solution_list ul li:nth-child(4) i {
	color: #000;
}

.solution .solution_list ul li:nth-child(5) {
	margin-top: 60px;
}

.solution .solution_list ul li:nth-child(6) {
	margin-top: 30px;
}

.solution .solution_list ul li:nth-child(7) {
	margin-top: 0px;
}

.solution .solution_list ul li:last-child {
	margin-right: 0;
}

.solution .solution_list ul li img {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
}

.solution .solution_list ul li i {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: -20px;
	bottom: 0;
	font-style: normal;
	font-family: "almmFM";
	font-size: 86px;
	opacity: 0.15;
	color: #fff;
}

.solution .solution_list ul li em {
	position: absolute;
	z-index: 1;
	bottom: 74px;
	left: 30px;
	font-size: 22px;
	font-style: normal;
	font-family: "almmFM";
	opacity: 0.1;
}

.solution .solution_list ul li p {
	position: absolute;
	z-index: 1;
	bottom: 24px;
	left: 30px;
	font-size: 36px;
	font-family: "almmFM";
	color: #fff;
}

.solution .solution_list ul li p strong{
	display: block;
	font-size: 26px;
	font-family: "almmFL";
}

.solution .solution_list ul li:nth-child(4) p{
	color: #000;
}
.solution_list_wap{
	display: none;
}


.solution_list_wap{}
.solution_list_wap ul{margin-top: 60px;}
.solution_list_wap ul a{color: #000;}
.solution_list_wap ul li{width: 48%; float: left; margin-right: 4%; margin-bottom: 30px;}
.solution_list_wap ul li:nth-child(2n){margin-right: 0px;}
.solution_list_wap ul li i{display: block; overflow: hidden;}
.solution_list_wap ul li i img{width: 100%;}
.solution_list_wap ul li dl{height: 100px; line-height: 100px; position: relative; background: #eee;}
.solution_list_wap ul li dl dd{float: left; margin-right: 20px; font-size: 40px; font-family: "almmFM"; padding-left: 30px;}
.solution_list_wap ul li dl::after{content: ""; display: block; width: 8px; height: 100%; background: #003ce2; position: absolute; left: 0;}
.solution_list_wap ul li dl dt{float: left; font-size: 30px;}
.solution_list_wap ul li dl em{float: right; font-size: 30px; font-family: "almmFM"; text-transform: uppercase; font-style: normal; opacity: 0.1; padding-right: 30px;}


@media screen and (max-width:1680px) {
	.solution .solution_list ul li div{
		height: 420px;
	}
	.solution .solution_list ul li p{
		font-size: 30px;
	}
	.solution .solution_list ul li em{
		font-size: 20px;
		bottom: 64px;
	}
}

@media screen and (max-width:1580px) {
	.solution .solution_list ul li div{
		height: 370px;
	}
	.solution .solution_list ul li p{
		font-size: 26px;
	}
	.solution .solution_list ul li em{
		font-size: 18px;
		bottom: 64px;
		display: none;
	}
	.solution .solution_title span{
		font-size: 56px;
	}
	.solution .solution_title span em{
		font-size: 40px;
		bottom: -8px;
	}
	.solution .solution_title p{
		font-size: 100px;
	}

}

@media screen and (max-width:1460px) {
	.solution .solution_list ul li div{
		height: 320px;
	}
	.solution .solution_list ul li p{
		font-size: 20px;
	}
	.solution .solution_list ul li p strong{
		font-size: 22px;
	}
}

@media screen and (max-width:1360px) {
	.solution_list{display: none;}
	.solution_list_wap{
		display: block;
	}
	.solution .solution_list ul li{
		width: 23.8%;
	}
	.solution .solution_list ul li div{
		height: 500px;
	}
	.solution_list_01{
		width: 100%;
		float: left;
		margin-bottom: 30px;
	}
	.solution_list_02{
		width: 100%;
		float: left;
	}
	.solution .solution_list{
		margin-top: 60px;
	}
	.solution .solution_list ul li:nth-child(1) {
		margin-top: 0px;
	}
	
	.solution .solution_list ul li:nth-child(2) {
		margin-top: 0px;
	}
	
	.solution .solution_list ul li:nth-child(3) {
		margin-top: 0px;
	}
	
	.solution .solution_list ul li:nth-child(4) {
		margin-top: 0px;
	}
	
	.solution .solution_list ul li:nth-child(4) i {
		color: #000;
	}
	
	.solution .solution_list ul li:nth-child(5) {
		margin-top: 0px;
	}
	
	.solution .solution_list ul li:nth-child(6) {
		margin-top: 0px;
	}
	
	.solution .solution_list ul li:nth-child(7) {
		margin-top: 0px;
	}
	
}


@media screen and (max-width:1280px) {
	.solution_list_wap ul li dl em{display: none;}
}

@media screen and (max-width:1080px) {
	.solution_list_wap ul li dl{height: 80px; line-height: 80px;}
	.solution_list_wap ul li dl dd{font-size: 30px;}
	.solution_list_wap ul li dl dt{font-size: 24px;}
}

@media screen and (max-width:1160px) {
	.solution{padding-bottom: 100px;}
	.solution .solution_title{padding-top: 100px;}
}

@media screen and (max-width:860px) {
	.solution .solution_title p{font-size: 80px; padding-right: 20px;}
	.solution .solution_title span{font-size: 46px;padding-top: 10px;}
	.solution .solution_title span em{bottom: -6px; font-size: 30px;}
	.solution_list_wap ul li dl dd{font-size: 24px;margin-right: 10px}
	.solution_list_wap ul li dl dt{font-size: 20px;}
	.solution_list_wap ul li dl{height: 60px; line-height: 60px;}
	.solution_list_wap ul{margin-top: 40px;}
	.solution{padding-bottom: 80px;}
}

@media screen and (max-width:660px) {
	.solution .solution_title span{font-size: 36px;}
	.solution .solution_title p{font-size: 70px;}
	.solution_list_wap ul li{width: 100%; margin-right: 0%;}
	.solution_list_wap ul li dl em{display: block; font-size: 18px; padding-right: 20px;}
}

@media screen and (max-width:500px) {
	.solution .solution_title span{font-size: 26px;}
	.solution .solution_title p{font-size: 60px;}
	.solution .solution_title span em{font-size: 24px;bottom: 0px;}
}






    .contact_bar {
        position: fixed;
        right: 15px;
        top: calc(50%);
        transform: translateY(-50%);
        z-index: 99;
        transition: ease .3s;
        opacity: 0;
    }

    /* .contact_bar:hover {
        
    } */

    .contact_bar ul li {
        width: 100%;
        user-select: none;
        cursor: pointer;
        transition: ease .3s;
    }

    .contact_bar ul {
        width: 80px;
        background: rgba(255, 255, 255, 98%);
        overflow: hidden;
        border-radius: 10px;
        padding: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        box-sizing: border-box;
        position: relative;
        z-index: 2;
        transition: ease .3s;
    }

    .contact_bar ul:hover {
        width: 300px;
    }

    .contact_bar ul li {
        margin-bottom: 10px;
    }

    .contact_bar ul li:nth-last-child(2) {
        margin-bottom: 0;
    }

    .contact_bar ul li dl {
        width: 280px;
    }

    .contact_bar ul li dl dt {
        float: left;
    }

    .contact_bar ul li dl dd {
        float: right;
        width: 190px;
        padding: 0;
        height: 0;
        overflow: hidden;
        transition: ease .3s;
    }

    .contact_bar ul:hover li dl dd {
        padding: 5px;
    }

    .contact_bar ul li dl dt {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 26px;
        color: #666;
        transition: ease .3s;
        border-radius: 10px;
        overflow: hidden;
    }

    .contact_bar ul li:hover dl dt {
        background: #ededed;
    }

    .contact_bar ul:hover li:nth-child(-n+2) dl dd {
        height: 50px;
    }

    .contact_bar ul:hover li:nth-last-child(2) dl dd {
        height: 58px;
    }

    .contact_bar ul li dl dd p {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        line-height: 30px;
        height: 30px;
        transition: ease .3s;
    }

    .contact_bar ul li dl dd span,
    .contact_bar ul li dl dd span a {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        color: #666;
        display: block;
        font-weight: 100;
        transition: ease .3s;
    }

    .contact_bar ul li:nth-child(1) dl dd span {
        font-size: 20px;
    }

    .contact_bar ul li:nth-last-child(2) dl dd span {
        height: auto;
        width: auto;
        margin-top: 6px;
    }

    .contact_bar ul li img {
        width: 56%;
        display: block;
        overflow: hidden;
        border-radius: 6px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        transition: ease .3s;
    }

    .backTop {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        line-height: 46px !important;
        text-align: center;
        font-size: 30px !important;
        color: #666;
        background: rgba(255, 255, 255, 98%);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        z-index: 99;
        float: right;
        margin-right: 15px;
        margin-top: -80px;
        transition: ease .3s;
        cursor: pointer;
        position: relative;
        z-index: 1;
        opacity: 0;
    }

    .backTop.cur {
        margin-top: 50px;
        opacity: 1;
		
    }

    .backTop:hover {
        background: #0154ff;
        color: #fff;
    }

    @media screen and (max-width:1350px) {
        .contact_bar ul {
            width: 60px;
        }

        .contact_bar ul {
            border-radius: 6px;
        }

        .contact_bar ul:hover {
            width: 225px;
        }

        .contact_bar ul li dl {
            width: 205px;
        }

        .contact_bar ul li dl dd {
            width: 145px;
        }

        .contact_bar ul li dl dt {
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 6px;
            font-size: 20px;
        }

        .contact_bar ul li dl dd p {
            font-size: 14px;
            height: 20px;
            line-height: 20px;
        }

        .contact_bar ul li dl dd span,
        .contact_bar ul li dl dd span a {
            font-size: 12px;
            height: 14px;
            line-height: 14px;
        }

        .contact_bar ul li:nth-child(1) dl dd span {
            font-size: 16px;
        }

        .contact_bar ul:hover li:nth-child(-n+2) dl dd {
            height: 34px;
            padding: 3px 5px;
        }

        .contact_bar ul:hover li:nth-last-child(2) dl dd {
            height: 110px;
            padding: 3px 5px;
        }

        .backTop {
            width: 40px;
            height: 40px;
            line-height: 38px !important;
            font-size: 18px;
            margin-right: 10px;
        }
    }

    @media screen and (max-width:700px) {
        .contact_bar {
            width: calc(100% - 30px) !important;
            top: calc(100% - 15px);
            transform: translateY(-100%);
            overflow: unset;
        }

        .contact_bar ul {
            /* height: 50px; */
            border-radius: 15px;
            overflow: unset;
            width: 100% !important;
        }

        .contact_bar.hidden {
            transform: translateY(100%);
        }

        /* .contact_bar:hover {
            width: 150px;
        } */

        .contact_bar ul li {
            width: calc((100% - 120px) / 2);
            float: left;
            margin-right: 10px;
            margin-bottom: 0;
        }

        .contact_bar ul li:nth-last-child(2) {
            margin-right: 0;
            width: 50px;
            float: right;
        }

        .contact_bar ul li dl {
            width: 100% !important;
            position: relative;
        }

        .contact_bar ul li:nth-last-child(2) dl {
            overflow: unset;
        }

        .contact_bar ul li dl dt {
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 24px;
        }

        .contact_bar ul li dl dd {
            width: calc(100% - 65px);
        }

        .contact_bar ul li dl dd p {
            height: 22px;
            line-height: 22px;
        }

        .contact_bar ul li:nth-child(-n+2) dl dd {
            height: 36px !important;
            padding: 7px 0 !important;
        }

        .contact_bar ul li:nth-last-child(2) dl dd {
            position: absolute;
            top: -100px;
            right: -10px;
            transform: translateY(-100%);
            width: 30vw;
            height: auto !important;
            padding: 15px !important;
            background: #fff;
            border-radius: 6px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
            opacity: 0;
            visibility: hidden;
            transition: ease .3s;
        }

        .contact_bar ul li:nth-last-child(2):hover dl dd {
            top: -20px;
            opacity: 1;
            visibility: visible;
        }

        .contact_bar ul li img {
            width: 100%;
            margin-top: 10px;
        }

        .backTop {
            margin-top: -50px;
        }

        .backTop.cur {
            margin-top: -90px;
            transform: translateY(-100%);
        }

        .contact_bar.hidden .backTop.cur {
            margin-top: -80px;
            transform: translateY(-280%);
        }
    }

    @media screen and (max-width:600px) {
        .contact_bar ul li dl {
            position: relative;
        }

        .contact_bar ul li {
            width: calc(100% / 3) !important;
            margin-right: 0 !important;
        }

        .contact_bar ul li dl {
            width: 50px !important;
            margin: 0 auto;
        }

        .contact_bar ul li:nth-child(-n+2) dl dd {
            position: absolute;
            left: 50%;
            top: -100px;
            transform: translateY(-100%) translateX(-50%);
            background: #fff;
            width: auto;
            padding: 12px 20px !important;
            border-radius: 6px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
            opacity: 0;
            visibility: hidden;
        }

        .contact_bar ul li:nth-child(-n+2):hover dl dd {
            top: -20px;
            opacity: 1;
            visibility: visible;
        }

        .contact_bar ul li:nth-child(-n+2) dl dd p,
        .contact_bar ul li:nth-child(-n+2) dl dd span {
            white-space: nowrap;
        }

        .contact_bar ul li:nth-last-child(2) dl dd {
            right: 0;
        }
    }