/* 初始化&公用 */
* {
	padding: 0;
	border: 0;
	margin: 0;
	transition: 0.3s;
}

@font-face {
	font-family: almmL;
	src: url('/assets/addons/cms/fonts/almmRoundLight.ttf');
}

@font-face {
	font-family: almmB;
	src: url('/assets/addons/cms/fonts/almmSemiBold.ttf');
}

@font-face {
	font-family: almmBB;
	src: url('/assets/addons/cms/fonts/almmBold.ttf');
}

@font-face {
	font-family: almmR;
	src: url('/assets/addons/cms/fonts/almmRoundRegular.ttf');
}


@font-face {
	font-family: Aem;
	src: url('/assets/addons/cms/fonts/Aemstel-LineOutside.ttf');
}

@font-face {
	font-family: bah;
	src: url('/assets/addons/cms/fonts/bahnschrift.ttf');
}

@font-face {
	font-family: pmzd;
	src: url('/assets/addons/cms/fonts/PangMenZhengDao.ttf');
}

@font-face {
	font-family: qhys;
	src: url('/assets/addons/cms/fonts/YanShiQiuHongKai.ttf');
}

@font-face {
	font-family: ysxk;
	src: url('/assets/addons/cms/fonts/YanShiYouRanXiaoKai-2.ttf');
}

@font-face {
	font-family: syB;
	src: url('/assets/addons/cms/fonts/SourceHanSansCN-Bold.ttf');
}

li {
	list-style-type: none;
}

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

input {
	outline: none;
}


.clear {
	clear: both;
}

.w88 {
	width: 88%;
	margin: auto;
	position: relative;
}

.loadmore-tips {
	text-align: center;
	display: block;
	font-size: 30px;
	padding-bottom: 100px;
}

/*header*/
.header {
	padding: 50px 0px;
	position: absolute;
	z-index: 2;
	width: 100%;
	border-bottom: 1px #555 solid;
	overflow: hidden;
}

.header .logo {
	float: left;
	position: relative;
	transition: 0.3s;
}

.header .logo img {
	height: 70px;
	float: left;
	transition: 0.3s;
}

.header .logo p {
	float: left;
	color: #fff;
	font-family: "syB";
	font-size: 40px;
	padding-left: 16px;
	padding-top: 12px;
	position: relative;
	z-index: 1;
	transition: 0.3s;
}

.header .logo em {
	float: left;
	color: #fff;
	font-size: 26px;
	font-family: "Aem";
	font-style: normal;
	position: absolute;
	left: 116px;
	top: 0;
	z-index: 0;
	opacity: 0.3;
	transition: 0.3s;
}

.header .nav {
	float: right;
	position: relative;
	width: 736px;
}

.header .nav ul {
	width: 64%;
}

.header .nav ul li {
	float: left;
	margin-right: 30px;
	line-height: 60px;
	position: relative;
}

.header .nav ul li a {
	display: block;
	color: #fff;
}

.header .nav ul li::after {
	content: "";
	width: 0%;
	height: 3px;
	background: #da251c;
	position: absolute;
	bottom: 10px;
	transition: 0.3s;
}

.header .nav ul li:hover::after {
	width: 100%;
	transition: 0.3s;
}

.header .qrcode {
	position: relative;
	width: 91px;
	right: 0;
	float: right;
}

.header .qrcode img {
	display: block;
	position: absolute;
	right: 0;
	z-index: 1;
}

.header .qrcode p {
	color: #fff;
	font-size: 12px;
	background: #da251c;
	padding: 5px 10px 6px 6px;
	width: 10px;
	position: absolute;
	left: 0;
	top: 5px;
	line-height: 12px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	font-weight: bold;
}

.header .header_menu {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 60px;
	transform: translateY(-50%) translateX(100%);
	transition: ease .3s;
	opacity: 0;
	z-index: 9999;
	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: #e20000;
	position: absolute;
	transition: ease .5s .3s;
}

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

.nav_menu {
	width: 140px;
	height: 0%;
	display: none;
	position: absolute;
	left: -34px;
	top: 6vw;
	background: rgba(0, 0, 0, 0.8);
	z-index: 100;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	transition: ease .3s;
	/* overflow: hidden; */
}

.header .header_nav ul li:hover .nav_menu {
	height: auto;
	transition: 0.3s;
	display: block;
}

.nav_menu dl {}

.nav_menu dl dd {
	line-height: 32px;
	text-align: center;
	display: block;
	position: relative;
	overflow: hidden;
}


.nav_menu dl dd>a {
	color: #fff !important;
	font-size: 14px !important;
	position: relative;
	z-index: 2;
	line-height: 36px !important;
	height: 36px !important;
}

.nav_menu dl dd a::after {}


.nav_menus {
	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_menus.cur {
	top: 0;
	opacity: 1;
}

.nav_menus ul {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.nav_menus ul li {
	line-height: 52px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
}

.nav_menus.cur ul li {
	opacity: 1;
	visibility: visible;
}

.nav_menus ul li a {
	color: #fff;
	font-size: 16px;
	position: relative;
	z-index: 2;
}

.nav_menus ul li a::after {
	width: 8px;
	height: 8px;
	background: #e20000;
	content: "";
	right: -3px;
	bottom: -1px;
	border-radius: 50%;
	z-index: -1;
	position: absolute;
	opacity: 0;
}

.nav_menus ul li.active a::after {
	opacity: 1;
}

.nav_menu_3 {
	background: #333;
	position: absolute;
	left: 140px;
	top: 0;
	width: 90%;
	opacity: 0;
	z-index: 99999;
}

.nav_menu dl dd:hover .nav_menu_3 {
	width: 100%;
	opacity: 1;
}

.nav_menu dl dd:hover {
	overflow: unset;
}

.header .header_nav ul li:nth-child(4) .nav_menu .nav_menu_3 {
	padding-top: 6%;
	padding-bottom: 6%;
}

.nav_menu_3 p {
	width: 100%;
	line-height: 26px;
}

.nav_menu_3 p a {
	font-size: 12px;
	color: #fff;
}


@media screen and (max-width: 1200px) {

	.header .header_menu {
		right: 0px;
		transform: translateX(0) translateY(-110%);
		opacity: 1;
	}

	.header .nav {
		display: none;
	}

}

@media screen and (max-width: 480px) {
	.header .logo img {
		height: 50px;
		transition: 0.3s;
	}

	.header .logo p {
		font-size: 25px;
		transition: 0.3s;
	}

	.header .logo em {
		left: 88px;
		font-size: 20px;
		transition: 0.3s;
	}

	.header .header_menu {
		right: 0px;
		transform: translateX(0) translateY(-130%);
		opacity: 1;
	}

}

/*header end*/

/*banner_page*/
.banner_page {

	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
	padding-bottom: 12%;
	position: relative;
	overflow: hidden;
}

.banner_page p {
	font-size: 56px;
	font-family: "almmB";
	color: #fff;
	font-weight: 100;
	padding-top: 300px;
	position: relative;
	z-index: 1;
	font-weight: bold;
	float: left;
	margin-right: 30px;
}

.banner_page p b {
	font-weight: 100;
}

.banner_page .w88::before {
	content: "";
	display: block;
	background: #da251c;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	position: absolute;
	top: 294px;
	left: -12px;
	z-index: 0;
}

.banner_page em {
	font-size: 66px;
	display: block;
	font-family: "almmB";
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
	opacity: 0.1;
	padding-top: 300px;
}

.banner_page dl {
	position: absolute;
	top: 386px;
}

.banner_page dl dd {
	width: 510px;
	height: 1px;
	background: #fff;
	opacity: 0.3;
	margin-bottom: 8px;
}

@media screen and (max-width: 880px) {
	.banner_page {
		padding-bottom: 60%;
	}

	.banner_page p {
		font-weight: 500;
		font-size: 40px;
		padding-top: 256px;
	}

	.banner_page em {
		padding-top: 315px;
		font-size: 30px !important;
	}

	.banner_page dl {
		top: 360px;
	}

	.banner_page .w88::before {
		top: 250px;
	}
}

/*banner_page end*/


/*banner_page1*/
.banner_page1 {

	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 100%;
	padding-bottom: 12%;
	position: relative;
	overflow: hidden;
}

.banner_page1 p {
	font-size: 56px;
	font-family: "almmB";
	color: #fff;
	font-weight: 100;
	padding-top: 300px;
	position: relative;
	z-index: 1;
	float: left;
	margin-right: 30px;
}

.banner_page1 p b {
	font-weight: 100;
}

.banner_page1 .w88::before {
	content: "";
	display: block;
	background: #da251c;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	position: absolute;
	top: 294px;
	left: -12px;
	z-index: 0;
}

.banner_page1 em {
	font-size: 66px;
	display: block;
	font-family: "almmB";
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
	opacity: 0.1;
	padding-top: 300px;
}

.banner_page1 dl {
	position: absolute;
	top: 386px;
}

.banner_page1 dl dd {
	width: 510px;
	height: 1px;
	background: #fff;
	opacity: 0.3;
	margin-bottom: 8px;
}

@media screen and (max-width: 880px) {
	.banner_page1 {
		padding-bottom: 60%;
	}

	.banner_page1 p {
		font-weight: 500;
		font-size: 40px;
		padding-top: 256px;
	}

	.banner_page1 em {
		padding-top: 310px;
		font-size: 30px;
	}

	.banner_page1 dl {
		top: 360px;
	}

	.banner_page1 .w88::before {
		top: 250px;
	}
}

/*banner_page1 end*/


/*banner*/
.banner {
	position: relative;
	height: 100vh;
	/* 使用视口高度来铺满整个屏幕 */
	width: 100%;
	overflow: hidden;
}

.banner_nr {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1;
}

.banner_nr img {
	display: block;
	position: absolute;
	top: 35%;
	left: 6%;
	max-width: 80%;
	max-height: 100%;
	z-index: 5;
}


.banner .banner_nr em {
	color: #fff;
	font-family: "aem";
	font-style: normal;
	font-size: 60px;
	padding-top: 19%;
	display: block;
	opacity: 0.15;
}

.banner .banner_nr p {
	color: #fff;
	font-size: 50px;
	font-family: "syB";
	margin-top: 6px;
	position: relative;
	z-index: 15;
}

.banner .banner_nr span {
	color: #fff;
	font-family: "ysxk";
	font-size: 150px;
	letter-spacing: -14px;
	display: block;
	position: relative;
	top: -40px;
	left: 60px;
	z-index: 10;
}

.banner .banner_nr span::before {
	content: "";
	background: url(../image/banner_xt.png);
	width: 11px;
	height: 213px;
	display: block;
	position: absolute;
	top: 70px;
	left: -36px;
	z-index: 1;
}


.banner .banner_nr span::after {
	content: "";
	width: 145px;
	height: 145px;
	border-radius: 100%;
	background: #da251c;
	position: absolute;
    top: -2%;
    left: 2%;
	z-index: -20;
	display: block;
	-webkit-transition: all 2s ease-out 1s;
	-moz-transition: all 2s ease-out 1s;
	-o-transition: all 2s ease-out 1s;
	transition: all 2s ease-out 1s;
	animation: fadeIn 2s ease-in-out 1s infinite alternate;
	opacity: 0;
}



@keyframes fadeIn {

	/* 定义动画关键帧 */
	from {
		opacity: 1;
	}

	/* 从完全透明（不可见）开始 */
	to {
		opacity: 0.6;
	}

	/* 到完全不透明（可见）结束 */
}

.banner #index_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* 使视频内容适应容器的尺寸 */
}

@media screen and (max-width: 1820px) {
    .banner .banner_nr em {padding-top:22%;}
}


@media screen and (max-width: 1620px) {
   .banner .banner_nr em {padding-top:26%;}
}

@media screen and (max-width: 1420px) {
    .banner .banner_nr em {padding-top:30%;}
}

@media screen and (max-width: 1120px) {
    .banner .banner_nr em {padding-top:34%;}
}

@media screen and (max-width: 920px) {
    .banner .banner_nr em {padding-top:46%;}
}

@media screen and (max-width: 680px) {
	.banner {
		height: 90vh;
	}

	.banner_nr::after {
		width: 100px;
		height: 100px;
	}
	.banner_nr .w88{transform: scale(0.7); margin-left:-7%;}
}

@media screen and (max-width: 560px) {
    .banner_nr .w88{transform: scale(0.6); margin-left:-12%;}
    .banner .banner_nr span{width:200%;}
}

@media screen and (max-width: 480px) {
	.banner_nr img {
		max-width: 70%;
		top: 40%;
	}
	.banner .banner_nr em {padding-top:66%;}
}

/*banner end*/

/*plant*/
.plant {
	background-image: url(../image/plant_bj.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
	padding-bottom: 70%;
	position: relative;
	transition: 0.3s;
	overflow: hidden;
}

.plant_bj {
	position: absolute;
	top: 0;
	z-index: 1;
	background-image: url(../image/plant_bj2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
	padding-bottom: 70%;
	width: 100%;
	transition: 0.3s;
}

.plant .plant_yun1 {
	background: url(../image/plant_yun1.png);
	width: 1217px;
	height: 470px;
	display: block;
	position: absolute;
	left: 0;
	z-index: 9;
}

.plant .plant_yun2 {
	background: url(../image/plant_yun2.png);
	width: 971px;
	height: 523px;
	display: block;
	position: absolute;
	right: 0;
	z-index: 9;
}

.plant .plant_left {
	position: absolute;
	transform: translateX(0) translateY(100%);
	left: 0%;
	z-index: 0;
	transition: 0.3S;
}

.plant .plant_left i {
	font-style: normal;
	font-family: "almmB";
	font-size: 240px;
	font-weight: bold;
	display: block;
	background: linear-gradient(to bottom, #fe0101, #ff5400);
	/*设置渐变的方向从左到右 颜色从fe0101到db241b*/
	-webkit-background-clip: text;
	/*将设置的背景颜色限制在文字中*/
	-webkit-text-fill-color: transparent;
	/*给文字设置成透明*/
	float: left;
	margin-right: 40px;
	transition: 0.3s;
}

.plant .plant_left p {
	font-size: 40px;
	font-weight: 100;
	padding-top: 44px;
	float: left;
	width: 18%;
}

.plant .plant_left span {
	font-size: 50px;
	font-weight: bold;
	float: left;
}

.plant .plant_right {
	position: absolute;
	transform: translateX(0) translateY(126%);
	right: -4%;
	z-index: 0;
	transition: 0.3S;
}

.plant .plant_right i {
	font-style: normal;
	font-family: "almmB";
	font-size: 240px;
	font-weight: bold;
	display: block;
	background: linear-gradient(to bottom, #fe0101, #ff5400);
	/*设置渐变的方向从左到右 颜色从fe0101到db241b*/
	-webkit-background-clip: text;
	/*将设置的背景颜色限制在文字中*/
	-webkit-text-fill-color: transparent;
	/*给文字设置成透明*/
	float: left;
	margin-right: 40px;
	transition: 0.3s;
}

.plant .plant_right p {
	font-size: 40px;
	font-weight: 100;
	padding-top: 44px;
	float: left;
	width: 30%;
}

.plant .plant_right span {
	font-size: 50px;
	font-weight: bold;
	float: left;
}

.plant_more {
	position: absolute;
	bottom: 0;
	z-index: 6;
	transition: 0.3s;
}

.plant_more em {
	display: block;
	font-style: normal;
	font-family: "Aem";
	font-size: 74px;
	opacity: 0.2;
	position: absolute;
	bottom: 23%;
	left: 22%;
	color: #fff;
	transition: 0.3s;
}

.plant_more p {
	font-size: 50px;
	font-family: "almmB";
	position: absolute;
	bottom: 18%;
	left: 22%;
	color: #fff;
	transition: 0.3s;
}

.plant_more i {
	display: block;
	position: absolute;
	bottom: 13%;
	left: 66%;
	font-size: 50px;
	transition: 0.3s;
}

.plant_more i img {
	width: 80px;
	transition: 0.3s;
}

.plant_more::after {
	content: "";
	background-image: url(../image/plant_more.png);
	background-position: right;
	width: 545px;
	height: 503px;
	display: block;
	transition: 0.3s;
}

.plant_more a:hover em {
	bottom: 26%;
	transition: 0.3s;
}

.plant_more a:hover i {
	left: 68%;
	transition: 0.3s;
}

@media screen and (max-width: 1880px) {

	.plant {}

	.plant .plant_left {
		transform: translateX(0) translateY(70%);
	}

	.plant .plant_right {
		transform: translateX(0) translateY(90%);
	}

}

@media screen and (max-width: 1680px) {

	.plant {}

	.plant .plant_left {
		transform: translateX(0) translateY(60%);
	}

	.plant .plant_right {
		transform: translateX(0) translateY(80%);
	}

}

@media screen and (max-width: 1580px) {

	.plant {}

	.plant .plant_left {
		transform: translateX(0) translateY(70%);
	}

	.plant .plant_left i {
		font-size: 200px;
		transition: 0.3s;
	}

	.plant .plant_right {
		transform: translateX(0) translateY(90%);
	}

	.plant .plant_right i {
		font-size: 200px;
		transition: 0.3s;
	}


}

@media screen and (max-width: 1580px) {

	.plant {}

	.plant .plant_left {
		transform: translateX(0) translateY(70%);
	}

	.plant .plant_right {
		transform: translateX(0) translateY(90%);
	}


}

@media screen and (max-width: 1480px) {

	.plant {}

	.plant .plant_left {
		transform: translateX(0) translateY(70%);
	}

	.plant .plant_left p {
		font-size: 30px;
	}

	.plant .plant_left span {
		font-size: 40px;
	}

	.plant .plant_right {
		transform: translateX(0) translateY(90%);
	}

	.plant .plant_right p {
		font-size: 30px;
	}

	.plant .plant_right span {
		font-size: 40px;
	}



}

@media screen and (max-width: 1380px) {

	.plant {}

	.plant .plant_left {
		transform: scale(0.8);
		top: 100px
	}

	.plant .plant_right {
		transform: scale(0.8);
		top: 160px
	}

	.plant .plant_more {
		width: 400px;
		transition: 0.3s;
	}

	.plant .plant_more::after {
		width: 400px;
		transition: 0.3s;
	}

	.plant_more em {
		font-size: 54px;
		transition: 0.3s;
	}

	.plant_more p {
		font-size: 38px;
		transition: 0.3s;
	}

	.plant_more i {}

	.plant_more i img {
		width: 60px;
		transition: 0.3s;
	}


}

@media screen and (max-width: 1200px) {

	.plant {
		padding-bottom: 100%;
		transition: 0.3s;
	}

	.plant_bj {
		padding-bottom: 100%;
		transition: 0.3s;
	}

	.plant .plant_left {
		transform: scale(1);
		top: 70px;
		left: 0;
	}

	.plant .plant_left i {
		font-size: 150px;
		transition: 0.3s;
	}

	.plant .plant_left p {
		font-size: 24px;
	}

	.plant .plant_left span {
		font-size: 34px;
	}

	.plant .plant_right {
		transform: scale(1);
		top: 230px;
		right: auto;
		left: 0;
	}

	.plant .plant_right i {
		font-size: 150px;
		transition: 0.3s;
	}

	.plant .plant_right p {
		font-size: 24px;
	}

	.plant .plant_right span {
		font-size: 34px;
	}

}

@media screen and (max-width: 800px) {

	.plant {
		padding-bottom: 120%;
		transition: 0.3s;
	}

	.plant_bj {
		padding-bottom: 120%;
		transition: 0.3s;
	}

	.plant .plant_left {
		transform: scale(1);
		top: 70px;
		left: 0;
	}

	.plant .plant_left i {
		font-size: 150px;
		transition: 0.3s;
	}

	.plant .plant_left p {
		font-size: 24px;
	}

	.plant .plant_left span {
		font-size: 34px;
	}

	.plant .plant_right {
		transform: scale(1);
		top: 230px;
		right: auto;
		left: 0;
	}

	.plant .plant_right i {
		font-size: 150px;
		transition: 0.3s;
	}

	.plant .plant_right p {
		font-size: 24px;
	}

	.plant .plant_right span {
		font-size: 34px;
	}

	.plant .plant_more {
		width: 300px;
		transition: 0.3s;
	}

	.plant .plant_more::after {
		width: 300px;
		transition: 0.3s;
	}

	.plant_more em {
		font-size: 44px;
		transition: 0.3s;
	}

	.plant_more p {
		font-size: 28px;
		transition: 0.3s;
	}

	.plant_more i {}

	.plant_more i img {
		width: 50px;
		transition: 0.3s;
	}

}

@media screen and (max-width: 680px) {
	.plant {
		padding-bottom: 160%;
		transition: 0.3s;
		background-size: 140%;
	}

	.plant_bj {
		padding-bottom: 160%;
		transition: 0.3s;
		background-size: 140%;
	}

	.plant .plant_left {
		transform: scale(1);
		top: 70px;
		left: 0;
	}

	.plant .plant_left i {
		font-size: 100px;
		transition: 0.3s;
		margin-right: 20px;
	}

	.plant .plant_left p {
		font-size: 20px;
		padding-top: 20px;
	}

	.plant .plant_left span {
		font-size: 34px;
	}

	.plant .plant_right {
		transform: scale(1);
		top: 230px;
		right: auto;
		left: 0;
	}

	.plant .plant_right i {
		font-size: 100px;
		transition: 0.3s;
		margin-right: 20px;
	}

	.plant .plant_right p {
		font-size: 20px;
		padding-top: 20px;
	}

	.plant .plant_right span {
		font-size: 34px;
	}

	.plant .plant_more {
		width: 160px;
		transition: 0.3s;
	}

	.plant .plant_more::after {
		width: 160px;
		transition: 0.3s;
	}

	.plant_more em {
		font-size: 28px;
		transition: 0.3s;
		left: 10%;
		bottom: 24%;
	}

	.plant_more p {
		font-size: 18px;
		transition: 0.3s;
		left: 10%;
		bottom: 22%;
	}

	.plant_more i {
		bottom: 19%;
		left: 62%;
	}

	.plant_more i img {
		width: 20px;
		transition: 0.3s;
	}
}

@media screen and (max-width: 400px) {
	.plant {
		padding-bottom: 160%;
		transition: 0.3s;
	}

	.plant_bj {
		padding-bottom: 160%;
		transition: 0.3s;
	}

	.plant .plant_left {
		transform: scale(1);
		top: 70px;
		left: 0;
	}

	.plant .plant_left i {
		font-size: 70px;
		transition: 0.3s;
		margin-right: 20px;
	}

	.plant .plant_left p {
		font-size: 14px;
		padding-top: 8px;
	}

	.plant .plant_left span {
		font-size: 24px;
	}

	.plant .plant_right {
		transform: scale(1);
		top: 160px;
		right: auto;
		left: 0;
	}

	.plant .plant_right i {
		font-size: 70px;
		transition: 0.3s;
		margin-right: 20px;
	}

	.plant .plant_right p {
		font-size: 14px;
		padding-top: 8px;
	}

	.plant .plant_right span {
		font-size: 24px;
	}
}

/*plant end*/

/*about*/
.about {
	background-image: url(../image/about_bj.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 150px;
	transition: 0.3s;
	overflow: hidden;
}

.about .about_left {
	width: 50%;
	float: left;
	transition: 0.3s;
}

.about .about_left span::after {
	content: "";
	display: block;
	width: 777px;
	height: 777px;
	border-radius: 100%;
	border: 3px #ccc dashed;
	position: absolute;
	left: -24px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: 0.3s;
}

.about .about_left span {
	display: block;
	width: 734px;
	height: 734px;
	background: #da251c;
	border-radius: 100%;
	position: relative;
	transition: 0.3s;
}

.about .about_left span em {
	display: block;
	width: 708px;
	height: 708px;
	overflow: hidden;
	border-radius: 100%;
	background: #000;
	float: right;
	transition: 0.3s;
}

.about .about_left span em video {
	height: 100%;
	opacity: 0.2;
	transition: 0.3s;
}

.about .about_left span i {
	display: block;
	width: 180px;
	height: 180px;
	background: #da251c;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 100%;
	z-index: 6;
	opacity: 0.9;
	transition: 0.3s;
}

.about .about_left span i::before {
	color: #fff;
	font-size: 100px;
	position: absolute;
	left: 8%;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	text-align: center;
	line-height: 180px;
	transition: 0.3s;
}

.about .about_right {
	width: 42%;
	float: right;
	position: relative;
	transition: 0.3s;
}

.about .about_right .about_right_title {}

.about .about_right .about_right_title p {
	font-size: 90px;
	color: #000;
	font-family: "syB";
	position: relative;
	transition: 0.3s;
	padding-left: 20px;
}

.about .about_right .about_right_title p img {
	width: 120px;
	height: 86px;
	transition: 0.3s;
	position: relative;
	left: -12px;
	top: 10px;
}

.about .about_right .about_right_title span {
	display: block;
	font-family: "Aem";
	font-size: 40px;
	opacity: 0.2;
	letter-spacing: 7px;
	transition: 0.3s;
}

.about .about_right .about_right_nr {
	padding-top: 10%;
	position: relative;
	transition: 0.3s;
}

.about .about_right .about_right_nr ul {
	padding-left: 90px;
	transition: 0.3s;
}

.about .about_right .about_right_nr ul li {
	font-size: 60px;
	letter-spacing: 4px;
	margin-bottom: 20px;
	transition: 0.3s;
}

.about .about_right .about_right_nr ul li strong {
	position: relative;
}

.about .about_right .about_right_nr ul li strong i {
	position: relative;
	z-index: 1;
	font-style: normal;
}

.about .about_right .about_right_nr ul li strong::after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 0%;
	height: 15px;
	border-radius: 10px;
	background: #da251c;
	transition: 0.3s;
	z-index: 0;
	transition: 0.3s;
}

.about .about_right .about_right_nr ul li.cur strong::after {
	width: 100%;
	transition: 0.3s;
	transition: 0.3s;
}

.about .about_right .about_right_nr::after {
	display: block;
	content: "";
	background: url(../image/about_xt.png) no-repeat;
	width: 146px;
	height: 19px;
	position: absolute;
	left: -110px;
	top: 29%;
	transition: 0.3s;
}

.about .about_right .about_right_dian {
	margin-left: 90px;
	margin-top: 60px;
	transition: 0.3s;
}

.about_video {
	position: fixed;
	z-index: 10000;
	transition: ease .5s;
	width: 0;
	height: 0;
	overflow: hidden;
	border-radius: 50px;
}

.about_video.cur {
	width: 100%;
	height: 100%;
	left: 0 !important;
	top: 0 !important;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(25px);
	border-radius: 0;
}

.about_video .about_video_box {
	width: 60%;
	max-width: calc(100% - 140px);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.about_video .about_video_box span {
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255);
	position: absolute;
	left: calc(100% + 10px);
	top: 0;
	border-radius: 6px;
	position: absolute;
	cursor: pointer;
	transition: ease .3s;
	opacity: 0;
}

.about_video .about_video_box span:hover {
	background: #e81123;
}

.about_video .about_video_box span::after,
.about_video .about_video_box span::before {
	width: 16px;
	height: 3px;
	content: "";
	background: #333;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: ease .3s;
}

.about_video .about_video_box span:hover::after,
.about_video .about_video_box span:hover::before {
	background: #fff;
}

.about_video .about_video_box span::after {
	transform: translate(-50%, -50%) rotate(45deg);
}

.about_video .about_video_box span::before {
	transform: translate(-50%, -50%) rotate(135deg);
}

.about_video video {
	width: 100%;
	display: block;
}


@media screen and (max-width: 1880px) {
	.about .about_right .about_right_nr ul li {
		font-size: 50px;
	}
}

@media screen and (max-width: 1680px) {
	.about .about_right {
		width: 38%;
	}

	.about .about_right .about_right_nr::after {
		width: 100px;
		overflow: hidden;
		background: url(../image/about_xt.png) right no-repeat;
		left: -40px;
	}

	.about .about_right .about_right_nr ul li {
		font-size: 40px;
	}

	.about .about_right .about_right_title p {
		font-size: 70px;
	}

	.about .about_right .about_right_title span {
		font-size: 34px;
	}

	.about .about_right .about_right_title p img {
		width: 100px;
		height: 66px;
	}

	.about .about_right .about_right_nr ul li strong::after {
		height: 10px;
	}

	.about .about_left {
		transform: scale(0.9);
		margin-top: -50px;
	}
}

@media screen and (max-width: 1500px) {
	.about .about_right {
		width: 36%;
	}

	.about .about_right .about_right_nr ul li {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.about .about_right .about_right_nr::after {
		top: 32%;
	}

	.about .about_right .about_right_title p {
		font-size: 60px;
	}

	.about .about_right .about_right_title span {
		font-size: 28px;
	}

	.about .about_right .about_right_title p img {
		width: 90px;
		height: 56px;
		top: 6px;
	}

	.about .about_left {
		transform: scale(0.8);
		margin-top: -100px;
	}

}

@media screen and (max-width: 1200px) {
	.about .about_right {
		width: 100%;
		padding-top: 60px;
	}

	.about .about_left {
		transform: scale(1);
		margin-top: 0px;
		width: 100%;
	}

	.about .about_left span {
		width: 100%;
		border-radius: 20px;
	}

	.about .about_left span em {
		width: 100%;
		border-radius: 20px;
	}

	.about .about_left span::after {
		width: 100%;
		border-radius: 10px;
		display: none;
	}

	.about .about_right .about_right_nr::after {
		display: none;
	}

	.about .about_right .about_right_nr {
		padding-top: 4%;
	}

	.about .about_right .about_right_nr ul {
		padding-left: 0px;
	}

	.about .about_right .about_right_nr ul li {
		font-size: 50px;
	}

	.about .about_right .about_right_dian {
		margin-left: 0px;
		position: absolute;
		right: 0;
		bottom: 14px;
	}
}

@media screen and (max-width: 600px) {
	.about {
		padding-top: 60px;
	}

	.about .about_right .about_right_nr ul li {
		font-size: 30px;
		text-align: center;
	}

	.about .about_right .about_right_dian {
		display: none;
	}

	.about .about_right .about_right_title p {
		font-size: 46px;
		text-align: center;
		padding-left: 0px;
	}

	.about .about_right .about_right_title p img {
		top: 8px;
		width: 80px;
		height: 46px;
		left: -12px;
		padding-left: 0px;
	}

	.about .about_right .about_right_title span {
		font-size: 18px;
		text-align: center;
	}

	.about .about_left span {
		height: 420px;
	}

	.about .about_left span em {
		height: 400px;
	}

	.about .about_left span i {
		width: 120px;
		height: 120px;
	}

	.about .about_left span i::before {
		font-size: 80px;
		line-height: 120px;
	}
}

@media screen and (max-width: 420px) {
	.about .about_left span {
		height: 380px;
	}

	.about .about_left span em {
		height: 360px;
	}

	.about .about_right .about_right_title p img {}
}

/*about end*/


/*product*/
.product {
	position: relative;
	background-image: url(../image/product_bj.jpg);
	background-size: 100%;
	padding-bottom: 120px;
	margin-top: 60px;
}

.product .product_class {
	height: 172px;
	width: 88%;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 20px #ccc;
	position: absolute;
	left: 0;
	top: -11%;
	margin: auto;
}

.product .product_more {
	display: block;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	background: linear-gradient(to bottom, #f91304, #ff6300);
	text-align: center;
	line-height: 52px;
	color: #fff;
	font-size: 40px;
	font-family: "bah";
	position: absolute;
	right: -26px;
	top: 60px;
	z-index: 6;
	transition: 0.3s;
}

.product .product_more:hover {
	transform: rotate(180deg);
	transition: 0.3s;
}

.product .product_class ul {
	width: 100%;
}

.product .product_class ul li {
	width: 15%;
	height: 172px;
	float: left;
	position: relative;
	transition: 0.3s;
	overflow: hidden;
}

.product .product_class ul li:first-child.on {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.product .product_class ul li a {
	font-family: "almm";
	-webkit-font-smoothing: antialiased;
	/* Chrome, Safari, Opera */
	-moz-osx-font-smoothing: grayscale;
	/* Firefox */
	text-rendering: optimizeLegibility;
	/* 其他浏览器 */
}

.product .product_class ul li a p {
	font-size: 36px;
	font-family: "almmB";
	padding-top: 30px;
	padding-left: 40px;
}

.product .product_class ul li a p b {
	display: block;
	font-size: 22px;
	padding-top: 4px;
	font-weight: normal;
}

.product .product_class ul li a em {
	display: block;
	font-style: normal;
	opacity: 0.5;
	padding-left: 40px;
	font-size: 13px;
	padding-top: 4px;
}

.product .product_class ul li::after {
	content: "";
	display: block;
	width: 5px;
	height: 0px;
	background: #fff;
	position: absolute;
	left: 26%;
	bottom: -14%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	transition: 0.3s;
}

.product .product_class ul li::before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 20px #fff solid;
	position: absolute;
	right: -100%;
	bottom: -100%;
	opacity: 0.1;
	transition: 0.3s;
}

.product .product_class ul li.on {
	background: #da251c;
	transition: 0.3s;
}

.product .product_class ul li.on p {
	color: #fff;
}

.product .product_class ul li.on em {
	color: #fff;
}

.product .product_class ul li.on::after {
	height: 50px;
	transition: 0.3s;
}

.product .product_class ul li.on::before {
	right: -40%;
	bottom: -40%;
	transition: 0.6s;
}

.product .product_nr {
	padding-top: 80px;
}

.product .product_nr ul {}

.product .product_nr ul li {}

.product .product_nr ul li.product_nr_fl {
	float: left;
}

.product .product_nr ul li.product_nr_fl em {
	font-size: 100px;
	display: block;
	font-family: "Aem";
	font-style: normal;
	opacity: 0.08;
	margin-top: 80px;
}

.product .product_nr ul li.product_nr_fl p {
	font-size: 80px;
	font-family: "almmB";
	margin-top: 14px;
	margin-bottom: 40px;
}

.product .product_nr ul li.product_nr_fl dl {}

.product .product_nr ul li.product_nr_fl dl dd {
	width: 15px;
	height: 40px;
	float: left;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	transform: rotate(20deg);
	margin-right: 14px;
}

.product .product_nr ul li.product_nr_fl dl dd:nth-child(2) {
	background: #da251c;
}

.product .product_nr ul li.product_nr_fl dl dd:nth-child(3) {
	background: #fe4d01;
}

.product .product_nr ul li.product_nr_fl dl dd:nth-child(4) {
	background: #ffd800;
}

.product .product_nr ul li.product_nr_fl dl dd:nth-child(5) {
	background: #5cc400;
}

.product .product_nr ul li.product_nr_fl dl dd:nth-child(6) {
	background: #01fefb;
}

.product .product_nr ul li.product_nr_fl dl dd:nth-child(7) {
	background: #1f42c5;
}

.product .product_nr ul li.product_nr_fl dl dd:nth-child(8) {
	background: #cf1bda;
}

.product .product_nr ul li.product_nr_fl dl strong {
	font-size: 30px;
	font-family: "almmR";
	position: relative;
	display: block;
	float: left;
	margin-right: 30px;
	font-weight: normal;
}

.product .product_nr ul li.product_nr_fl dl strong b {
	width: 44px;
	height: 56px;
	overflow: hidden;
	display: block;
	position: absolute;
	left: -30%;
	top: -32%;
}

.product .product_nr ul li.product_nr_fl dl strong b::after {
	content: "";
	display: block;
	width: 52px;
	height: 52px;
	border: 2px #ccc solid;
	border-radius: 100%;
}

.product .product_nr ul li.product_nr_fl i {
	font-style: normal;
	font-size: 60px;
	font-weight: 100;
	line-height: 70px;
	display: block;
	margin-top: 80px;
	font-family: "almmR";
}

.product .product_nr ul li.product_nr_fl img {
	margin-top: 20px;

}

.product .product_nr ul li.product_nr_fr {
	position: absolute;
	right: 0;
	top: 20%;
}

.product .product_nr ul li.product_nr_fr img {
	width: 90%;
	margin-top: 40px;
	float: right;
	transition: 0.3s;
}

.product .product_nr ul:nth-child(2) li.product_nr_fr {
	/* right: -15%; */
}

.product .arrow {
	width: 410px;
	height: 90px;
	background: #fff;
	border-radius: 50px;
	/* box-shadow: 0px 0px 20px #ccc; */
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	margin: auto;
}

.product .arrow .prev {
	display: block;
	font-family: "bah";
	font-size: 80px;
	line-height: 90px;
	cursor: pointer;
	float: left;
	margin: auto;
	color: #ccc;
	transition: 0.3s;
	position: relative;
	left: 28px;
	font-style: normal;
}

.product .arrow .next {
	display: block;
	font-family: "bah";
	font-size: 80px;
	line-height: 90px;
	cursor: pointer;
	float: right;
	margin: auto;
	color: #ccc;
	transition: 0.3s;
	position: relative;
	right: 26px;
	font-style: normal;
}

.product .arrow i:hover {
	color: #000;
	transition: 0.3s;
}

.product .arrow a {
	display: table;
	background: linear-gradient(to bottom, #fe0101, #da251c);
	height: 100%;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	line-height: 90px;
	color: #fff;
	padding: 0px 45px;
	border-radius: 50px;
	margin: auto;
	float: left;
	margin-left: 54px;
}


@media screen and (max-width: 1500px) {
	.product .product_nr ul:nth-child(2) li.product_nr_fr img {
		margin-right: -60px;
	}

	.product .product_class {
		width: 100%;
	}
}

@media screen and (max-width: 1360px) {
	.product .product_nr ul li.product_nr_fr img {
		width: 76%;
	}

	.product .product_nr ul li.product_nr_fl em {
		font-size: 80px;
	}

	.product .product_nr ul li.product_nr_fl p {
		font-size: 70px;
	}

	.product .product_nr ul li.product_nr_fl i {
		font-size: 50px;
	}

}

@media screen and (max-width: 1300px) {
	.product .product_class {
		height: auto;
	}

	.product .product_class ul li {
		width: calc(100% / 3);
	}

	.product .product_more {
		display: none;
	}

	.product .product_nr {
		padding-top: 280px;
	}

	.product .product_nr ul li.product_nr_fr {
		top: auto;
		bottom: 0;
	}
}

@media screen and (max-width: 1100px) {
	.product .product_nr ul li.product_nr_fr {
		position: relative;
	}

	.product .product_nr ul li.product_nr_fl i {
		margin-top: 20px;
		font-size: 40px;
	}

	.product .product_nr ul li.product_nr_fl i br {
		display: none;
	}

	.product .product_nr ul li.product_nr_fr img {
		width: 100%;
	}

	.product .product_nr ul:nth-child(2) li.product_nr_fr img {
		margin-right: 0px;
	}

	.product .product_nr ul li.product_nr_fl em {
		margin-top: 0px;
	}

	.product .product_class {
		height: auto;
	}

	.product .product_class ul li {
		height: 140px;
	}

	.product .product_class ul li a p {
		font-size: 26px;
		padding-left: 0px;
		text-align: center;
	}

	.product .product_class ul li a p b {
		font-size: 16px;
	}

	.product .product_class ul li a em {
		padding-left: 0px;
		font-size: 0px;
		text-align: center;
	}

	.product .product_class ul li::after {
		left: 0;
		right: 0;
		margin: auto;
	}

	.product .product_nr {
		padding-top: 220px;
	}

	.product .product_nr ul li.product_nr_fl em {
		font-size: 60px;
	}

	.product .product_nr ul li.product_nr_fl p {
		font-size: 50px;
		margin-bottom: 20px;
	}

	.product .product_nr ul li.product_nr_fl i {
		font-size: 30px;
		margin-top: 0px;
	}

	.product .arrow {
		transform: scale(0.6);
	}

	.product .product_class ul li.on {
		border-radius: 20px;
	}

	.product .arrow {
		bottom: -80px;
	}

	.product .product_nr ul li.product_nr_fl dl strong b {
		display: none;
	}

}

/*product end*/


/*strategy*/
.strategy {
	background-image: url(../image/strategy_bj.jpg);
	background-color: #f2f1f2;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 40%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.strategy .strategy_top {
	position: absolute;
	left: 0;
	top: 230px;
}

.strategy .strategy_top p {
	font-size: 80px;
	font-weight: bold;
	position: relative;
	color: #fff;
	letter-spacing: 2px;
}

.strategy .strategy_top p img {
	display: block;
	width: 120px;
	float: left;
	padding-top: 14px;
	margin-right: 30px;
}

.strategy .strategy_top span {
	display: inline-block;
	color: #fff;
	font-size: 60px;
	letter-spacing: 4px;
}

.strategy .strategy_top span i {
	display: block;
	width: 100%;
	background: #fff;
	height: 1px;
	margin-top: 4px;
	opacity: 0.5;
}

.strategy .strategy_center {
	background-image: url(../image/strategy_dq.png);
	width: 663px;
	height: 663px;
	display: block;
	position: relative;
	left: 0;
	right: 0;
	top: 600px;
	margin: auto;
}

.strategy .strategy_center::after {
	content: "";
	display: block;
	border: 3px #dcdcdc dotted;
	border-radius: 100%;
	width: 740px;
	height: 740px;
	position: absolute;
	left: -40px;
	top: 0;
	bottom: 0;
	margin: auto;
	animation: rotation 10s infinite linear;
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(359deg);
	}
}

.strategy .strategy_left {
	position: absolute;
	left: 0;
	top: 144%;
}

.strategy .strategy_left p {
	font-size: 50px;
	font-weight: bold;
}

.strategy .strategy_left span {
	display: block;
	font-size: 40px;
}

.strategy .strategy_left i {
	font-size: 140px;
	font-family: "bah";
	color: #da251c;
	font-style: normal;
	font-weight: bold;
	float: left;
	display: block;
}

.strategy .strategy_left b {
	font-size: 60px;
	display: block;
	padding-top: 44px;
	padding-left: 140px;
}

.strategy .strategy_left em {
	font-style: normal;
	display: block;
	font-family: "Aem";
	font-size: 60px;
	letter-spacing: 3px;
	margin-top: -20px;
	margin-left: 5px;
	opacity: 0.2;
	float: left;
}

.strategy .strategy_right {
	position: absolute;
	right: 8%;
	top: 114%;
}

.strategy .strategy_right p {
	font-size: 80px;
	font-weight: bold;
}

.strategy .strategy_right p strong {
	color: #da251c;
}


@media screen and (max-width: 1600px) {
	.strategy .strategy_left p {
		font-size: 40px;
	}

	.strategy .strategy_left span {
		font-size: 30px;
	}

	.strategy .strategy_left i {
		font-size: 120px;
	}

	.strategy .strategy_left b {
		font-size: 50px;
		padding-top: 39px;
		padding-left: 120px;
	}

	.strategy .strategy_left em {
		font-size: 50px;
	}

	.strategy .strategy_center {
		width: 563px;
		height: 563px;
		background-size: 100%;
		top: 500px;
	}

	.strategy .strategy_center::after {
		display: none;
	}

	.strategy .strategy_right {
		top: 108%;
	}

	.strategy .strategy_right p {
		font-size: 70px;
	}
}

@media screen and (max-width: 1440px) {
	.strategy .strategy_left {
		top: 130%;
	}

	.strategy .strategy_top {
		top: 170px;
	}

	.strategy .strategy_top p {
		font-size: 70px;
	}

	.strategy .strategy_top span {
		font-size: 50px;
	}

	.strategy .strategy_top p img {
		padding-top: 6px;
	}

	.strategy .strategy_left b {
		font-size: 46px;
	}

	.strategy .strategy_center {
		left: 24px;
		top: 440px;
	}

	.strategy .strategy_right {
		top: 94%;
		right: 4%;
	}
}

@media screen and (max-width: 1360px) {
	.strategy .strategy_left {
		top: 130%;
	}

	.strategy .strategy_top {
		top: 170px;
	}

	.strategy .strategy_top p {
		font-size: 70px;
	}

	.strategy .strategy_top span {
		font-size: 50px;
	}

	.strategy .strategy_top p img {
		padding-top: 6px;
	}

	.strategy .strategy_left b {
		font-size: 46px;
	}

	.strategy .strategy_center {
		left: 24px;
		top: 440px;
	}

	.strategy .strategy_right {
		top: 94%;
		right: 4%;
	}
}

@media screen and (max-width: 1280px) {
	.strategy .strategy_top {
		top: 150px;
	}

	.strategy .strategy_top p {
		font-size: 50px;
	}

	.strategy .strategy_top span {
		font-size: 30px;
		letter-spacing: 10px;
	}

	.strategy .strategy_top p img {
		padding-top: 5px;
		width: 76px;
	}

	.strategy .strategy_center {
		width: 400px;
		height: 400px;
		top: 360px;
	}

	.strategy .strategy_right {
		top: 110%;
		right: 10%;
	}

	.strategy .strategy_right p {
		font-size: 50px;
	}
}


@media screen and (max-width: 1100px) {
	.strategy {
		background-size: 160%;
	}

	.strategy .strategy_top {
		top: 50px;
	}

	.strategy .strategy_top p {
		font-size: 40px;
	}

	.strategy .strategy_top p img {
		display: block;
		float: none;
		margin-bottom: 10px;
	}

	.strategy .strategy_top span {
		font-size: 20px;
	}

	.strategy .strategy_center {
		left: auto;
		right: -60%;
		top: 300px;
	}

	.strategy .strategy_left {
		top: -50px;
		position: relative;
		display: inline-block;
	}

	.strategy .strategy_left p {
		font-size: 30px;
	}

	.strategy .strategy_left span {
		font-size: 20px;
	}

	.strategy .strategy_left i {
		font-size: 110px;
	}

	.strategy .strategy_left b {
		font-size: 40px;
		padding-top: 39px;
		padding-left: 120px;
	}

	.strategy .strategy_left em {
		font-size: 40px;
		display: none;
	}

	.strategy .strategy_right {
		top: -50px;
		position: relative;
		margin-top: -3%;
		left: 0;
	}

	.strategy .strategy_right p {
		font-size: 30px;
	}

	.strategy .strategy_right p br {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.strategy {
		background-size: 180%;
		padding-bottom: 10%;
	}

	.strategy .strategy_center {
		width: 300px;
		height: 300px;
		margin-bottom: 70px;
		top: 200px;
	}

	.strategy .strategy_top p {
		font-size: 30px;
	}

	.strategy .strategy_top span {
		letter-spacing: 5px;
		font-size: 20px;
	}

	.strategy .strategy_left p {
		font-size: 20px;
	}

	.strategy .strategy_left span {
		font-size: 20px;
	}

	.strategy .strategy_left i {
		font-size: 90px;
	}

	.strategy .strategy_left b {
		font-size: 30px;
		padding-left: 90px;
		padding-top: 36px;
	}

	.strategy .strategy_right p {
		font-size: 24px;
	}
}

/*strategy end*/

/*news*/
.news {
	padding-bottom: 120px;
	overflow: hidden;
}

.news .news_title {
	padding-top: 120px;
}

.news .news_title .news_title_left {
	float: left;
	position: relative;
}

.news .news_title .news_title_left p {
	font-size: 60px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.news .news_title .news_title_left::after {
	content: "";
	position: absolute;
	left: -34px;
	bottom: 40px;
	width: 150px;
	height: 10px;
	background: #da251c;
	border-radius: 10px;
	z-index: 0;
}

.news .news_title .news_title_left span {
	display: block;
	font-family: "almm";
	font-size: 26px;
	color: #ccc;
}

.news .news_title .news_title_right {
	float: right;
}

.news .news_title .news_title_right ul {
	padding-top: 20px;
	position: relative;
}

.news .news_title .news_title_right ul::after {
	content: "";
	width: 120%;
	height: 10px;
	background: #dddddd;
	display: block;
	position: absolute;
	right: -32.2%;
	top: 76px;
	z-index: 0;
	border-radius: 10px;
}

.news .news_title .news_title_right ul li {
	float: left;
	margin-left: 60px;
	position: relative;
}

.news .news_title .news_title_right ul li::after {
	content: "";
	width: 0%;
	height: 10px;
	background: #da251c;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	top: 56px;
	z-index: 1;
	transition: 0.3s;
	border-radius: 10px;
}

.news .news_title .news_title_right ul li.on::after {
	width: 100%;
	transition: 0.3s;
}

.news .news_title .news_title_right ul li a {
	font-size: 26px;
}

.news .news_nr {
	margin-top: 4%;
}

.news .news_nr ul {}

.news .news_nr ul li {
	width: 30%;
	float: left;
	margin-right: 5%;
	position: relative;
}

.news .news_nr ul li:nth-child(3n) {
	margin-right: 0px;
}

.news .news_nr ul li i {
	width: 100%;
	height: 410px;
	background: #ddd;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.news .news_nr ul li::after {
	height: 30px;
	width: 70px;
	display: block;
	content: "";
	background: #da251c;
	border-radius: 30px;
	position: absolute;
	z-index: 0;
	top: 300px;
	left: 10%;
	transition: 0.3s;
}

.news .news_nr ul li:hover::after {
	top: 390px;
	transition: 0.3s;
}

.news .news_nr ul li i img {
	width: 140%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.news .news_nr ul li p {
	font-size: 24px;
	padding-top: 30px;
	font-weight: bold;
}

.news .news_nr ul li span {
	display: block;
	padding-top: 10px;
	padding-bottom: 36px;
	line-height: 26px;
	color: #999;
	font-size: 14px;
}

.news .news_nr ul li em {
	display: block;
	float: left;
	font-style: normal;
	color: #999;
}

.news .news_nr ul li b {
	display: block;
	float: right;
	font-style: normal;
	color: #999;
}

.news .news_nr ul li strong {
	display: block;
	width: 100%;
	height: 4px;
	background: #dddddd;
	margin-top: 24px;
	transition: 0.3s;
}

.news .news_nr ul li:hover strong {
	background: #da251c;
	transition: 0.3s;
}

@media screen and (max-width: 1300px) {
	.news .news_title {
		padding-top: 80px;
	}

	.news .news_title .news_title_left p {
		font-size: 40px;
	}

	.news .news_title .news_title_left::after {
		width: 114px;
		height: 10px;
		bottom: 34px;
	}

	.news .news_title .news_title_left span {
		font-size: 20px;
	}

	.news .news_title .news_title_left {
		float: none;
	}

	.news .news_title .news_title_right {
		float: none;
	}

	.news .news_title .news_title_right ul li {
		margin-left: 0px;
		padding-right: 30px;
	}

	.news .news_title .news_title_right ul li::after {
		top: 42px;
	}

	.news .news_title .news_title_right ul::after {
		right: 0;
		left: 0;
		bottom: 14px;
		top: auto;
	}

	.news .news_title .news_title_right ul {
		padding-top: 30px;
		padding-bottom: 66px;
	}

	.news .news_title .news_title_right ul li a {
		font-size: 18px;
	}

	.news .news_nr ul li {
		width: 100%;
		margin-bottom: 30px;
	}

	.news .news_nr ul li i {
		height: 260px;
	}

	.news .news_nr ul li::after {
		top: 240px;
	}
}

/*newsend*/

/*footer*/
.footer {
	background-image: url(../image/footer_bj.jpg);
	background-size: 100%;
	padding-bottom: 11%;
	color: #fff;
	border-top: 20px #da251c solid;
	overflow: hidden;
}

.footer .w88 {
	padding-top: 120px;
}

.footer .footer_left {
	width: 30%;
	float: left;
}

.footer .footer_left .logo {
	float: left;
	position: relative;
}

.footer .footer_left .logo img {
	height: 70px;
	float: left;
}

.footer .footer_left .logo p {
	float: left;
	color: #fff;
	font-family: "syB";
	font-size: 40px;
	padding-left: 16px;
	padding-top: 12px;
	position: relative;
	z-index: 1;
}

.footer .footer_left .logo em {
	float: left;
	color: #fff;
	font-size: 26px;
	font-family: "Aem";
	font-style: normal;
	position: absolute;
	left: 116px;
	top: 0;
	z-index: 0;
	opacity: 0.3;
}

.footer .footer_left p {
	font-size: 18px;
	color: #fff;
	padding-top: 20px;
	line-height: 30px;
}

.footer .footer_left p strong {
	display: block;
}

.footer .footer_left em {
	display: block;
	font-style: normal;
	font-size: 50px;
	font-family: "Aem";
	opacity: 0.2;
	padding-top: 30px;
}

.footer .footer_left ul {
	padding-top: 10px;
}

.footer .footer_left ul li {
	line-height: 30px;
}

.footer .footer_left .mapxml {
	display: block;
	color: #fff;
	background: #333;
	width: 120px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50px;
	margin-top: 20px;
	transition: 0.3s;
}

.footer .footer_left .mapxml:hover {
	background: #da251c;
	transition: 0.3s;
}

.footer .footer_left a{
	color: #fff;
}

.footer .footer_right {
	float: right;
	width: 50%;
}

.footer .footer_right ul {
	width: 40%;
	float: left;
}

.footer .footer_right ul p {
	font-size: 60px;
	font-family: "almmB";
	margin-bottom: 30px;
}

.footer .footer_right ul li {
	border-bottom: 1px #999 solid;
	margin-top: 16px;
	position: relative;
	transition: 0.3s;
}

.footer .footer_right ul li:hover {
	border-bottom: 1px #da251c solid;
	transition: 0.6s;
}

.footer .footer_right ul li::after {
	content: "";
	background: #da251c;
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
	transition: 0.3s;
}

.footer .footer_right ul li:hover::after {
	width: 100%;
	transition: 0.3s;
}

.footer .footer_right ul li a {
	color: #fff;
	font-size: 30px;
	font-family: "almmR";
	padding: 14px 0px 14px 8px;
	display: block;
	position: relative;
	z-index: 1;
}

.footer .footer_right dl {
	width: 40%;
	float: right;
}

.footer .footer_right dl p {
	font-size: 60px;
	font-family: "almmB";
	margin-bottom: 30px;
}

.footer .footer_right dl dd {
	margin-top: 16px;
}

.footer .footer_right dl dd>a {
	color: #fff;
	font-size: 30px;
	font-family: "almmR";
	padding: 14px 0px 14px 8px;
	display: block;
	border-bottom: 1px #999 solid;
}

.footer .footer_right dl dd .dl_menu {}

.footer .footer_right dl dd .dl_menu li {
	position: relative;
}

.footer .footer_right dl dd .dl_menu li a {
	color: #fff;
	font-size: 24px;
	font-family: "almmR";
	padding-left: 40px;
	display: block;
	margin-top: 20px;
}

.footer .footer_right dl dd .dl_menu li a::before {
	content: "";
	display: block;
	width: 14px;
	height: 4px;
	background: #504e50;
	position: absolute;
	left: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: 0.3s;
	border-radius: 12px;
}

.footer .footer_right dl dd .dl_menu li a:hover::before {
	background: #da251c;
	transition: 0.3s;
}

.footer .footer_right dl>a {
	display: block;
	height: 50px;
	width: 176px;
	border-radius: 50px;
	line-height: 50px;
	background: #da251c;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-family: "almmR";
	font-weight: bold;
	margin-top: 34px;
	transition: 0.3s;
	position: relative;
}

.footer .footer_right dl>a:hover {
	background: #ff3600;
	transition: 0.3s;
}

.footer .footer_right dl>a em {
	font-family: "Aem";
	font-size: 44px;
	color: #fff;
	opacity: 0.1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	margin: auto;
	font-style: normal;
	letter-spacing: 3px;
}

@media screen and (max-width: 1300px) {
	.footer .footer_left {
		width: 100%;
		margin-bottom: 60px;
	}

	.footer .footer_right {
		width: 100%;
	}

	.footer .footer_right ul {
		width: 100%;
		float: none;
		margin-bottom: 60px;
	}

	.footer .footer_right dl {
		width: 100%;
		float: none;
	}

	.footer .footer_right ul p {
		font-size: 40px;
		margin-bottom: 0px;
	}

	.footer .footer_right ul li a {
		font-size: 20px;
	}

	.footer .footer_right ul li {
		float: left;
		width: 50%;
	}

	.footer .footer_right dl p {
		font-size: 40px;
	}

	.footer .footer_right dl dd>a {
		font-size: 20px;
	}

	.footer .footer_right dl dd .dl_menu li a {
		font-size: 16px;
	}

	.footer .footer_right dl dd .dl_menu li {
		float: left;
		width: 50%;
	}

	.footer .footer_right dl dd .dl_menu li a::before {
		bottom: -18px;
	}
}

/*footerend*/


/*关于我们01*/
.about_n {
	background-image: url(../image/about_n.jpg);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 61%;

}

.about_n .about_n_left {
	padding-top: 25%;
	color: #fff;
	text-align: right;
	width: 48%;
	float: left;
}

.about_n .about_n_left em {
	font-family: "Aem";
	font-size: 60px;
	opacity: 0.3;
	font-style: normal;
}

.about_n .about_n_left p {
	font-size: 80px;
	font-weight: bold;
}

.about_n .about_n_left span {
	display: block;
	font-size: 40px;
	font-weight: 100;
	margin-top: 6px;
}

.about_n .about_n_right {
	padding-top: 24%;
	width: 48%;
	float: right;
}

.about_n .about_n_right .about_n_right_play {
	color: #fff;
	float: left;
}

.about_n .about_n_right .about_n_right_play i {
	width: 276px;
	height: 276px;
	border: 3px #999 dotted;
	border-radius: 100%;
	position: relative;
}

.about_n .about_n_right .about_n_right_play i::after {
	content: "";
	width: 236px;
	height: 236px;
	border: 2px #999 solid;
	border-radius: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.about_n .about_n_right .about_n_right_play i::before {
	display: block;
	margin: auto;
	font-size: 80px;
	text-align: center;
	line-height: 286px;
	color: #da251c;
	border-radius: 20px;
	text-indent: 20px;
}

.about_n .about_n_right p {
	font-size: 30px;
	width: 50px;
	display: block;
	color: #fff;
	float: left;
	font-weight: 100;
	line-height: 34px;
	padding-top: 7%;
	padding-left: 3%;
}

@media screen and (max-width: 1024px) {
	.about_n {
		padding-bottom: 70%;
		background-size: 114%;
	}

	.about_n .about_n_left {
		padding-top: 34%;
	}

	.about_n .about_n_left em {
		font-size: 40px;
	}

	.about_n .about_n_left p {
		font-size: 60px;
	}

	.about_n .about_n_left span {
		font-size: 30px;
	}

	.about_n .about_n_right {
		padding-top: 28%;
	}

	.about_n .about_n_right .about_n_right_play {
		transform: scale(0.8);
	}

	.about_n .about_n_right p {
		padding-top: 60px;
		padding-left: 0px;
		font-size: 24px;
		display: inline-block;
		width: 36px;
	}
}

@media screen and (max-width: 824px) {
	.about_n {
		padding-bottom: 80%;
		background-size: 134%;
	}

	.about_n .about_n_left {
		padding-top: 41%;
	}

	.about_n .about_n_left em {
		font-size: 30px;
	}

	.about_n .about_n_left p {
		font-size: 50px;
	}

	.about_n .about_n_left span {
		font-size: 24px;
	}

	.about_n .about_n_right {
		padding-top: 30%;
		position: relative;
		left: -30px;
	}

	.about_n .about_n_right .about_n_right_play {
		transform: scale(0.7);
	}

	.about_n .about_n_right p {
		padding-top: 60px;
		padding-left: 0px;
		position: absolute;
		right: 0px;
		font-size: 18px;
		width: 26px;
	}
}

@media screen and (max-width: 650px) {
	.about_n {
		padding-bottom: 20%;
		background-size: 224%;
	}

	.about_n .about_n_left {
		padding-top: 50%;
		text-align: center;
		width: 100%;
		float: none;
	}

	.about_n .about_n_left em {
		font-size: 24px;
	}

	.about_n .about_n_left p {
		font-size: 40px;
	}

	.about_n .about_n_left span {
		font-size: 20px;
	}

	.about_n .about_n_right {
		padding-top: 8%;
		float: none;
		width: 50%;
		margin: auto;
		left: 0;
	}

	.about_n .about_n_right p {
		width: 100%;
		padding-top: 0px;
		left: 0;
		margin: auto;
		text-align: center;
		bottom: 20px;
	}

	.about_n .about_n_right .about_n_right_play {
		float: none;
		transform: scale(1);
	}

	.about_n .about_n_right .about_n_right_play i {
		margin: auto;
		width: 160px;
		height: 160px;
		display: block;
	}

	.about_n .about_n_right .about_n_right_play i::before {
		line-height: 160px;
		font-size: 60px;
	}

	.about_n .about_n_right .about_n_right_play i::after {
		display: none;
	}
}

@media screen and (max-width: 420px) {
	.about_n {
		padding-bottom: 20%;
		background-size: 252%;
	}

	.about_n .about_n_left {
		padding-top: 60%;
	}
}

/*关于我们01 end*/

/*关于我们02*/
.about_n_02 {
	background-image: url(../image/about_n_02.png);
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 120px;
	margin-top: -5%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.about_n_02 .about_n_02_title {
	color: #fff;
	padding-top: 60px;
}

.about_n_02 .about_n_02_title img {
	width: 98px;
	height: 70px;
	float: left;
	padding-top: 55px;
	padding-right: 24px;
}

.about_n_02 .about_n_02_title p {
	font-weight: bold;
	font-size: 66px;
	float: left;
	padding-top: 2.5%;
}

.about_n_02 .about_n_02_title b {
	font-family: "almmB";
	font-size: 120px;
	display: block;
	float: left;
	padding: 15px 10px 0px 18px;
}

.about_n_02 .about_n_02_title strong {
	display: block;
	float: left;
	font-size: 66px;
	padding-top: 2.5%;
}

.about_n_02 .about_n_02_title em {
	display: block;
	font-family: "Aem";
	font-size: 50px;
	color: #fff;
	opacity: 0.2;
	font-style: normal;
	position: relative;
	top: -16px;
}

.about_n_02 .about_n_02_title dl {
	position: absolute;
	right: 0;
	top: 126px;
	opacity: 0.3;
}

.about_n_02 .about_n_02_title dl dd {
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	border-radius: 100%;
	background: #fff;
	margin-left: 22px;
}

.about_n_02 .about_n_02_nr {
	padding-top: 40px;
}

.about_n_02 .about_n_02_nr .about_n_02_nr_left {}

.about_n_02 .about_n_02_nr .about_n_02_nr_left i {
	display: block;
	width: 40%;
	height: 304px;
	border-radius: 20px;
	background: #da251c;
	overflow: hidden;
	position: relative;
	float: left;
	z-index: 1;
	left: 0;
	top: 0;
}

.about_n_02 .about_n_02_nr .about_n_02_nr_left i img {
	width: 100%;
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
}

.about_n_02 .about_n_02_nr .about_n_02_nr_left span {
	display: block;
	width: 60%;
	height: 272px;
	background: #000;
	overflow: hidden;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	position: relative;
	float: right;
	margin-top: 16px;
	margin-left: -10px;
	right: 0;
	top: 0;
	color: #fff;
}

.about_n_02 .about_n_02_nr .about_n_02_nr_left span img {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.about_n_02 .about_n_02_nr .about_n_02_nr_left span p {
	font-size: 40px;
	font-family: "almmB";
	position: relative;
	z-index: 1;
	padding-top: 70px;
	padding-left: 60px;
}

.about_n_02 .about_n_02_nr .about_n_02_nr_left span::after {
	content: "";
	display: block;
	position: absolute;
	left: 40px;
	top: 68px;
	background: #da251c;
	width: 74px;
	height: 52px;
	border-bottom-left-radius: 60px;
	border-top-left-radius: 60px;
	z-index: 0;
}

.about_n_02 .about_n_02_nr .about_n_02_nr_left span b {
	display: block;
	font-family: "qhys";
	font-size: 60px;
	font-weight: normal;
	padding-left: 54px;
	padding-top: 6px;
}

.about_n_02 .about_n_02_nr .about_n_02_nr_left span em {
	display: block;
	position: absolute;
	top: 68px;
	left: 480px;
	font-family: "Aem";
	font-style: normal;
	font-size: 40px;
	opacity: 0.2;
}

.about_n_02 .about_n_02_nr .about_n_02_nr_left span::before {
	content: "";
	display: block;
	position: absolute;
	left: 330px;
	top: 28px;
	background: url(../image/about_n_02_nr_left_img.png);
	width: 66px;
	height: 66px;
}

.about_n_02 .about_n_02_nr .about_n_02_nr_right {
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	line-height: 40px;
	padding-top: 60px;
}

@media screen and (max-width: 1024px) {
	.about_n_02 .about_n_02_title {}

	.about_n_02 .about_n_02_title p {
		font-size: 46px;
		padding-top: 4.4%;
	}

	.about_n_02 .about_n_02_title b {
		font-size: 100px;
	}

	.about_n_02 .about_n_02_title strong {
		font-size: 46px;
		padding-top: 4.4%;
	}

	.about_n_02 .about_n_02_title em {
		font-size: 30px;
	}

	.about_n_02 .about_n_02_title img {
		width: 78px;
		height: auto;
		padding-top: 36px;
	}

	.about_n_02 .about_n_02_nr .about_n_02_nr_left i {
		width: 100%;
		border-bottom-left-radius: 0%;
		border-bottom-right-radius: 0%;
	}

	.about_n_02 .about_n_02_nr .about_n_02_nr_left span {
		width: 100%;
		margin-left: 0px;
		margin-top: 0px;
		border-radius: 20px;
		border-top-left-radius: 0%;
		border-top-right-radius: 0%;
	}

	.about_n_02 .about_n_02_nr .about_n_02_nr_right {
		font-size: 18px;
	}
}

@media screen and (max-width: 790px) {
	.about_n_02 .about_n_02_nr {
		padding-top: 20px;
	}

	.about_n_02 .about_n_02_title {
		text-align: center;
		position: relative;
	}

	.about_n_02 .about_n_02_title img {
		float: none;
		width: 180px;
		padding-right: 0px;
	}

	.about_n_02 .about_n_02_title p {
		float: none;
	}

	.about_n_02 .about_n_02_title b {
		font-size: 100px;
		display: block;
		float: none;
		padding: 0 10px 0 0px;
	}

	.about_n_02 .about_n_02_title strong {
		position: absolute;
		bottom: 93px;
		right: -280px;
		left: 0;
		font-size: 30px;
	}

	.about_n_02 .about_n_02_nr .about_n_02_nr_left span p {
		font-size: 30px;
		font-family: Arial, Helvetica, sans-serif;
	}

	.about_n_02 .about_n_02_nr .about_n_02_nr_left span b {
		font-size: 18px;
	}

	.about_n_02 .about_n_02_nr .about_n_02_nr_right {
		font-size: 16px;
		line-height: 30px;
		padding-top: 30px;
	}

	.about_n_02 .about_n_02_nr .about_n_02_nr_left i {
		height: auto;
	}

	.about_n_02 .about_n_02_nr .about_n_02_nr_left i img {
		bottom: 0px;
		position: relative;
	}

	.about_n_02 .about_n_02_nr .about_n_02_nr_left span {
		text-align: center;
	}

	.about_n_02 .about_n_02_nr .about_n_02_nr_left span p {
		padding-left: 0px;
	}
}

@media screen and (max-width: 790px) {
	.about_n_02 .about_n_02_nr .about_n_02_nr_left span::after {
		left: 10px;
		width: 54px;
		height: 42px;
	}
}

/*关于我们02 end*/

/*关于我们03*/
.about_n_03 {
	overflow: hidden;
}

.about_n_03 .about_n_03_left {
	position: relative;
	width: 30%;
	float: left;
}

.about_n_03 .about_n_03_left p {
	font-size: 70px;
	font-family: "almm";
	color: #da251c;
	padding-top: 160px;
	font-weight: bold;
}

.about_n_03 .about_n_03_left em {
	display: block;
	font-style: normal;
	font-weight: 100;
	color: #000;
	font-family: "Aem";
	font-size: 140px;
	opacity: 0.06;
	position: absolute;
	top: 70px;
	left: -20px;
}

.about_n_03 .about_n_03_left ul {
	margin-top: 60px;
	width: 70%;
}

.about_n_03 .about_n_03_left ul li {
	cursor: pointer;
	font-size: 60px;
	color: #ccc;
	float: left;
	margin-right: 40px;
	margin-bottom: 16px;
	transition: 0.3s;
	font-weight: bold;
}

.about_n_03 .about_n_03_left ul li:nth-child(2n) {
	margin-right: 0px;
}

.about_n_03 .about_n_03_left ul li.on {
	color: #000;
	transition: 0.3s;
}

.about_n_03 .about_n_03_left img {
	margin-top: 40px;
	display: block;
}

.about_n_03 .about_n_03_left i {
	display: block;
	width: 104px;
	height: 14px;
	background: #da251c;
	border-radius: 20px;
	margin-left: -40px;
	margin-top: 100px;
}

.about_n_03 .about_n_03_right {
	float: right;
	position: relative;
	width: 60%;
}

.about_n_03 .about_n_03_right .swiper {
	border-radius: 20px;
	margin-top: 120px;
}

.about_n_03 .about_n_03_right .swiper-button-next1 {
	background: #fff;
	height: 50px;
	width: 50px;
	border-radius: 10px;
	left: 160px;
	top: var(--swiper-navigation-top-offset, 84%);
	transition: 0.3s;
	position: absolute;
	z-index: 1;
	text-align: center;
	line-height: 48px;
	
}

.about_n_03 .about_n_03_right .swiper-button-next1:hover {
	background: #da251c;
	transition: 0.3s;
}

.about_n_03 .about_n_03_right .swiper-button-next1::before {
	font-size: 30px;
	color: #ccc;
	transition: 0.3s;
}

.about_n_03 .about_n_03_right .swiper-button-next1:hover:before {
	color: #fff;
	transition: 0.3s;
}

.about_n_03 .about_n_03_right .swiper-button-prev1 {
	background: #fff;
	height: 50px;
	width: 50px;
	border-radius: 10px;
	left: 100px;
	top: var(--swiper-navigation-top-offset, 84%);
	transition: 0.3s;
	position: absolute;
	z-index: 1;
	text-align: center;
	line-height: 48px;
	transform: rotate(180deg);
}

.about_n_03 .about_n_03_right .swiper-button-prev1:hover {
	background: #da251c;
	transition: 0.3s;
}

.about_n_03 .about_n_03_right .swiper-button-prev1:before {
	font-size: 30px;
	color: #ccc;
	transition: 0.3s;
}

.about_n_03 .about_n_03_right .swiper-button-prev1:hover:before {
	color: #fff;
	transition: 0.3s;
}

.about_n_03 .about_n_03_right .swiper-slide {}

.about_n_03 .about_n_03_right .swiper-slide img {
	width: 100%;
}

.about_n_03 .about_n_03_right .swiper-pagination {
	bottom: var(--swiper-pagination-bottom, 160px);
	left: 94px;
	width: auto;
}

.about_n_03 .about_n_03_right .swiper-pagination-bullet {
	opacity: 1;
	font-size: 48px;
	font-family: "bah";
	color: #fff;
	width: 40px;
	background: none;
	text-align: left;
	transition: 0.3s;
	position: relative;
}

.about_n_03 .about_n_03_right .swiper-pagination-bullet::after {
	content: "";
	width: 0%;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 26px;
	right: 6px;
	transition: 0.3s;
}

.about_n_03 .about_n_03_right .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 180px;
	transition: 0.3s;
}

.about_n_03 .about_n_03_right .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
	width: 70%;
	transition: 0.3s;
}


@media screen and (max-width: 2780px) {
	.about_n_03 .about_n_03_left ul {
		width: 50%;
	}
}

@media screen and (max-width: 2121px) {
	.about_n_03 .about_n_03_left ul {
		width: 60%;
	}
}

@media screen and (max-width: 1770px) {
	.about_n_03 .about_n_03_left ul {
		width: 70%;
	}
}

@media screen and (max-width: 1520px) {
	.about_n_03 .about_n_03_left ul {
		width: 80%;
	}
}

@media screen and (max-width: 1360px) {
	.about_n_03 .about_n_03_left ul {
		width: 100%;
		margin-top: 20px
	}

	.about_n_03 .about_n_03_right .swiper {
		margin-top: 60px;
	}

	.about_n_03 .about_n_03_right .swiper-pagination {
		bottom: var(--swiper-pagination-bottom, 100px);
	}

	.about_n_03 .about_n_03_left img {
		display: none;
	}
}

@media screen and (max-width: 1070px) {

	.about_n_03 .about_n_03_left {
		width: 100%;
	}

	.about_n_03 .about_n_03_left p {
		font-size: 60px;
		font-family: Arial, Helvetica, sans-serif;
	}

	.about_n_03 .about_n_03_left em {
		font-size: 120px;
	}

	.about_n_03 .about_n_03_right {
		width: 100%;
	}

	.about_n_03 .about_n_03_left img {
		display: none;
	}

	.about_n_03 .about_n_03_left i {
		display: none;
	}

	.about_n_03 .about_n_03_left ul li {
		font-size: 40px;
	}

	.about_n_03 .about_n_03_left ul li:nth-child(2n) {
		margin-right: 40px;
	}

	.about_n_02 .about_n_02_nr .about_n_02_nr_left span b {
		font-size: 50px;
	}

	.about_n_02 .about_n_02_nr .about_n_02_nr_left span em {
		display: none;
	}

	.about_n_02 .about_n_02_title dl {
		display: none;
	}
}

@media screen and (max-width: 830px) {
	.about_n_03 .about_n_03_left p {
		font-size: 50px;
	}

	.about_n_03 .about_n_03_left em {
		font-size: 90px;
		top: 90px;
	}

	.about_n_02 .about_n_02_nr .about_n_02_nr_left span b {
		font-size: 40px;
	}

	.about_n_02 .about_n_02_title {}

	.about_n_03 .about_n_03_left ul li {
		font-size: 30px;
		margin-right: 20px;
	}

	.about_n_03 .about_n_03_left ul li:nth-child(2n) {
		margin-right: 20px;
	}
}

@media screen and (max-width: 700px) {
	.about_n_02 .about_n_02_nr .about_n_02_nr_left span b {
		transform: scale(0.8);
		padding-left: 0px;
	}

	.about_n_03 .about_n_03_right .swiper {
		margin-top: 20px;
	}

	.about_n_03 .about_n_03_right .swiper-pagination {
		display: none;
	}

	.about_n_03 .about_n_03_left p {
		padding-top: 120px;
	}

	.about_n_03 .about_n_03_left em {
		top: 60px;
	}

	.about_n_03 .about_n_03_right .swiper-button-next1 {
		left: 10px;
		top: auto;
		bottom: 10px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.about_n_03 .about_n_03_right .swiper-button-prev1 {
		left: 60px;
		top: auto;
		bottom: 10px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: ;
	}

	.about_n_03 .about_n_03_right .swiper-button-prev1:before {
		font-size: 20px;
	}

	.about_n_03 .about_n_03_right .swiper-button-next1::before {
		font-size: 20px;
	}
}


/*关于我们03 end*/

/*关于我们04*/
.course {
	background-image: url(../image/course_bj.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top center;
	height: 1619px;
	margin-top: 120px;
	position: relative;
	overflow: hidden;
}

.course_title {}

.course_title p {
	font-size: 50px;
	padding-top: 50px;
}

.course_title span {
	display: block;
	font-size: 60px;
	font-weight: bold;
}

.course .mySwiper2 {
	position: relative;
	top: -200px;
}

.course .mySwiper2 .swiper-wrapper {}

.course .mySwiper2 .swiper-wrapper .swiper-slide {
	color: #fff;
}

.course .mySwiper2 .swiper-wrapper .swiper-slide i {
	display: block;
	font-family: "almmB";
	font-style: normal;
	font-size: 300px;
	background: linear-gradient(to bottom, #fe0101, #ff5400);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
}

.course .mySwiper2 .swiper-wrapper .swiper-slide p {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

.course .mySwiper2 .swiper-wrapper .swiper-slide span {
	display: block;
	font-size: 22px;
	width: 54%;
	margin: auto;
	text-align: center;
	padding-top: 20px;
	line-height: 40px;
}

.course .swiper-button {
	width: 50%;
	margin: auto;
	position: relative;
	height: 50px;
	top: -135px;
}

.course .swiper-button .swiper-button-next {
	width: calc(var(--swiper-navigation-size) / 20 * 27);
	cursor: pointer;
}

.course .swiper-button .swiper-button-next::after {
	font-size: 0px;
}

.course .swiper-button .swiper-button-prev {
	width: calc(var(--swiper-navigation-size) / 20 * 27);
	cursor: pointer;
}

.course .swiper-button .swiper-button-prev img {
	transform: rotate(180deg);
}

.course .swiper-button .swiper-button-prev::after {
	font-size: 0px;
}


.course .mySwiper3 {
	width: 30%;
	position: relative;
	top: -180px;
}

.course .mySwiper3 .swiper-wrapper {
	position: relative;
}

.course .mySwiper3::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #666;
	position: absolute;
	top: 20px;
}

.course .mySwiper3 .swiper-wrapper .swiper-slide {
	color: #fff;
	text-align: center;
	padding-top: 50px;
}

.course .mySwiper3 .swiper-wrapper .swiper-slide i {
	display: block;
	width: 8px;
	height: 15px;
	background: #fff;
	border-radius: 20px;
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	transition: 0.3s;
}

.course .mySwiper3 .swiper-wrapper .swiper-slide p {
	display: block;
	font-family: "almmB";
	font-style: normal;
	font-size: 30px;
}

.course .mySwiper3 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
	color: #fff;
}

.course .mySwiper3 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active i {
	height: 28px;
	background: #da251c;
	top: 7px;
	transition: 0.3s;
}

.course .course_hy {}

.course .course_hy .course_hy_01 {
	width: 1062px;
	height: 920px;
	background: url(../image/course_hy.png);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.course .course_hy .course_hy_02 {
	width: 1240px;
	height: 644px;
	background: url(../image/course_c.png);
	position: absolute;
	left: -110px;
	bottom: 140px;
	z-index: 1;
}

.course .course_hy .course_hy_03 {
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 240px;
	width: 88%;
	margin: auto;
	text-align: right;
}

.course .course_hy .course_hy_03 i {
	font-style: normal;
	font-size: 200px;
	font-family: "almmB";
}

.course .course_hy .course_hy_03 p {
	font-family: "almmR";
	font-size: 80px;
}

.course .course_hy .course_hy_03 em {
	position: relative;
	display: block;
	top: 90px;
	right: 140px;
	height: 30px;
}

.course .course_hy .course_hy_03 em::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	z-index: 0;
}

.course .course_hy .course_hy_03 em img {
	width: 30px;
	height: 30px;
}

@media screen and (max-width: 1660px) {
	.course .course_hy .course_hy_01 {
		left: -100px;
	}

	.course .course_hy .course_hy_02 {
		left: -300px;
	}
}

@media screen and (max-width: 1440px) {
	.course .course_hy .course_hy_01 {
		left: -400px;
	}

	.course .course_hy .course_hy_02 {
		left: -500px;
	}
}

@media screen and (max-width: 1360px) {
	.course .mySwiper2 {
		top: -300px;
	}

	.course .mySwiper2 .swiper-wrapper .swiper-slide i {
		font-size: 260px;
	}

	.course .mySwiper2 .swiper-wrapper .swiper-slide span {
		width: 100%;
	}

	.course_title {
		padding-bottom: 278px;
		text-align: center;
	}

	.course_title p {
		font-size: 50px;
		float: left;
		padding-top: 0px;
		float: none;
	}

	.course_title span {
		font-size: 50px;
	}
}

@media screen and (max-width: 960px) {
	.course .mySwiper2 .swiper-wrapper .swiper-slide i {
		font-size: 180px;
	}

	.course_title {
		padding-bottom: 300px;
		text-align: center;
	}

	.course_title p {
		font-size: 40px;
		float: left;
		padding-top: 0px;
		float: none;
	}

	.course_title span {
		font-size: 40px;
	}

	.course .mySwiper2 .swiper-wrapper .swiper-slide p {
		font-size: 30px;
	}

	.course .mySwiper2 .swiper-wrapper .swiper-slide span {
		font-size: 18px;
		line-height: 30px;
		padding-top: 10px;
	}

	.course .swiper-button {
		top: -280px;
		width: 80%;
	}

	.course .mySwiper3 {
		width: 50%;
		top: -325px;
	}

	.course .mySwiper3 .swiper-wrapper .swiper-slide p {
		font-size: 22px;
	}

	.course .course_hy .course_hy_03 {
		top: 660px;
	}

	.course .course_hy .course_hy_03 i {
		font-size: 120px;
	}

	.course .course_hy .course_hy_03 p {
		font-size: 50px;
	}

	.course .course_hy .course_hy_03 em {
		display: none;
	}

	.course .course_hy .course_hy_01 {
		left: -300px;
	}

	.course .course_hy .course_hy_02 {
		left: -400px;
	}

	.course .swiper-button .swiper-button-next {
		width: 50px;
		display: block;
		top: var(--swiper-navigation-top-offset, 24%);
	}

	.course .swiper-button .swiper-button-prev {
		width: 50px;
		display: block;
		top: var(--swiper-navigation-top-offset, 24%);
	}
}

@media screen and (max-width: 600px) {
	.course {
		margin-top: 80px;
		height: 1428px
	}

	.course .mySwiper2 .swiper-wrapper .swiper-slide p {
		font-size: 20px;
	}

	.course .mySwiper2 .swiper-wrapper .swiper-slide span {
		font-size: 14px;
		line-height: 26px;
	}

	.course .mySwiper3 .swiper-wrapper .swiper-slide p {
		font-size: 16px;
	}

	.course .swiper-button {
		width: 100%;
		top: -198px;
	}

	.course .mySwiper3 {
		width: 62%;
		top: -242px;
	}

	.course .course_hy .course_hy_03 {
		top: 568px;
	}

	.course .course_hy .course_hy_03 i {
		font-size: 80px;
	}

	.course .course_hy .course_hy_03 p {
		font-size: 30px;
	}

	.course .course_hy .course_hy_01 {
		left: -500px;
	}

	.course .course_hy .course_hy_02 {
		left: -600px;
	}

	.course .mySwiper2 .swiper-wrapper .swiper-slide i {
		font-size: 120px;
	}

	.course .mySwiper2 {
		top: -208px;
	}

	.course_title {
		padding-bottom: 230px;
	}
}

/*关于我们04 end*/

/*关于我们05*/
.cooperation {
	padding-top: 120px;
	padding-bottom: 120px;
	overflow: hidden;
}

.cooperation .cooperation_title {
	position: relative;
}

.cooperation .cooperation_title p {
	font-size: 70px;
	font-family: "almmBB";
	position: relative;
	z-index: 1;
}

.cooperation .cooperation_title::after {
	content: "";
	display: block;
	width: 164px;
	height: 10px;
	background: #da251c;
	border-radius: 10px;
	position: absolute;
	top: 68px;
	left: -20px;
}

.cooperation .cooperation_title em {
	font-family: "almm";
	display: block;
	font-style: normal;
	font-size: 30px;
	font-weight: bold;
	opacity: 0.1;
}

.cooperation .cooperation_title span {
	font-family: "almmL";
	font-size: 70px;
	font-weight: 100;
	opacity: 0.3;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.cooperation .cooperation_nr {
	margin-top: 60px;
}

.cooperation .cooperation_nr ul {
	width: 100%;
}

.cooperation .cooperation_nr ul li {
	width: 23%;
	float: left;
	border: 1px #ccc solid;
	border-radius: 20px;
	margin-right: 2%;
	margin-bottom: 30px;
	overflow: hidden;
}

.cooperation .cooperation_nr ul li img {
	width: 100%;
	margin: auto;
	display: block;
}

.cooperation .cooperation_nr ul li:nth-child(4n) {
	margin-right: 0px;
}


@media screen and (max-width: 1340px) {
	.cooperation .cooperation_nr ul li {
		width: 31%;
	}

	.cooperation .cooperation_nr ul li:nth-child(3n) {
		margin-right: 0px;
	}

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

	.cooperation .cooperation_title span {
		position: relative;
		font-size: 50px;
		top: 10px;
	}
}

@media screen and (max-width: 740px) {
	.cooperation {
		padding-top: 80px;
	}

	.cooperation .cooperation_nr ul li {
		width: 47%;
	}

	.cooperation .cooperation_nr ul li:nth-child(2n) {
		margin-right: 0%;
	}

	.cooperation .cooperation_nr ul li:nth-child(3n) {
		margin-right: 2%;
	}

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

	.cooperation .cooperation_title p {
		font-size: 40px;
		font-family: Arial, Helvetica, sans-serif;
	}

	.cooperation .cooperation_title::after {
		top: 40px;
	}

	.cooperation .cooperation_title em {
		font-size: 20px;
	}

	.cooperation .cooperation_title span {
		font-size: 30px;
	}
}

/*关于我们05 end*/



/*产品列表*/
.prod {
	background: #eeeeee;
	/* padding-bottom: 120px; */
}

.prod .product_class {
	height: 172px;
	width: 88%;
	background: #fff;
	border-radius: 20px;

	box-shadow: 0px 0px 20px rgb(0 0 0 / 18%);
	position: relative;
	left: 0;
	top: -86px;
	margin: auto;
}

.prod .product_more {
	display: block;
	width: 16px;
	height: 52px;
	border-radius: 10px;
	background: linear-gradient(to bottom, #f91304, #ff6300);
	text-align: center;
	line-height: 52px;
	color: #fff;
	font-size: 40px;
	font-family: "bah";
	position: absolute;
	right: -8px;
	top: 60px;
	z-index: 6;
	transition: 0.3s;
	font-size: 0px;
}

.prod .product_more:hover {
	transform: rotate(180deg);
	transition: 0.3s;
}

.prod .product_class ul {
	width: 100%;
}

.prod .product_class ul li {
	width: 15%;
	height: 172px;
	float: left;
	position: relative;
	transition: 0.3s;
	overflow: hidden;
}

.prod .product_class ul li:first-child {
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
}

.prod .product_class ul li a {
	height: 100%;
	display: block;
}

.prod .product_class ul li a p {
	font-size: 36px;
	font-family: "almmB";
	padding-top: 30px;
	padding-left: 40px;
}

.prod .product_class ul li a p b {
	display: block;
	font-size: 22px;
	padding-top: 4px;
	font-weight: normal;
}

.prod .product_class ul li a em {
	display: block;
	font-style: normal;
	opacity: 0.5;
	padding-left: 40px;
	font-size: 12px;
	padding-top: 4px;
}

.prod .product_class ul li::after {
	content: "";
	display: block;
	width: 5px;
	height: 0px;
	background: #fff;
	position: absolute;
	left: 26%;
	bottom: -14%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	transition: 0.3s;
}

.prod .product_class ul li::before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 20px #fff solid;
	position: absolute;
	right: -100%;
	bottom: -100%;
	opacity: 0.2;
	transition: 0.3s;
}

.prod .product_class ul li.on {
	background: #da251c;
	transition: 0.3s;
}

.prod .product_class ul li.on p {
	color: #fff;
}

.prod .product_class ul li.on em {
	color: #fff;
}

.prod .product_class ul li.on::after {
	height: 50px;
	transition: 0.3s;
}

.prod .product_class ul li.on::before {
	right: -40%;
	bottom: -40%;
	transition: 0.6s;
}

.prod .prod_nr {}

.prod .prod_nr ul {}

.prod .prod_nr ul li {
	width: calc(76% / 3);
	background: #fff;
	padding: 3% 3%;
	border-radius: 20px;
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	position: relative;
	transition: 0.3s;
}

.prod .prod_nr ul li:hover {
	box-shadow: 0px 0px 20px rgb(0 0 0 / 18%);
	transition: 0.3s;
}

.prod .prod_nr ul li:nth-child(3n) {
	margin-right: 0px;
}

.prod .prod_nr ul li a {}

.prod .prod_nr ul li a i {
	display: block;
	height: 430px;
	margin: auto;
	position: relative;
}

.prod .prod_nr ul li a i img {
	margin: auto;
	height: 100%;
	display: block;
}

.prod .prod_nr ul li a p {
	font-size: 30px;
	font-weight: bold;
}

.prod .prod_nr ul li a em {
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	margin-right: 10px;
	float: left;
	margin-bottom: 40px;
	margin-top: 40px;
	display: none;
}

.prod .prod_nr ul li a p::after {
	content: "";
	background: #ccc;
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 80px;
}

.prod .prod_nr ul li a b {
	font-weight: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 102px;
	display: none;
}

.prod .prod_nr ul li a p {
	padding-top: 30px;
	position: relative;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 54px;
}

.prod .prod_nr ul li a span {
	font-size: 20px;
}

.prod .prod_nr ul li a p strong {
	position: absolute;
	bottom: 10px;
	right: 0;
	background: #dddddd;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 36px;
	border-radius: 6px;
	font-size: 20px;
	color: #fff;
	transition: 0.3s;
}

.prod .prod_nr ul li:hover a p strong {
	background: #da251c;
	transition: 0.3s;
}

.Page {
	text-align: center;
	margin: 0px !important;
	margin-top: 20px !important;
	margin-bottom: 30px !important;
	justify-content: center;
	display: flex;
}

.Page .active span {
	background: #da251c;
	color: #fff;
}

.Page .active a {
	background: #da251c;
	color: #fff;
}

.Page ul li {
	float: left;

}

.Page ul li span {
	vertical-align: middle;
	font-size: 18px;
	line-height: 40px;
	display: inline-block;
	height: 40px;
	padding: 0 16px;
	text-align: center;
	color: #333;
	border: 1px solid #eee;
	background: #fff;
	margin-left: 6px;
	margin-right: 6px;
	border-radius: 100%;
}

.Page ul li a {
	vertical-align: middle;
	font-size: 18px;
	line-height: 40px;
	display: inline-block;
	height: 40px;
	padding: 0 16px;
	text-align: center;
	color: #333;
	border: 1px solid #eee;
	background: #fff;
	margin-left: 6px;
	margin-right: 6px;
	border-radius: 100%;
}


@media screen and (max-width: 1820px) {}

@media screen and (max-width: 1700px) {
	.prod .prod_nr ul li a i {
		height: 400px;
	}
}

@media screen and (max-width: 1600px) {
	.prod .prod_nr ul li a i {
		height: 360px;
	}
}

@media screen and (max-width: 1480px) {
	.prod .prod_nr ul li a i {
		height: 320px;
	}
}


@media screen and (max-width: 1520px) {
	.prod .product_nr ul:nth-child(2) li.product_nr_fr img {
		margin-right: -60px;
	}

	.prod .product_class {
		width: 100%;
	}

	.prod .prod_nr ul li a p {
		font-size: 24px;
	}

	.prod .prod_nr ul li a span {
		font-size: 16px;
	}
}

@media screen and (max-width: 1360px) {
	.prod .product_nr ul li.product_nr_fr img {
		width: 76%;
	}

	.prod .product_nr ul li.product_nr_fl em {
		font-size: 80px;
	}

	.prod .product_nr ul li.product_nr_fl p {
		font-size: 70px;
	}

	.prod .product_nr ul li.product_nr_fl i {
		font-size: 50px;
	}

}

@media screen and (max-width: 1300px) {
	.prod .product_class {
		height: auto;
	}

	.prod .product_class ul li {
		width: calc(100% / 3);
	}

	.prod .product_more {
		display: none;
	}

	.prod .product_nr {
		padding-top: 280px;
	}

	.prod .product_nr ul li.product_nr_fr {
		top: auto;
		bottom: 0;
	}

	.prod .prod_nr ul li a i {
		height: 280px;
	}
}

@media screen and (max-width: 1100px) {
	.prod .product_nr ul li.product_nr_fr {
		position: relative;
	}

	.prod .product_nr ul li.product_nr_fl i {
		margin-top: 20px;
		font-size: 40px;
	}

	.prod .product_nr ul li.product_nr_fl i br {
		display: none;
	}

	.prod .product_nr ul li.product_nr_fr img {
		width: 100%;
	}

	.prod .product_nr ul:nth-child(2) li.product_nr_fr img {
		margin-right: 0px;
	}

	.prod .product_nr ul li.product_nr_fl em {
		margin-top: 0px;
	}

	.prod .product_class {
		height: auto;
	}

	.prod .product_class ul li {
		height: 140px;
	}

	.prod .product_class ul li a p {
		font-size: 22px;
		padding-left: 0px;
		text-align: center;
	}

	.prod .product_class ul li a p b {
		font-size: 16px;
	}

	.prod .product_class ul li a em {
		padding-left: 0px;
		font-size: 0px;
		text-align: center;
	}

	.prod .product_class ul li::after {
		left: 0;
		right: 0;
		margin: auto;
	}

	.prod .product_nr {
		padding-top: 220px;
	}

	.prod .product_nr ul li.product_nr_fl em {
		font-size: 60px;
	}

	.prod .product_nr ul li.product_nr_fl p {
		font-size: 50px;
		font-family: Arial, Helvetica, sans-serif;
		margin-bottom: 20px;
	}

	.prod .product_nr ul li.product_nr_fl dl strong {
		font-family: Arial, Helvetica, sans-serif;
	}

	.prod .product_nr ul li.product_nr_fl i {
		font-size: 30px;
		margin-top: 0px;
	}

	.prod .prod_nr ul li a i img {
		width: 100%;
		height: auto;
		padding-bottom: 0px;
	}

	.prod .prod_nr ul li a i {
		height: 100%;
	}

	.prod .prod_nr ul li a p {
		font-size: 20px;
		margin-top: 34px;
	}

	.prod .prod_nr ul li a p strong {
		width: 26px;
		height: 26px;
		line-height: 24px;
	}

	.prod .prod_nr ul li a span {
		font-size: 12px;
	}

	.prod .arrow {
		transform: scale(0.6);
	}

	.prod .product_class ul li.on {
		border-radius: 20px;
	}

	.prod .arrow {
		bottom: -80px;
	}

	.prod .product_nr ul li.product_nr_fl dl strong b {
		display: none;
	}

	.prod .prod_nr ul li {
		width: 88%;
		padding: 6% 6%;
		margin-right: 0%;
		margin-bottom: 6%;
	}

	.prod .prod_nr ul li a p::after {
		display: none;
	}

}

@media screen and (max-width: 700px) {
	.prod .prod_nr ul li {
		width: 80%;
		padding: 10% 10%;
		margin-right: 0%;
		margin-bottom: 10%;
	}
}

/*产品列表end*/

/*产品内页*/
.prod_page {}

.prod_page .prod_page_nr {
	margin-top: 0px;
	font-family: "almm";
}

.prod_page .prod_page_nr .prod_page_left {
	float: left;
}

.prod_page .prod_page_nr .prod_page_left .mySwiper2 {
	width: 710px !important;
	height: 710px !important;
	float: left;
	border-radius: 20px;
	overflow: hidden;
}

.prod_page .prod_page_nr .prod_page_left .mySwiper2 .swiper-wrapper {}

.prod_page .prod_page_nr .prod_page_left .mySwiper2 .swiper-wrapper img {
	height: 100%;
}

.prod_page .prod_page_nr .prod_page_left .mySwiper {
	display: block !important;
	float: left;
	margin-left: 20px;
}

.prod_page .prod_page_nr .prod_page_left .mySwiper .swiper-wrapper {
	display: block !important;
}

.prod_page .prod_page_nr .prod_page_left .mySwiper .swiper-wrapper .swiper-slide {
	width: 130px !important;
	height: 130px !important;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 16px;
	cursor: pointer;
}

.prod_page .prod_page_nr .prod_page_left .mySwiper .swiper-wrapper .swiper-slide img {
	height: 100%;
	width: 100%;
}

.prod_page .prod_page_nr .prod_page_left .mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
	opacity: 0.5;
	transition: 0.3s;
}

.prod_page .prod_page_nr .prod_page_right {
	float: right;
	width: 42%;
}

.prod_page .prod_page_nr .prod_page_right p {
	font-size: 56px;
	font-weight: bold;
	padding-top: 40px;
}

.prod_page .prod_page_nr .prod_page_right span {
	font-size: 26px;
	display: block;
	padding-top: 16px;
	line-height: 36px;
	color: #333333;
}

.prod_page .prod_page_nr .prod_page_right i {
	display: block;
	width: 100%;
	height: 8px;
	border-radius: 20px;
	background: #da251c;
	margin-top: 40px;
}

.prod_page .prod_page_nr .prod_page_right ul {
	margin-top: 40px;
}

.prod_page .prod_page_nr .prod_page_right ul li {
	float: left;
	margin-right: 60px;
	margin-bottom: 30px;
}

.prod_page .prod_page_nr .prod_page_right ul li:nth-child(3) {
	margin-right: 0px;
}

.prod_page .prod_page_nr .prod_page_right ul li:nth-child(5) {
	margin-right: 0px;
}

.prod_page .prod_page_nr .prod_page_right ul li em {
	font-style: normal;
	display: block;
	font-size: 20px;
}

.prod_page .prod_page_nr .prod_page_right ul li b {
	display: block;
	font-size: 30px;
}

.prod_page .prod_page_nr .prod_page_right dl {
	margin-left: 40px;
	margin-top: 10px;
}

.prod_page .prod_page_nr .prod_page_right dl dd {
	width: 10px;
	height: 10px;
	background: #ccc;
	border-radius: 100%;
	margin-bottom: 10px;
}

.prod_page .prod_page_nr .prod_page_right {
	position: relative;
}

.prod_page .prod_page_nr .prod_page_right .prod_page_right_more a {
	display: inline-block;
	padding: 20px 70px;
	border: 1px #999 solid;
	border-radius: 40px;
	font-size: 30px;
	font-weight: bold;
	margin-top: 34px;
	position: relative;
	z-index: 1;
	transition: 0.3s;
}

.prod_page .prod_page_nr .prod_page_right .prod_page_right_more::after {
	content: "";
	display: block;
	width: 64px;
	height: 8px;
	background: #da251c;
	border-radius: 20px;
	position: absolute;
	bottom: 22px;
	left: 68px;
	z-index: 0;
}

.prod_page .prod_page_nr .prod_page_right .prod_page_right_more a:hover {
	background: #da251c;
	color: #fff;
	transition: 0.3s;
}

.prod_page .prod_page_xq {
	margin-top: 80px;
}

.prod_page .prod_page_xq .prod_page_xq_title {
	margin-left: 68px;
	position: relative;
}

.prod_page .prod_page_xq .prod_page_xq_title p {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	background: #da251c;
	padding: 26px 60px;
	display: inline-block;
	border-radius: 20px;
}

.prod_page .prod_page_xq .prod_page_xq_title em {
	font-size: 60px;
	color: #eeeeee;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	left: 400px;
	top: 10px;
}

.prod_page .prod_page_xq .prod_page_xq_nr {
	background: #eeeeee;
	padding: 70px;
	border-radius: 20px;
	margin-top: -20px;
}

.prod_page .prod_page_xq .prod_page_xq_nr img {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

@media screen and (max-width: 1820px) {
	.prod_page .prod_page_nr .prod_page_left .mySwiper2 {
		width: 660px !important;
		height: 660px !important;
	}

	.prod_page .prod_page_nr .prod_page_left .mySwiper .swiper-wrapper .swiper-slide {
		width: 120px !important;
		height: 120px !important;
	}

	.prod_page .prod_page_nr .prod_page_right {
		width: 36%;
	}
}

@media screen and (max-width: 1820px) {
	.prod_page .prod_page_nr .prod_page_right ul li:nth-child(3) {
		margin-right: 60px;
	}
}

@media screen and (max-width: 1520px) {
	.prod_page .prod_page_nr .prod_page_left .mySwiper2 {
		width: 600px !important;
		height: 600px !important;
	}

	.prod_page .prod_page_nr .prod_page_left .mySwiper .swiper-wrapper .swiper-slide {
		width: 105px !important;
		height: 105px !important;
	}

	.prod_page .prod_page_nr .prod_page_right {
		width: 36%;
	}

	.prod_page .prod_page_nr .prod_page_right ul li em {
		font-size: 16px;
	}

	.prod_page .prod_page_nr .prod_page_right ul li b {
		font-size: 26px;
	}

	.prod_page .prod_page_nr .prod_page_right span {
		font-size: 24px;
	}

	.prod_page .prod_page_nr .prod_page_right p {
		font-size: 46px;
	}
}

@media screen and (max-width: 1240px) {
	.prod_page_left {
		width: 100%;
	}

	.prod_page .prod_page_nr .prod_page_left .mySwiper {
		margin-top: 10px;
	}

	.prod_page .prod_page_nr .prod_page_left .mySwiper .swiper-wrapper .swiper-slide {
		width: 17% !important;
		height: 100% !important;
		float: left;
		border-radius: 6px;
	}

	.prod_page .prod_page_nr .prod_page_left .mySwiper2 .swiper-wrapper img {
		width: 100%;
		height: auto;
	}

	.prod_page .prod_page_nr .prod_page_left .mySwiper2 {
		width: 100% !important;
		height: 100% !important;

	}

	.prod_page .prod_page_nr .prod_page_left .mySwiper {
		margin-left: 0px;
	}

	.swiper-wrapper {
		width: 103% !important;
	}

	.prod_page .prod_page_nr .prod_page_right {
		width: 100%;
	}

	.prod_page .prod_page_nr .prod_page_right p {
		font-size: 30px;
		font-weight: 500px;
	}

	.prod_page .prod_page_nr .prod_page_right span {
		font-size: 18px;
		line-height: 26px;
	}

	.prod_page .prod_page_nr .prod_page_right ul li b {
		font-size: 20px;
		font-weight: 500;
	}

	.prod_page .prod_page_nr .prod_page_right ul li em {
		font-size: 16px;
	}

	.prod_page .prod_page_nr .prod_page_right ul li:nth-child(3) {
		margin-right: 60px;
	}

	.prod_page .prod_page_nr .prod_page_right .prod_page_right_more a {
		font-size: 20px;
		padding: 16px 40px;
	}

	.prod_page .prod_page_nr .prod_page_right .prod_page_right_more::after {
		width: 40px;
		height: 4px;
		bottom: 18px;
		left: 81px;
	}

	.prod_page .prod_page_xq .prod_page_xq_title p {
		font-size: 30px;
		margin: auto;
		padding: 16px 40px;
	}

	.prod_page .prod_page_xq .prod_page_xq_title {
		margin-left: 0px;
		text-align: center;
	}

	.prod_page .prod_page_xq .prod_page_xq_nr {
		padding: 10px;
		margin-top: 0px;
	}

	.prod_page .prod_page_xq .prod_page_xq_title em {
		display: none;
	}
}

/*产品内页end*/

/*新闻列表*/
.news_page {}

.news_page .news_page_class {
	background: #eee;
}

.news_page .news_page_class ul {
	width: 88%;
	margin: auto;
	height: 100px;
}

.news_page .news_page_class ul li {
	float: left;
	height: 100px;
	line-height: 100px;
	transition: 0.3s;
}

.news_page .news_page_class ul li.active {
	background: #da251c;
	transition: 0.3s;
}

.news_page .news_page_class ul li.active a {
	color: #fff;
	font-weight: bold;
	transition: 0.3s;
}

.news_page .news_page_class ul li:hover {
	background: #da251c;
	transition: 0.3s;
}

.news_page .news_page_class ul li:hover a {
	color: #fff;
	font-weight: bold;
	transition: 0.3s;
}

.news_page .news_page_class ul li a {
	display: block;
	padding: 0px 60px;
	font-size: 26px;
}

.news_page .news_page_nr {
	margin-top: 80px;
}

.news_page .news_page_nr ul {}

.news_page .news_page_nr ul li {
	border: 1px #ccc solid;
	border-radius: 20px;
	padding: 50px;
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
}

.news_page .news_page_nr ul li a {}

/* 	.news_page .news_page_nr ul li:hover {background:#da251c;}
.news_page .news_page_nr ul li:hover a{}
.news_page .news_page_nr ul li:hover a p{color: #fff;}
.news_page .news_page_nr ul li:hover a span{color: #fff;}
.news_page .news_page_nr ul li:hover a em{color: #fff;}
.news_page .news_page_nr ul li:hover a b{color: #fff;} */
.news_page .news_page_nr ul li a i {
	width: 36%;
	display: block;
	float: left;
	height: auto;
	max-height: 400px;
	min-height: 400px;
	margin-right: 80px;
	overflow: hidden;
	border-radius: 20px;
}

.news_page .news_page_nr ul li a i img {
	width: 135%;
}

.news_page .news_page_nr ul li a p {
	font-size: 40px;
	font-weight: bold;
	padding-top: 40px;
}

.news_page .news_page_nr ul li a span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	padding-top: 20px;
	line-height: 36px;
	opacity: 0.7;
}

.news_page .news_page_nr ul li a em {
	font-style: normal;
	float: left;
	display: block;
	padding-top: 80px;
	font-size: 22px;
	font-weight: 100;
}

.news_page .news_page_nr ul li a em::before {
	padding-right: 10px;
	color: #bbb;
}

.news_page .news_page_nr ul li a b {
	float: right;
	display: block;
	padding-top: 80px;
	font-size: 22px;
	position: relative;
}

.news_page .news_page_nr ul li a b::after {
	content: "";
	display: block;
	width: 75%;
	height: 100px;
	border-radius: 10px;
	background: #da251c;
	position: absolute;
	bottom: -200px;
	right: 0;
	transition: 0.3s;
}

.news_page .news_page_nr ul li:hover a b::after {
	bottom: 0;
	height: 5px;
	transition: 0.3s;
}

.news_page .news_page_nr ul li a b::before {
	padding-right: 10px;
	padding-top: 2px;
}

@media screen and (max-width: 880px) {
	.news_page .news_page_nr ul li a i {
		width: 100%;
		float: none;
		min-height: auto;
	}

	.news_page .news_page_nr ul li a p {
		font-size: 24px;
	}

	.news_page .news_page_nr ul li a span {
		font-size: 14px;
		line-height: 24px;
	}

	.news_page .news_page_nr ul li a em {
		font-size: 16px;
		padding-top: 40px;
	}

	.news_page .news_page_nr ul li a b {
		font-size: 16px;
		padding-top: 40px;
	}

	.news_page .news_page_class ul {
		height: 70px;
	}

	.news_page .news_page_class ul li {
		height: 70px;
		line-height: 70px;
	}

	.news_page .news_page_class ul li a {
		padding: 0px 15px;
		font-size: 16px;
		height: 70px;
	}

	.news_page .news_page_nr ul li {
		padding: 20px;
	}
}

/*新闻列表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 img {
	max-width: 100%;
	display: block;
	margin: auto;
	margin-bottom: 20px;

}

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

.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: 20px;
	color: #000;
	margin-top: 15px;
	transition: ease .3s;
	line-height: 36px;
}

.show_news .show_news_left dl dd a {
	color: #000;
}

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

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

.show_news .show_news_right dl dd ul li i {
	height: 12vw;
	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;
	}
}

/* 新闻展示页-结束 */


/* 上一个 / 下一个 */
.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: #da215c;
}

/* 上一个 / 下一个-结束 */


/*联系我们*/
.contact_page {
	padding-top: 100px;
	position: relative;
}

.contact_page .w88::after {
	content: "contact";
	font-family: "almm";
	display: inline-block;
	font-size: 226px;
	font-weight: bold;
	color: #f7f7f7;
	writing-mode: vertical-rl;
	text-transform: uppercase;
	position: absolute;
	right: -46px;
	top: 170px;
}

.contact_page .contact_page_title {}

.contact_page .contact_page_title p {
	font-size: 70px;
	font-weight: bold;
	font-family: "almmB";
}

.contact_page .contact_page_title p strong {
	color: #da251c;
}

.contact_page .contact_page_title i {
	width: 100%;
	height: 4px;
	background: #fff;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
	display: block;
	margin-top: 20px;
}

.contact_page {}

.contact_page .contact_page_nr {
	margin-top: 60px;
	width: 80%;
}

.contact_page .contact_page_nr .contact_page_nr_left {
	font-family: "almmR";
	float: left;
	position: relative;
}

.contact_page .contact_page_nr .contact_page_nr_left::after {
	content: "";
	display: block;
	width: 160px;
	height: 8px;
	background: #da251c;
	position: absolute;
	top: 144px;
	left: 0;
	z-index: 0;
	border-radius: 20px;
}

.contact_page .contact_page_nr .contact_page_nr_left em {
	display: block;
	font-weight: bold;
	font-style: normal;
	font-size: 50px;
	color: #eeeeee;
	text-transform: uppercase;
	padding-top: 50px;
}

.contact_page .contact_page_nr .contact_page_nr_left strong {
	font-size: 40px;
	display: block;
	margin-bottom: 24px;
	position: relative;
	z-index: 1;
	font-family: "almmB";
	font-weight: normal;
}

.contact_page .contact_page_nr .contact_page_nr_left i {
	font-size: 26px;
	line-height: 40px;
	display: block;
	font-style: normal;
}

.contact_page .contact_page_nr .contact_page_nr_left i br:nth-child(2) {
	display: none;
}

.contact_page .contact_page_nr .contact_page_nr_left dl {}

.contact_page .contact_page_nr .contact_page_nr_left dl dd {
	display: block;
	width: 10px;
	height: 10px;
	background: #ddd;
	border-radius: 100%;
	float: left;
	margin-right: 10px;
}

.contact_page .contact_page_nr .contact_page_nr_right {
	float: right;
	width: 56%;
}

.contact_page .contact_page_nr .contact_page_nr_right i {
	padding-left: 3%;
}

.contact_page .contact_page_nr .contact_page_nr_right i img {
	width: 46%;
}

.contact_page .contact_page_msg {}

.contact_page .contact_page_msg .contact_page_msg_title {
	margin-top: 80px;
	position: relative;
	width: 80%;
}

.contact_page .contact_page_msg .contact_page_msg_title p {
	font-size: 60px;
	font-family: "almm";
	float: left;
	font-weight: bold;
}

.contact_page .contact_page_msg .contact_page_msg_title em {
	font-style: normal;
	font-family: "Aem";
	font-size: 60px;
	opacity: 0.1;
	padding-left: 40px;
}

.contact_page .contact_page_msg .contact_page_msg_title i {
	width: 50%;
	height: 1px;
	background: #ccc;
	position: absolute;
	right: 8px;
	top: 38px;
}

.contact_page .contact_page_msg .contact_page_msg_title b {
	width: 8px;
	height: 8px;
	background: #da251c;
	border-radius: 100%;
	position: absolute;
	right: 0;
	top: 34px;
}

.contact_page .contact_page_msg .contact_page_msg_nr {
	margin-top: 80px;
	width: 80%;
	margin-bottom: 120px;
}

.contact_page .contact_page_msg .contact_page_msg_nr form {}

.contact_page .contact_page_msg .contact_page_msg_nr ul {}

.contact_page .contact_page_msg .contact_page_msg_nr ul li {
	width: calc(93% / 3);
	float: left;
	margin-right: 3%;
}

.contact_page .contact_page_msg .contact_page_msg_nr ul li:nth-child(3) {
	margin-right: 0;
}

.contact_page .contact_page_msg .contact_page_msg_nr ul li p {
	font-size: 30px;
	font-family: "almm";
	float: left;
	padding-left: 20px;
}

.contact_page .contact_page_msg .contact_page_msg_nr ul li em {
	font-size: 30px;
	font-family: "almm";
	opacity: 0.2;
	font-style: normal;
	padding-left: 10px;
}

.contact_page .contact_page_msg .contact_page_msg_nr ul li input {
	width: 100%;
	border-radius: 10px;
	border: 1px #ccc solid;
	height: 60px;
	text-indent: 30px;
	font-size: 20px;
	margin-top: 16px;
	color: #000;
}

.contact_page .contact_page_msg .contact_page_msg_nr ul li input-placeholder {
	color: #ccc;
}

.contact_page .contact_page_msg .contact_page_msg_nr ul li:nth-child(4) {
	width: 99.4%;
	margin-top: 50px;
}

.contact_page .contact_page_msg .contact_page_msg_nr ul li:nth-child(4) input {
	height: 400px;
}

.contact_page .contact_page_msg .contact_page_msg_nr .tanc_btn {
	width: 162px;
	height: 180px;
	border-radius: 10px;
	background: #da251c;
	text-align: center;
	font-size: 40px;
	font-family: "almm";
	font-weight: bold;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}

.contact_page .contact_page_msg .contact_page_msg_nr .tanc_btn::after {
	content: "submit";
	display: block;
	font-size: 26px;
	text-transform: uppercase;
	opacity: 0.2;
	padding-top: 6px;
}

@media screen and (max-width: 1300px) {
	.contact_page .contact_page_nr .contact_page_nr_right {
		width: 100%;
		margin-top: 6%;
	}

	.contact_page .contact_page_nr .contact_page_nr_right i:first-child {
		padding-left: 0%;
	}
}

@media screen and (max-width: 740px) {
	.contact_page .contact_page_title p strong {
		display: block;
		font-weight: 500;
	}

	.contact_page .contact_page_title p {
		font-size: 36px;
		font-weight: 500;
	}

	.contact_page .contact_page_nr {
		width: 100%;
		margin-top: 0px;
	}

	.contact_page .contact_page_nr .contact_page_nr_left strong {
		font-size: 28px;
	}

	.contact_page .contact_page_nr .contact_page_nr_left i {
		font-size: 20px;
	}

	.contact_page .contact_page_nr .contact_page_nr_right {
		margin-left: 0px;
		margin-top: 30px;
	}

	.contact_page .contact_page_nr .contact_page_nr_right i {
		width: 48%;
		padding-left: 0px;
		display: block;
		float: left;
	}

	.contact_page .contact_page_nr .contact_page_nr_right i:nth-child(1) {
		margin-right: 3%;
	}

	.contact_page .contact_page_nr .contact_page_nr_right i img {
		width: 100%;
		padding-left: 0px;
	}

	.contact_page .w88::after {
		display: none;
	}

	.contact_page .contact_page_msg .contact_page_msg_title p {
		font-size: 40px;
	}

	.contact_page .contact_page_msg .contact_page_msg_title em {
		font-size: 30px;
	}

	.contact_page .contact_page_msg .contact_page_msg_title i {
		display: none;
	}

	.contact_page .contact_page_msg .contact_page_msg_title b {
		display: none;
	}

	.contact_page .contact_page_msg .contact_page_msg_nr ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.contact_page .contact_page_msg .contact_page_msg_nr {
		width: 100%;
		margin-top: 30px;
	}

	.contact_page .contact_page_msg .contact_page_msg_nr ul li p {
		font-size: 20px;
	}

	.contact_page .contact_page_msg .contact_page_msg_nr ul li em {
		font-size: 20px;
	}

	.contact_page .contact_page_msg .contact_page_msg_nr .tanc_btn {
		bottom: -52px;
		left: 0;
		width: 142px;
		height: 160px;
		font-size: 30px;
		margin: auto;
	}

	.contact_page .contact_page_msg .contact_page_msg_nr .tanc_btn::after {
		font-size: 20px;
	}
}

/*联系我们end*/


/*证书*/
.qualification {
	font-family: "almmB";
	padding-bottom: 120px;
	overflow: hidden;
}

.qualification .qualification_title {
	margin-top: 100px;
	position: relative;
}

.qualification .qualification_title p {
	font-size: 86px;
	float: left;
	position: relative;
	z-index: 1;
	font-family: "almmBB";
}

.qualification .qualification_title p br {
	display: none;
}

.qualification .qualification_title em {
	font-size: 82px;
	float: left;
	font-style: normal;
	text-transform: uppercase;
	display: block;
	padding-top: 10px;
	margin-left: 40px;
	opacity: 0.1;
	font-family: "syB";
	font-weight: bold;
}

.qualification .qualification_title i {
	display: block;
	width: 355px;
	height: 17px;
	background: #da251c;
	border-radius: 20px;
	position: absolute;
	left: 422px;
	top: 88px;
	z-index: 0;
}

.qualification .qualification_nr {
	margin-top: 40px;
}

.qualification .qualification_nr ul {}

.qualification .qualification_nr ul li {
	float: left;
}

.qualification .qualification_nr ul li i {
	display: block;
	float: left;
	font-size: 26px;
	font-style: normal;
	background: #da251c;
	padding: 10px 16px;
	border-radius: 10px;
	color: #fff;
}

.qualification .qualification_nr ul li em {
	display: block;
	float: left;
	font-size: 30px;
	font-style: normal;
	padding-left: 16px;
	padding-top: 9px;
	text-transform: uppercase;
	opacity: 0.1;
}

.qualification .qualification_nr ul li p {
	font-size: 52px;
	padding-top: 10px;
	font-family: "almmBB";
}

.qualification .qualification_nr ul dl {
	float: left;
	margin-left: 76px;
	padding-top: 10px;
}

.qualification .qualification_nr ul dl dd {
	display: block;
	float: left;
	margin-right: 70px;
	position: relative;
}

.qualification .qualification_nr ul dl dd p {
	font-size: 24px;
}

.qualification .qualification_nr ul dl dd i {
	display: inline-block;
	font-size: 70px;
	font-style: normal;
	color: #da251c;
	padding-top: 10px;
}

.qualification .qualification_nr ul dl dd em {
	display: block;
	position: absolute;
	right: 0;
	bottom: 14px;
	font-size: 28px;
	font-style: normal;
	font-family: "almmBB";
}

.qualification .qualification_nr ul dl dd:nth-child(1) em {
	right: 16px;
}

.qualification .qualification_nr ul dl dd:nth-child(2) em {
	right: -28px;
}

.qualification .qualification_nr ul span {
	float: left;
	margin-left: 40px;
	margin-top: 12px;
	display: block;
}

.qualification .qualification_list {
	margin-top: 50px;
}

.qualification .qualification_list ul {}

.qualification .qualification_list ul li {
	width: calc(94% / 4);
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
}

.qualification .qualification_list ul li:nth-child(4n) {
	margin-right: 0%;
}

.qualification .qualification_list ul li::after {
	content: "";
	display: block;
	background-image: url(../image/qk.png);
	background-size: 100% 100%;
	background-position: top center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 999;
}

.qualification .qualification_list ul li i {
	display: block;
	position: relative;
}

.qualification .qualification_list ul li img {
	width: 100%;
	position: relative;
	z-index: 1;
	display: block;
}

.qualification .qualification_list #outerdiv {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 2;
	width: 100%;
	height: 100%;
	display: none;
}

.qualification .qualification_list #innerdiv {
	position: absolute;
}

.qualification .qualification_list #bigimg {
	border: 5px solid #fff;
}


@media screen and (max-width: 1360px) {
	.qualification .qualification_nr ul li {
		float: none;
	}

	.qualification .qualification_nr ul dl {
		float: none;
		margin-left: 0px;
		padding-top: 50px
	}

	.qualification .qualification_title em {
		margin-left: 0px;
	}
}

@media screen and (max-width: 850px) {
	.qualification .qualification_nr ul span {
		margin-left: 0px;
		margin-top: 30px;
	}

	.qualification .qualification_nr ul span img {
		width: 100%;
	}

	.qualification .qualification_nr ul dl dd {
		margin-right: 40px;
	}

	.qualification .qualification_nr ul dl dd:nth-child(2) {
		margin-right: 0px;
	}

	.qualification .qualification_title p {
		font-size: 60px;
	}

	.qualification .qualification_title p br {
		display: block;
	}

	.qualification .qualification_title p strong {
		display: none;
	}

	.qualification .qualification_title em {
		display: none;
	}

	.qualification .qualification_list ul li {
		width: calc(98% / 2);
	}

	.qualification .qualification_list ul li:nth-child(2n) {
		margin-right: 0%;
	}

	.qualification .qualification_title i {
		display: block;
		width: 244px;
		height: 10px;
		background: #da251c;
		border-radius: 20px;
		position: absolute;
		left: 0px;
		top: 128px;
		z-index: 0;
	}
}

/*证书end*/