@charset "utf-8";

@font-face {
	font-family: 'Roboto';
	/* 自定义字体名称 */
	src: url('../font/Roboto-Regular.ttf'),
		font-weight: normal;
	font-style: normal;
}

.phone_nav {
	display: none;
}

.phone_close {
	display: none;

}

/* 头部标签 */
.home_nav {
	width: 100%;
	height: 84px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	background: #FFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999
}

.home_nav .left_logo {
	width: 246px;
	display: flex;
	align-items: center;
}

.home_nav .left_logo>a>img {
	width: 206px;
	height: 28px;
	display: block;
	margin-left: 40px;
}

.home_nav .left_logo>a>img:nth-child(2) {
	display: none;
}

.home_nav .right_function {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: right;
}

.home_nav .right_function .right_search {
	width: 40px;
	height: 40px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	background: rgba(153, 153, 153, 0.20);
	margin-right: 40px;
	position: relative;
	transition: all 1s ease;

}

.home_nav .right_function .right_search>form>img {
	width: 20px;
	height: 20px;
	/* position: absolute;
	top: 10px;
	right: 10px; */
	z-index: 999;
	

}

.home_nav .right_function .right_search>form .right_input {
	position: absolute;
	top: 0;
	left: 50px;
	
	height: 40px;
	width: 0px;
	display: none;
	background: none;
	transition: all 1s ease;
}

.home_nav .right_function .right_search:hover {
	width: 390px;
	height: 40px;

	background: rgba(153, 153, 153, 0.20);

}

.home_nav .right_function .right_search:hover>form .right_input {
	width: 300px;
	height: 40px;
	display: block;

}

.home_nav .right_function .right_area {
	width: 40px;
	height: 40px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	background: rgba(153, 153, 153, 0.20);
	margin-right: 40px;
	position: relative;
	z-index: 9999;
}

.home_nav .right_function .right_area .two_area {
	position: absolute;
	top: 70px;
	left: 0;
}


.home_nav .right_function .right_area .two_area .inner {
	width: 140px;
	/* height: 166px; */
	height: 0px;
	transition: all 0.6s ease;
	opacity: 0;
	overflow: hidden;

}

.home_nav .right_function .right_area .two_area .inner .img_sj {
	width: 16px;
	height: 8px;
	display: block;
	margin-left: 10px;
}

.home_nav .right_function .right_area .two_area .inner .word {
	color: #666;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	/* 140% */
	background-color: #FFF;
	padding: 4px 14px 14px;
}

.home_nav .right_function .right_area .two_area .inner .word>div {
	color: #666;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	/* 140% */
	padding: 8px 0;
	border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
	transition: all 0.6s ease;
}

.home_nav .right_function .right_area:hover .inner {
	height: 166px;
	opacity: 1;
}

.home_nav .right_function .right_area .two_area .inner .word>div:hover {
	color: #D80C18;
	border-bottom: #D80C18 solid 1px;
}

.home_nav .right_function .right_area .two_area .inner .word>div:hover>a {
	color: #D80C18;
}

.home_nav .right_function .right_right {
	/* flex: 1; */
}

.phone {
	display: none;
}

.home_nav .center_menu {
	margin-left: 170px;
	flex: 1;
	display: flex;
	color:  #333;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	line-height: 80px;
}

.home_nav .center_menu>div {
	/* flex: 1; */
	margin-right: 100px;
	position: relative;
}

.home_nav .center_menu>div>a {
	/* flex: 1; */
}

.home_nav .center_menu>div>a>div:nth-child(1) {
	/* flex: 1; */
	width: 0;
	height: 2px;
	background-color: #D80C18;
	transition: all 0.6s ease;
}

.home_nav .center_menu>div:hover {
	color: #D80C18;
}

.home_nav .center_menu>div:hover>a>div:nth-child(1) {
	width: 100%;
}

.home_nav .center_menu>div .two_menu {
	width: 254px;
	position: absolute;
	left: 0px;
	top: 90px;
	opacity: 1;
	overflow: hidden;
	transition: all 0.6s ease;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	z-index: 9999;
}


.home_nav .center_menu>div .two_menu .inner .img_sj {
	width: 16px;
	height: 8px;
	display: block;
	margin-left: 20px;
}

.home_nav .center_menu>div .two_menu .inner .word {
	width: 100%;
	line-height: 40px;
	font-size: 16px;
	padding: 8px 20px 20px;
	background-color: #fff;
	transition: all 0.6s ease;
	color: #666;


}

.home_nav .center_menu>div .two_menu .inner .word>div {
	width: 100%;
	line-height: 40px;
	font-size: 14px;
	transition: all 0.6s ease;
	border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
}

.home_nav .center_menu .products:hover .two_menu {

	height: 140px;
}

.home_nav .center_menu>div .two_menu .inner .word>div:hover {
	border-bottom: #D80C18 solid 1px;
}

.home_nav .center_menu>div .two_menu .inner .word>div:hover>a {
	color: #D80C18;
}

/* 内容 */
.content_home1 {
	margin-top: 84px;
	width: 100%;
	height: 396px;
	background: url('../img/home/bg.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 1px;

}

.content_home1 .inner {
	margin-top: 139px;
	margin-left: 240px;

}

.content_home1 .inner>div:nth-child(1) {
	color: #FFF;
	font-family: Roboto;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;

}

.content_home1 .inner>div:nth-child(2) {
	color: rgba(255, 255, 255, 0.70);
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

}

.content_home1 .inner .home1_right {
	width: 18px;
	height: 18px;
	display: inline-block;
	margin: 0 6px;

}

/* 内容2 */
.content_home2 {
	width: 100%;
	position: relative;
	padding:1px 0 ;
}

.content_home2 .icon {
	position: absolute;
	top: 100px;
	left: 80px;
	width: 45.284px;
	height: 28.284px;
	flex-shrink: 0;

}

.content_home2 .inner {
	width: 1431px;
	display: flex;
	margin: 100px auto 98px;
}

.content_home2 .inner .home2_left {
	width: 674px;
	height: 628px;
	flex-shrink: 0;
	overflow: hidden;
}

.content_home2 .inner .home2_left>img {
	width: 674px;
	height: 628px;
	flex-shrink: 0;
	transition: transform 0.6s ease;
	/* 添加过渡效果，使放大过程更平滑 */
}

.content_home2 .inner .home2_left>img:hover {
	transform: scale(1.2);
}

.content_home2 .inner .home2_right {
	flex: 1;
	margin-left: 46px;

}

.content_home2 .inner .home2_right>p:nth-child(1) {
	color: #333;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;

}

.content_home2 .inner .home2_right>p:nth-child(2) {
	color: #D80C18;
	font-family: Roboto;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 62px;
	/* 129.167% */

	margin-top: 28px;

}

.content_home2 .inner .home2_right>p:nth-child(3) {
	color: #333;
	font-family: Roboto;
	font-size: 48px;
	font-style: normal;
	font-weight: 300;
	line-height: 62px;

}

.content_home2 .inner .home2_right>p:nth-child(4) {
	margin-top: 33px;
	color: #666;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	/* 180% */

	margin-bottom: 65px;

}

/* 内容3 */
.content_home3 {
	width: 100%;
	position: relative;
	background: #202020;
	padding: 1px 0;
}

.content_home3 .icon {
	position: absolute;
	top: 100px;
	left: 80px;
	width: 45.284px;
	height: 28.284px;
	flex-shrink: 0;

}

.content_home3 .inner {
	width: 1431px;
	display: flex;
	margin: 120px auto;
}

.content_home3 .inner .home3_left {
	width: 674px;
	height: 705px;
	flex-shrink: 0;
	overflow: hidden;
}

.content_home3 .inner .home3_left>img {
	width: 674px;
	height: 705px;
	flex-shrink: 0;
	transition: transform 0.6s ease;
	/* 添加过渡效果，使放大过程更平滑 */
}

.content_home3 .inner .home3_left>img:hover {
	transform: scale(1.2);
}

.content_home3 .inner .home3_right {
	flex: 1;
	padding-left: 58px;
	position: relative;
}

.content_home3 .inner .home3_right>p:nth-child(1) {
	color: #D80C18;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 58px;
}

.content_home3 .inner .home3_right>p:nth-child(2) {
	color: #FFF;
	font-family: Roboto;
	font-size: 48px;
	font-size: 44px;
	font-style: normal;
	font-weight: 400;
	line-height: 62px;
	/* 129.167% */
}

.content_home3 .inner .home3_right>p:nth-child(2)>span {
	color: #FFF;
	font-family: Roboto;
	font-size: 48px;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 62px;
	/* 129.167% */
}

.content_home3 .inner .home3_right>p:nth-child(3) {
	color: rgba(255, 255, 255, 0.80);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	margin-top: 32px;
	/* 180% */
}

.content_home3 .inner .home3_right>p:nth-child(4) {
	color: #FFF;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 86px;
}

.content_home3 .inner .home3_right>p:nth-child(4)>span {
	width: 570px;
	height: 9px;
	display: block;
	margin-top: 18px;
	background: linear-gradient(270deg, #D80C18 0%, rgba(216, 12, 24, 0.00) 100%);
}

.content_home3 .inner .home3_right>p:nth-child(5) {
	color: #FFF;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 42px;
}

.content_home3 .inner .home3_right>p:nth-child(5)>span {
	width: 609px;
	height: 9px;
	display: block;
	margin-top: 18px;
	background: linear-gradient(270deg, #D80C18 0%, rgba(216, 12, 24, 0.00) 100%);
}

.content_home3 .inner .home3_right .shu {
	width: 660px;
	height: 200px;
	position: absolute;
	bottom: 40px;
	left: 58px;
	display: flex;
}

.content_home3 .inner .home3_right .shu>span {
	width: 111px;
	border-left: rgba(255, 255, 255, 0.15) solid 1px;
	display: block;

}


/* 内容4 */
.content_home4 {
	width: 100%;
	position: relative;
	padding: 1px 0;
}

.content_home4 .icon {
	position: absolute;
	top: 137px;
	left: 80px;
	width: 45.284px;
	height: 28.284px;
	flex-shrink: 0;

}

.content_home4 .inner {
	width: 1431px;
	display: flex;
	margin: 120px auto;
}

.content_home4 .inner .top_inner {
	text-align: center;
	width: 100%;
}

.content_home4 .inner .top_inner .top_tit {
	color: #666;
	font-family: Roboto;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 62px;
	/* 129.167% */
}

.content_home4 .inner .top_inner .top_tit>span {
	color: #D80C18;
	font-family: Roboto;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 62px;
}

.content_home4 .inner .top_inner .top_content {
	display: flex;
	margin-top: 48px;
}

.content_home4 .inner .top_inner .top_content .one {
	/* flex: 1; */
	width: 342px;
	min-height: 242px;
	flex-shrink: 0;
	background: #F6F9FC;
	padding: 32px 22px 46px;
}

.content_home4 .inner .top_inner .top_content .ml24 {
	margin-left: 24px;
}

.content_home4 .inner .top_inner .mt74 {
	margin-top: 74px;
}

.content_home4 .inner .top_inner .top_content .one>p:nth-child(1) {

	color: #333;
	text-align: center;
	font-family: Roboto;
	font-size: 24px;
	/* font-size: 22px; */
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	height: 56px;
}

.content_home4 .inner .top_inner .top_content .one>p:nth-child(2) {
	color: #666;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	/* 175% */
	margin-top: 24px;
}

/* 内容3  */
.content_home5 {
	width: 100%;
	height: 100vh;
	padding-top: 1px;
	background: #F6F9FC;
	position: relative;
	z-index: 1;

}

.content_home5 .inner {
	width: 1438px;
	margin: 0 auto;
	display: flex;
	margin-top: 149px;

}

.content_home5 .inner>div:nth-child(1) {
	width: 769px;
	color: #333;
	font-family: Roboto;
	font-size: 46px;
	font-style: normal;
	font-weight: 400;
	line-height: 62px;
	/* 129.167% */
}

.content_home5 .inner>div:nth-child(2) {
	width: 585px;
	color:  #666;
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	/* 180% */
	margin-top: 52px;
	margin-left: 85px;

}

.content_home5 .inner>div:nth-child(1)>span {

	color: #333;
	font-family: Roboto;
	font-size: 48px;
	/* font-size: 46px; */
	font-style: normal;
	font-weight: 700;
	line-height: 62px;
}

.content_home5 .area {
	width: 100vw;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
    z-index: -1;
}

.content_home5 .icon {
	position: absolute;
	top: 160px;
	left: 80px;
	width: 45.284px;
	height: 28.284px;
}

/* 尾部 */
.footer {
	background: #202020;
	padding: 1px 0;
	width: 100%;

}

.footer .inner {
	width: 1440px;
	margin: 80px auto;
	display: flex;
	flex-wrap: wrap;
}

.footer .right_bot {
	width: 1440px;
	margin: 80px auto 0;
	border-top: rgba(255, 255, 255, 0.20) solid 1px;
	display: flex;
	padding: 24px 0;
}

.footer .right_bot>div {
	flex: 1;
	color: #666;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	/* 200% */
}

.footer .right_bot>div:nth-child(1) {
	text-align: left;
}

.footer .right_bot>div:nth-child(2) {

	text-align: right;
}

.footer .inner .left_inner {
	width: 342px;
	flex-direction: column;
	align-items: flex-start;
	gap: 33px;
}
.footer .inner .left_inner a{
	display: inline-block;
}

.footer .inner .left_inner .p1 {
	color: rgba(255, 255, 255, 0.70);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	/* 150% */
	margin: 20px 0;
}

.footer .inner .left_inner .p2 {
	color: #D80C18;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.footer .inner .center_inner {
	width: 119px;
	flex-direction: column;
	align-items: flex-start;
	gap: 39px;
	margin-left: 120px;
}

.footer .inner .center_inner>a>p {
	color: #FFF;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.footer .inner .center_inner>a:nth-child(2)>p {
	color: #FFF;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 39px 0;
}

.footer .inner .center2_inner {
	width: 254px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	margin-left: 120px;
}

.footer .inner .center2_inner>a:nth-child(1)>p {
	color: #FFF;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.footer .inner .center2_inner>a:nth-child(2)>p {
	color: rgba(255, 255, 255, 0.70);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 24px;
}

.footer .inner .center2_inner>a:nth-child(3)>p {
	color: rgba(255, 255, 255, 0.70);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 18px;
}

.footer .inner .right_inner {
	width: 342px;
	flex-direction: column;
	align-items: flex-start;
	gap: 45px;
	margin-left: 120px;
}

.footer .inner .right_inner>a:nth-child(1)>p {
	color: #FFF;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.footer .inner .right_inner>a:nth-child(2)>p {
	color: rgba(255, 255, 255, 0.70);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	/* 160% */
	margin-top: 6px;
}

.footer .inner .right_inner>a:nth-child(3)>p {
	color: #FFF;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 45px;
}

.footer .inner .right_inner>a:nth-child(4)>p {
	color: rgba(255, 255, 255, 0.70);
	font-family: Roboto;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	/* 160% */
	margin-top: 6px;
}

.footer .inner .footer_logo {
	width: 206px;
	height: 28px;
	display: block;
}

.footer .inner .imgp {
	width: 42px;
	height: 42px;
	display: block;
	margin-top: 33px;
}

/* 手机端 */
@media screen and (max-width: 767px) {
	.phone_nav {
		height: 84px;
		width: 100%;
		display: flex !important;
		padding: 0 10px;
        z-index: 9999;
	}

	.phone_nav>img {
		width: 200px;
		height: auto;
	}

	/* 菜单 */
	.phone {
		display: flex;
		flex: 1;
		justify-content: right;
		align-items: center;
		padding-right: 10px;
	}

	.phone .phone_menu {
		width: 30px !important;
		height: 30px !important;
		vertical-align: center;
		display: inline-block;
	}

	.home_nav .left_logo>a>img:nth-child(2) {
		display: block;
	}

	.phone .phone_word {
		font-size: 18px;
		font-weight: 700;
		margin-right: 6px;
		vertical-align: middle;
		display: inline-block;
	}

	.home_nav {
		width: 100%;
		height: 100vh;
		border-bottom: 1px solid rgba(255, 255, 255, 0.20);
		background: #FFF;
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
		display: block;
		/*border: green solid 1px;*/
		position: fixed;
		top: 0;
		left: -1000px;
		background-color: rgba(90, 90, 90, 1.0);
		z-index: 999;
		color: #fff !important;
		padding: 0 10px;
		transition: all 0.6s ease;
	}

	.home_nav .left_logo {
		width: 100%;
		display: flex;
		align-items: center;
		margin: 20px 0 0;

	}

	.home_nav .left_logo>a>img {
		width: 200px;
		height: 28px;
		display: block;
		margin-left: 10px;
	}

	.home_nav .left_logo .phone_close {
		width: 40px;
		height: 40px;
		display: block;
		margin-left: calc(100% - 260px);
	}



	.home_nav .right_function {
		flex: 1;
		display: flex;
		vertical-align: middle;
		justify-content: right;
		position: absolute;
		top: 70px;
		right: 0px;
		width: 100%;
		padding: 0 10px;
	}

	.home_nav .right_function .right_search {
		width: 100%;
		height: 40px;
		padding: 10px;
		justify-content: center;
		align-items: center;
		background: rgba(153, 153, 153, 0.20);
		margin-right: 40px;
		position: relative;
		transition: all 1s ease;

	}

	.home_nav .right_function .right_search>form>img {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 999;

	}

	.home_nav .right_function .right_search>form .right_input {
		position: absolute;
		top: 0;
		left: 10px;
		height: 40px;
		width: calc(100% - 50px);
		/* background: ; */
		transition: all 1s ease;
		color: #fff;

	}

	.home_nav .right_function .right_search:hover {
		width: calc(100% - 50px) height: 40px;

	}

	.home_nav .right_function .right_search:hover>form .right_input {
		width: 100%;
		width: calc(100% - 50px);
		 height: 40px;

	}

	.home_nav .right_function .right_area {
		width: 40px;
		height: 40px;
		padding: 10px;
		justify-content: center;
		align-items: center;
		background: rgba(153, 153, 153, 0.20);
		margin-right: 0px;
		position: relative;
		z-index: 9999;
	}

	.home_nav .right_function .right_area .two_area {
		position: absolute;
		top: 50px;
		left: -100px;
	}


	.home_nav .right_function .right_area .two_area .inner {
		width: 140px;
		height: 166px;
		height: 0px;
		transition: all 0.6s ease;
		opacity: 0;
		overflow: hidden;

	}

	.home_nav .right_function .right_area .two_area .inner .img_sj {
		width: 16px;
		height: 8px;
		display: block;
		margin-left: 110px;
	}

	.home_nav .right_function .right_area .two_area .inner .word {
		color: #666;
		font-family: Roboto;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		/* 140% */
		background-color: #FFF;
		padding: 4px 14px 14px;
	}

	.home_nav .right_function .right_area .two_area .inner .word>div {
		color: #666;
		font-family: Roboto;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		/* 140% */
		padding: 8px 0;
		border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
		transition: all 0.6s ease;
	}

	.home_nav .right_function .right_area:hover .inner {
		height: 166px;
		opacity: 1;
	}

	.home_nav .right_function .right_area .two_area .inner .word>div:hover {
		color: #D80C18;
		border-bottom: #D80C18 solid 1px;
	}

	.home_nav .right_function .right_right {
		display: none;
	}

	.home_nav .center_menu {
		margin-left: 30px;
		flex: 1;
		display: block;
		color:  #333;
		font-family: Roboto;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		line-height: 80px;
		margin-top: 60px;
	}

	.home_nav .center_menu>div>a {
		/* flex: 1; */
		margin-right: 100px;
		position: relative;
		display: block;
		color: #fff;
	}

	.home_nav .center_menu>div>a>div:nth-child(1) {
		/* flex: 1; */
		width: 0;
		height: 2px;
		background-color: #D80C18;
		transition: all 0.6s ease;
	}

	.home_nav .center_menu>div>a:hover {
		color: #D80C18;
	}

	.home_nav .center_menu>div>a:hover>div:nth-child(1) {
		width: 100%;
	}

	.home_nav .center_menu>div .two_menu {
		width: 100%;
		position: relative;
		left: 0px;
		top: 0px;
		opacity: 1;
		overflow: hidden;
		transition: all 0.6s ease;
		line-height: 0px;
		height: auto;
		overflow: hidden;
		z-index: 9999;
	}


	.home_nav .center_menu>div .two_menu .inner .img_sj {
		width: 16px;
		height: 8px;
		display: block;
		margin-left: 20px;
		display: none;
	}

	.home_nav .center_menu>div .two_menu .inner .word {
		width: 100%;
		line-height: 40px;
		font-size: 16px;
		padding: 8px 20px 20px;
		background-color: transparent;
		transition: all 0.6s ease;
		color: #fff;

	}

	.home_nav .center_menu>div .two_menu .inner .word>div>a {
		color: #fff;

	}

	.home_nav .center_menu>div .two_menu .inner .word>div {
		width: 100%;
		line-height: 40px;
		font-size: 14px;
		color: #000;
		transition: all 0.6s ease;
		border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
	}

	.home_nav .center_menu .products:hover .two_menu {

		height: auto;
	}

	.home_nav .center_menu>div .two_menu .inner .word>div:hover {
		color: #D80C18;
		border-bottom: #D80C18;
		border-bottom: #D80C18 solid 1px;
	}

	/* 内容1 */
	/* 内容 */
	.content_home1 {

		margin-top: 0px;
		width: 100%;
		height: 130px;
		background: url('../img/home/bg.png');
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		padding: 1px;

	}

	.content_home1 .inner {
		margin-top: 39px;
		margin-left: 40px;

	}

	.content_home1 .inner>div:nth-child(1) {
		color: #FFF;
		font-family: Roboto;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;

	}

	/* 内容2 */
	.content_home2 {
		width: 100%;
		position: relative;
		padding-top: 1px;
	}

	.content_home2 .icon {

		position: absolute;
		top: 10px;
		left: 10px;
		width: 15px;
		height: 8px;
		flex-shrink: 0;
		z-index: 9;
	}

	.content_home2 .inner {
		width: 100%;
		display: block;
		margin: 50px auto;
		padding: 0 10px;
	}

	.content_home2 .inner .home2_left {
		width: 100%;
		height: auto;
		flex-shrink: 0;
		overflow: hidden;
	}

	.content_home2 .inner .home2_left>img {
		width: 100%;
		height: 328px;
		flex-shrink: 0;
		transition: transform 0.6s ease;
		/* 添加过渡效果，使放大过程更平滑 */
	}

	.content_home2 .inner .home2_left>img:hover {
		transform: scale(1);
	}

	.content_home2 .inner .home2_right {
		width: 100%;
		margin-left: 0px;
		margin-top: 20px;

	}

	.content_home2 .inner .home2_right>p:nth-child(1) {
		color: #333;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;

	}

	.content_home2 .inner .home2_right>p:nth-child(2) {
		color: #D80C18;
		font-family: Roboto;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px;
		/* 129.167% */
		margin-top: 8px;
	}

	.content_home2 .inner .home2_right>p:nth-child(3) {
		color: #333;
		font-family: Roboto;
		font-size: 24px;
		font-style: normal;
		font-weight: 300;
		line-height: 32px;

	}

	.content_home2 .inner .home2_right>p:nth-child(4) {
		margin-top: 10px;
		color: #666;
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		/* 180% */

		margin-bottom: 24px;

	}

	/* right_right */
	.right_right {
		width: 100%;
		background-color: #D80C18;
		text-align: center;
	}

	.

	/* 内容3 */
	.content_home3 {
		width: 100%;
		position: relative;
		background: #202020;
		padding: 1px 0;
	}

	.content_home3 .icon {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 45.284px;
		height: 28.284px;
		flex-shrink: 0;

	}

	.content_home3 .inner {
		width: 100%;
		display: block;
		margin: 50px auto;
		padding: 0 10px;
	}

	.content_home3 .inner .home3_left {
		width: 100%;
		height: auto;
		flex-shrink: 0;
		overflow: hidden;
	}

	.content_home3 .inner .home3_left>img {
		width: 100%;
		height: auto;
		flex-shrink: 0;
		transition: transform 0.6s ease;
		/* 添加过渡效果，使放大过程更平滑 */
	}

	.content_home3 .inner .home3_left>img:hover {
		transform: scale(1);
	}

	.content_home3 .inner .home3_right {
		/* flex: 1; */
		padding-left: 0px;
		position: relative;
	}

	.content_home3 .inner .home3_right>p:nth-child(1) {
		color: #D80C18;
		font-family: Roboto;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		margin-top: 10px;
	}

	.content_home3 .inner .home3_right>p:nth-child(2) {
		color: #FFF;
		font-family: Roboto;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 32px;
		/* 129.167% */
	}

	.content_home3 .inner .home3_right>p:nth-child(2)>span {
		color: #FFF;
		font-family: Roboto;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px;
		/* 129.167% */
	}

	.content_home3 .inner .home3_right>p:nth-child(3) {
		color: rgba(255, 255, 255, 0.80);
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 36px;
		margin-top: 28px;
		/* 180% */
	}

	.content_home3 .inner .home3_right>p:nth-child(4) {
		color: #FFF;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-top: 26px;
	}

	.content_home3 .inner .home3_right>p:nth-child(4)>span {
		width: 270px;
		height: 9px;
		display: block;
		margin-top: 18px;
		background: linear-gradient(270deg, #D80C18 0%, rgba(216, 12, 24, 0.00) 100%);
	}

	.content_home3 .inner .home3_right>p:nth-child(5) {
		color: #FFF;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-top: 22px;
	}

	.content_home3 .inner .home3_right>p:nth-child(5)>span {
		width: 360px;
		height: 9px;
		display: block;
		margin-top: 18px;
		background: linear-gradient(270deg, #D80C18 0%, rgba(216, 12, 24, 0.00) 100%);
	}

	.content_home3 .inner .home3_right .shu {
		width: 100%;
		height: 140px;
		position: absolute;
		bottom: -10px;
		left: 0px;
		display: flex;
	}


	/* 内容4 */
	.content_home4 {
		width: 100%;
		position: relative;
		padding: 1px 0;
	}

	.content_home4 .icon {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 45.284px;
		height: 28.284px;
		flex-shrink: 0;

	}

	.content_home4 .inner {
		width: 100%;
		display: flex;
		margin: 50px auto;
		padding: 0 10px;
	}

	.content_home4 .inner .top_inner {
		text-align: center;
		width: 100%;
	}

	.content_home4 .inner .top_inner .top_tit {
		color: #666;
		font-family: Roboto;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 32px;
		/* 129.167% */
	}

	.content_home4 .inner .top_inner .top_tit>span {
		color: #D80C18;
		font-family: Roboto;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px;
	}

	.content_home4 .inner .top_inner .top_content {
		display: block;
		margin-top: 28px;

	}

	.content_home4 .inner .top_inner .top_content .one {
		/* flex: 1; */
		width: 100%;
		min-height: auto;
		flex-shrink: 0;
		background: #F6F9FC;
		padding: 32px 22px 46px;
		margin-bottom: 10px;
	}

	.content_home4 .inner .top_inner .top_content .ml24 {
		margin-left: 0px;
	}

	.content_home4 .inner .top_inner .mt74 {
		margin-top: 24px;
	}

	.content_home4 .inner .top_inner .top_content .one>p:nth-child(1) {

		color: #333;
		text-align: center;
		font-family: Roboto;
		font-size: 18px;
		/* font-size: 22px; */
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		height: auto;
	}

	.content_home4 .inner .top_inner .top_content .one>p:nth-child(2) {
		color: #666;
		text-align: center;
		font-family: Roboto;
		font-size: 16px;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		/* 175% */
		margin-top: 24px;
	}


	/* 内容3  */
	.content_home5 {
		width: 100%;
		height: 360px;
		padding-top: 1px;
		background: #F6F9FC;
		position: relative;

	}

	.content_home5 .inner {
		width: 100%;
		margin: 0 auto;
		display: block;
		margin-top: 50px;
		padding: 0px 10px;

	}

	.content_home5 .inner>div:nth-child(1) {
		width: 100%;
		color: #333;
		font-family: Roboto;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 32px;
		/* 129.167% */
	}

	.content_home5 .inner>div:nth-child(2) {
		width: 100%;
		color:  #666;
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		/* 180% */
		margin-top: 12px;
		margin-left: 0px;

	}

	.content_home5 .inner>div:nth-child(1)>span {

		color: #333;
		font-family: Roboto;
		font-size: 24px;
		/* font-size: 46px; */
		font-style: normal;
		font-weight: 700;
		line-height: 32px;
	}

	.content_home5 .area {
		width: 100%;
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;

	}

	.content_home5 .icon {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 45.284px;
		height: 28.284px;
	}


	/* 尾部 */
	.footer {
		background: #202020;
		padding: 10px 0;
		width: 100%;
		height: auto;

	}

	.footer .inner {
		width: 100%;
		margin: 0px auto;
		display: block;
		padding: 10px;
	}

	.footer .right_bot {
		width: 100%;
		margin: 10px auto 0px;
		border-top: rgba(255, 255, 255, 1) solid 1px;
		display: block;
		padding: 14px 10px;
	}

	.footer .right_bot>div {
		flex: 1;
		width: 100%;
		color: #666;
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 32px;
		/* 200% */
	}

	.footer .right_bot>div:nth-child(1) {
		text-align: left;
	}

	.footer .right_bot>div:nth-child(2) {

		text-align: left;
	}

	.footer .inner .left_inner {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 33px;
	}

	.footer .inner .left_inner .p1 {
		color: rgba(255, 255, 255, 0.70);
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		/* 150% */
		margin: 10px 0;
	}

	.footer .inner .left_inner .p2 {
		color: #D80C18;
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}

	.footer .inner .center_inner {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		margin-top: 20px;
		margin-left: 0px;
	}

	.footer .inner .center_inner>a>p {
		color: #FFF;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.footer .inner .center_inner>a:nth-child(2)>p {
		color: #FFF;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin: 10px 0;
	}

	.footer .inner .center2_inner {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
		margin-left: 0;
		margin-top: 20px;
		padding-top: 20px;
		border-top: #fff solid 1px;
	}

	.footer .inner .center2_inner>a:nth-child(1)>p {
		color: #FFF;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.footer .inner .center2_inner>a:nth-child(2)>p {
		color: rgba(255, 255, 255, 0.70);
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-top: 14px;
	}

	.footer .inner .center2_inner>a:nth-child(3)>p {
		color: rgba(255, 255, 255, 0.70);
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-top: 14px;
	}

	.footer .inner .right_inner {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 45px;
		margin-left: 0;
		margin-top: 20px;
		padding-top: 20px;
		border-top: #fff solid 1px;
	}

	.footer .inner .right_inner>a:nth-child(1)>p {
		color: #FFF;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.footer .inner .right_inner>a:nth-child(2)>p {
		color: rgba(255, 255, 255, 0.70);
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		/* 160% */
		margin-top: 6px;
	}

	.footer .inner .right_inner>a:nth-child(3)>p {
		color: #FFF;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-top: 25px;
	}

	.footer .inner .right_inner>a:nth-child(4)>p {
		color: rgba(255, 255, 255, 0.70);
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		/* 160% */
		margin-top: 6px;
	}

	.footer .inner .footer_logo {
		width: 106px;
		height: 28px;
		display: block;
	}

	.footer .inner .imgp {
		width: 28px;
		height: 28px;
		display: block;
		margin-top: 13px;
	}
}
@media screen  and (min-width: 1440px) and (max-width: 1680px) {
   .home_nav .center_menu {
       margin-left: 140px;
   }
   .home_nav .center_menu>div {
       margin-right: 70px;
   }
   
   	.home_nav .right_function .right_search:hover {
		width: 200px;
		height: 40px;

		background: rgba(153, 153, 153, 0.20);

	}

	.home_nav .right_function .right_search:hover>form .right_input {
		width: 140px;
		height: 40px;
	display: block;

	}
	.content_home2 .icon{
	    top: 40px;
	}
	.content_home3 .icon{
	    top: 40px;
	}
	.content_home5 .icon{
	    top: 100px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.phone_nav {
		height: 84px;
		width: 100%;
		display: flex;
		padding: 0 10px;
		z-index: 9999;
	}

	.home_nav .left_logo>a>img:nth-child(2) {
		display: block;
	}

	.phone_nav>img {
		width: 200px;
		height: auto;
	}

	/* 菜单 */
	.phone {
		display: flex;
		flex: 1;
		justify-content: right;
		align-items: center;
		padding-right: 10px;
	}

	.phone .phone_menu {
		width: 30px !important;
		height: 30px !important;
		vertical-align: center;
		display: inline-block;
	}

	.phone .phone_word {
		font-size: 18px;
		font-weight: 700;
		margin-right: 6px;
		vertical-align: middle;
		display: inline-block;
	}

	.home_nav {
		width: 100%;
		height: 100vh;
		border-bottom: 1px solid rgba(255, 255, 255, 0.20);
		background: #FFF;
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
		display: block;
		/*border: green solid 1px;*/
		position: fixed;
		top: 0;
		left: -1000px;
		background-color: rgba(90, 90, 90, 1.0);
		z-index: 999;
		color: #fff !important;
		padding: 0 10px;
		transition: all 0.6s ease;
	}

	.home_nav .left_logo {
		width: 100%;
		display: flex;
		align-items: center;
		margin: 20px 0 0;

	}

	.home_nav .left_logo>a>img {
		width: 200px;
		height: 28px;
		display: block;
		margin-left: 10px;
	}

	.home_nav .left_logo .phone_close {
		width: 40px;
		height: 40px;
		display: block;
		margin-left: calc(100% - 260px);
	}



	.home_nav .right_function {
		flex: 1;
		display: flex;
		vertical-align: middle;
		justify-content: right;
		position: absolute;
		top: 70px;
		right: 0px;
		width: 100%;
		padding: 0 10px;
	}

	.home_nav .right_function .right_search {
		width: 100%;
		height: 40px;
		padding: 10px;
		justify-content: center;
		align-items: center;
		background: rgba(153, 153, 153, 0.20);
		margin-right: 40px;
		position: relative;
		transition: all 1s ease;

	}

	.home_nav .right_function .right_search>form>img {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 999;

	}

	.home_nav .right_function .right_search>form .right_input {
		position: absolute;
		top: 0;
		left: 10px;
		height: 40px;
		width: 250px;
		width: calc(100% - 50px) background: none;
		transition: all 1s ease;
		color: #fff;
	}

	.home_nav .right_function .right_search:hover {
		width: 100%;
		height: 40px;

		background: rgba(153, 153, 153, 0.20);

	}

	.home_nav .right_function .right_search:hover>form .right_input {
		width: 250px;
		width: calc(100% - 50px);
		 height: 40px;

	}

	.home_nav .right_function .right_area {
		width: 40px;
		height: 40px;
		padding: 10px;
		justify-content: center;
		align-items: center;
		background: rgba(153, 153, 153, 0.20);
		margin-right: 0px;
		position: relative;
		z-index: 9999;
	}

	.home_nav .right_function .right_area .two_area {
		position: absolute;
		top: 50px;
		left: -100px;
	}


	.home_nav .right_function .right_area .two_area .inner {
		width: 140px;
		height: 166px;
		height: 0px;
		transition: all 0.6s ease;
		opacity: 0;
		overflow: hidden;

	}

	.home_nav .right_function .right_area .two_area .inner .img_sj {
		width: 16px;
		height: 8px;
		display: block;
		margin-left: 110px;
	}

	.home_nav .right_function .right_area .two_area .inner .word {
		color: #666;
		font-family: Roboto;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		/* 140% */
		background-color: #FFF;
		padding: 4px 14px 14px;
	}

	.home_nav .right_function .right_area .two_area .inner .word>div {
		color: #666;
		font-family: Roboto;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		/* 140% */
		padding: 8px 0;
		border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
		transition: all 0.6s ease;
	}

	.home_nav .right_function .right_area:hover .inner {
		height: 166px;
		opacity: 1;
	}

	.home_nav .right_function .right_area .two_area .inner .word>div:hover {
		color: #D80C18;
		border-bottom: #D80C18 solid 1px;
	}

	.home_nav .right_function .right_right {
		display: none;
	}

	.home_nav .center_menu {
		margin-left: 30px;
		flex: 1;
		display: block;
		color:  #333;
		font-family: Roboto;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		line-height: 80px;
		margin-top: 60px;
	}

	.home_nav .center_menu>div {
		/* flex: 1; */
		margin-right: 100px;
		position: relative;
	}

	.home_nav .center_menu>div .two_menu .inner .word>div>a {
		color: #fff;

	}

	.home_nav .center_menu>div>a {
		/* flex: 1; */
		color: #fff;

	}

	.home_nav .center_menu>div>a>div:nth-child(1) {
		/* flex: 1; */
		width: 0;
		height: 2px;
		background-color: #D80C18;
		transition: all 0.6s ease;
	}

	.home_nav .center_menu>div:hover>a {
		color: #D80C18;
	}

	.home_nav .center_menu>div>a:hover>div:nth-child(1) {
		width: 100%;
	}

	.home_nav .center_menu>div .two_menu {
		width: 100%;
		position: relative;
		left: 0px;
		top: 0px;
		opacity: 1;
		overflow: hidden;
		transition: all 0.6s ease;
		line-height: 0px;
		height: auto;
		overflow: hidden;
		z-index: 9999;
	}


	.home_nav .center_menu>div .two_menu .inner .img_sj {
		width: 16px;
		height: 8px;
		display: block;
		margin-left: 20px;
		display: none;
	}

	.home_nav .center_menu>div .two_menu .inner .word {
		width: 100%;
		line-height: 40px;
		font-size: 16px;
		padding: 8px 20px 20px;
		background-color: transparent;
		transition: all 0.6s ease;
		color: #fff;

	}

	.home_nav .center_menu>div .two_menu .inner .word>div {
		width: 100%;
		line-height: 40px;
		font-size: 14px;
		transition: all 0.6s ease;
		border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
	}

	.home_nav .center_menu .products:hover .two_menu {

		height: auto;
	}

	.home_nav .center_menu>div .two_menu .inner .word>div:hover {
		color: #D80C18;
		border-bottom: #D80C18;
		border-bottom: #D80C18 solid 1px;
	}

	/* 内容1 */
	/* 内容 */
	.content_home1 {
		margin-top: 0px;
		width: 100%;
		height: 130px;
		background: url('../img/home/bg.png');
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		padding: 1px;

	}

	.content_home1 .inner {
		margin-top: 39px;
		margin-left: 40px;

	}

	.content_home1 .inner>div:nth-child(1) {
		color: #FFF;
		font-family: Roboto;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;

	}

	/* 内容2 */
	.content_home2 {
		width: 100%;
		position: relative;
		padding-top: 1px;
	}

	.content_home2 .icon {

		position: absolute;
		top: 10px;
		left: 10px;
		width: 15px;
		height: 8px;
		flex-shrink: 0;
		z-index: 9;
	}

	.content_home2 .inner {
		width: 100%;
		display: block;
		margin: 50px auto;
		padding: 0 10px;
	}

	.content_home2 .inner .home2_left {
		width: 100%;
		height: auto;
		flex-shrink: 0;
		overflow: hidden;
	}

	.content_home2 .inner .home2_left>img {
		width: 100%;
		height: 328px;
		flex-shrink: 0;
		transition: transform 0.6s ease;
		/* 添加过渡效果，使放大过程更平滑 */
	}

	.content_home2 .inner .home2_left>img:hover {
		transform: scale(1);
	}

	.content_home2 .inner .home2_right {
		width: 100%;
		margin-left: 0px;
		margin-top: 20px;

	}

	.content_home2 .inner .home2_right>p:nth-child(1) {
		color: #333;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;

	}

	.content_home2 .inner .home2_right>p:nth-child(2) {
		color: #D80C18;
		font-family: Roboto;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px;
		/* 129.167% */
		margin-top: 8px;
	}

	.content_home2 .inner .home2_right>p:nth-child(3) {
		color: #333;
		font-family: Roboto;
		font-size: 24px;
		font-style: normal;
		font-weight: 300;
		line-height: 32px;

	}

	.content_home2 .inner .home2_right>p:nth-child(4) {
		margin-top: 10px;
		color: #666;
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		/* 180% */

		margin-bottom: 24px;

	}

	/* right_right */
	.right_right {
		width: 100%;
		background-color: #D80C18;
		text-align: center;
	}

	.

	/* 内容3 */
	.content_home3 {
		width: 100%;
		position: relative;
		background: #202020;
		padding: 1px 0;
	}

	.content_home3 .icon {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 45.284px;
		height: 28.284px;
		flex-shrink: 0;

	}

	.content_home3 .inner {
		width: 100%;
		display: block;
		margin: 50px auto;
		padding: 0 10px;
	}

	.content_home3 .inner .home3_left {
		width: 100%;
		height: auto;
		flex-shrink: 0;
		overflow: hidden;
	}

	.content_home3 .inner .home3_left>img {
		width: 100%;
		height: auto;
		flex-shrink: 0;
		transition: transform 0.6s ease;
		/* 添加过渡效果，使放大过程更平滑 */
	}

	.content_home3 .inner .home3_left>img:hover {
		transform: scale(1);
	}

	.content_home3 .inner .home3_right {
		/* flex: 1; */
		padding-left: 0px;
		position: relative;
	}

	.content_home3 .inner .home3_right>p:nth-child(1) {
		color: #D80C18;
		font-family: Roboto;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		margin-top: 10px;
	}

	.content_home3 .inner .home3_right>p:nth-child(2) {
		color: #FFF;
		font-family: Roboto;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 32px;
		/* 129.167% */
	}

	.content_home3 .inner .home3_right>p:nth-child(2)>span {
		color: #FFF;
		font-family: Roboto;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px;
		/* 129.167% */
	}

	.content_home3 .inner .home3_right>p:nth-child(3) {
		color: rgba(255, 255, 255, 0.80);
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 36px;
		margin-top: 28px;
		/* 180% */
	}

	.content_home3 .inner .home3_right>p:nth-child(4) {
		color: #FFF;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-top: 26px;
	}

	.content_home3 .inner .home3_right>p:nth-child(4)>span {
		width: 270px;
		height: 9px;
		display: block;
		margin-top: 18px;
		background: linear-gradient(270deg, #D80C18 0%, rgba(216, 12, 24, 0.00) 100%);
	}

	.content_home3 .inner .home3_right>p:nth-child(5) {
		color: #FFF;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-top: 22px;
	}

	.content_home3 .inner .home3_right>p:nth-child(5)>span {
		width: 360px;
		height: 9px;
		display: block;
		margin-top: 18px;
		background: linear-gradient(270deg, #D80C18 0%, rgba(216, 12, 24, 0.00) 100%);
	}

	.content_home3 .inner .home3_right .shu {
		width: 100%;
		height: 140px;
		position: absolute;
		bottom: -10px;
		left: 0px;
		display: flex;
	}


	/* 内容4 */
	.content_home4 {
		width: 100%;
		position: relative;
		padding: 1px 0;
	}

	.content_home4 .icon {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 45.284px;
		height: 28.284px;
		flex-shrink: 0;

	}

	.content_home4 .inner {
		width: 100%;
		display: flex;
		margin: 50px auto;
		padding: 0 10px;
	}

	.content_home4 .inner .top_inner {
		text-align: center;
		width: 100%;
	}

	.content_home4 .inner .top_inner .top_tit {
		color: #666;
		font-family: Roboto;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 32px;
		/* 129.167% */
	}

	.content_home4 .inner .top_inner .top_tit>span {
		color: #D80C18;
		font-family: Roboto;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px;
	}

	.content_home4 .inner .top_inner .top_content {
		display: flex;
		flex-wrap: wrap;
		margin-top: 28px;
		margin-left: 0px;
		padding: 1px;
		margin-right: -30px;

	}

	.content_home4 .inner .top_inner .top_content .one {
		/* flex: 1; */
		width: calc(50% - 20px);
		min-height: auto;
		flex-shrink: 0;
		background: #F6F9FC;
		margin-right: 10px;
		padding: 32px 22px 46px;
		margin-bottom: 10px;
	}

	.content_home4 .inner .top_inner .top_content .ml24 {
		margin-left: 0px;
	}

	.content_home4 .inner .top_inner .mt74 {
		margin-top: 24px;
	}

	.content_home4 .inner .top_inner .top_content .one>p:nth-child(1) {

		color: #333;
		text-align: center;
		font-family: Roboto;
		font-size: 18px;
		/* font-size: 22px; */
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		height: auto;
	}

	.content_home4 .inner .top_inner .top_content .one>p:nth-child(2) {
		color: #666;
		text-align: center;
		font-family: Roboto;
		font-size: 16px;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		/* 175% */
		margin-top: 24px;
	}


	/* 内容3  */
	.content_home5 {
		width: 100%;
		height: 460px;
		padding-top: 1px;
		background: #F6F9FC;
		position: relative;

	}

	.content_home5 .inner {
		width: 100%;
		margin: 0 auto;
		display: block;
		margin-top: 50px;
		padding: 0px 10px;

	}

	.content_home5 .inner>div:nth-child(1) {
		width: 769px;
		color: #333;
		font-family: Roboto;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 32px;
		/* 129.167% */
	}

	.content_home5 .inner>div:nth-child(2) {
		width: 100%;
		color:  #666;
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		/* 180% */
		margin-top: 12px;
		margin-left: 0px;

	}

	.content_home5 .inner>div:nth-child(1)>span {

		color: #333;
		font-family: Roboto;
		font-size: 24px;
		/* font-size: 46px; */
		font-style: normal;
		font-weight: 700;
		line-height: 32px;
	}

	.content_home5 .area {
		width: 100%;
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;

	}

	.content_home5 .icon {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 45.284px;
		height: 28.284px;
	}


	/* 尾部 */
	.footer {
		background: #202020;
		padding: 1px 0;
		width: 100%;

	}

	.footer .inner {
		width: 100%;
		margin: 20px auto;
		display: block;
		padding: 0 10px;
	}

	.footer .right_bot {
		width: 100%;
		margin: 10px auto 0px;
		border-top: rgba(255, 255, 255, 1) solid 1px;
		display: block;
		padding: 14px 10px;
	}

	.footer .right_bot>div {
		flex: 1;
		width: 100%;
		color: #666;
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 32px;
		/* 200% */
	}

	.footer .right_bot>div:nth-child(1) {
		text-align: left;
	}

	.footer .right_bot>div:nth-child(2) {

		text-align: left;
	}

	.footer .inner .left_inner {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 33px;
	}

	.footer .inner .left_inner .p1 {
		color: rgba(255, 255, 255, 0.70);
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		/* 150% */
		margin: 10px 0;
	}

	.footer .inner .left_inner .p2 {
		color: #D80C18;
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}

	.footer .inner .center_inner {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		margin-top: 20px;
		margin-left: 0px;
	}

	.footer .inner .center_inner>a>p {
		color: #FFF;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.footer .inner .center_inner>a:nth-child(2)>p {
		color: #FFF;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin: 10px 0;
	}

	.footer .inner .center2_inner {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
		margin-left: 0;
		margin-top: 20px;
		padding-top: 20px;
		border-top: #fff solid 1px;
	}

	.footer .inner .center2_inner>a:nth-child(1)>p {
		color: #FFF;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.footer .inner .center2_inner>a:nth-child(2)>p {
		color: rgba(255, 255, 255, 0.70);
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-top: 14px;
	}

	.footer .inner .center2_inner>a:nth-child(3)>p {
		color: rgba(255, 255, 255, 0.70);
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-top: 14px;
	}

	.footer .inner .right_inner {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 45px;
		margin-left: 0;
		margin-top: 20px;
		padding-top: 20px;
		border-top: #fff solid 1px;
	}

	.footer .inner .right_inner>a:nth-child(1)>p {
		color: #FFF;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.footer .inner .right_inner>a:nth-child(2)>p {
		color: rgba(255, 255, 255, 0.70);
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		/* 160% */
		margin-top: 6px;
	}

	.footer .inner .right_inner>a:nth-child(3)>p {
		color: #FFF;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-top: 25px;
	}

	.footer .inner .right_inner>a:nth-child(4)>p {
		color: rgba(255, 255, 255, 0.70);
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		/* 160% */
		margin-top: 6px;
	}

	.footer .inner .footer_logo {
		width: 106px;
		height: 28px;
		display: block;
	}

	.footer .inner .imgp {
		width: 28px;
		height: 28px;
		display: block;
		margin-top: 13px;
	}

}


/*@media screen and (max-width: 1579px) {*/
   
/*}*/



/*@media screen and (min-width: 1025px) and (max-width: 1440px) {*/
@media screen and (min-width: 1025px)  and (max-width: 1440px) {
    /*.top_contact{*/
    /*    display: block;*/
    /*}*/
	.phone_nav {
		display: none;
	}

	.phone_close {
		display: none;

	}

	/* 头部标签 */
	.home_nav {
		width: 100%;
		height: 84px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.20);
		background: #FFF;
		box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
		display: flex;
	}

	.home_nav .left_logo {
		width: 246px;
		display: flex;
		align-items: center;
	}

	.home_nav .left_logo>a>img {
		width: 206px;
		height: 28px;
		display: block;
		margin-left: 40px;
	}

	.home_nav .left_logo>a>img:nth-child(2) {
		display: none;
	}

	.home_nav .right_function {
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: right;
	}

	.home_nav .right_function .right_search {
		width: 40px;
		height: 40px;
		padding: 10px;
		justify-content: center;
		align-items: center;
		background: rgba(153, 153, 153, 0.20);
		margin-right: 20px;
		position: relative;
		transition: all 1s ease;

	}

	.home_nav .right_function .right_search>form>img {
		width: 20px;
		height: 20px;
		/* position: absolute;
		top: 10px;
		right: 10px; */
	
		z-index: 999;

	}

	.home_nav .right_function .right_search>form .right_input {
		position: absolute;
		top: 0;
		left: 50px;
	display: none;
	
		height: 40px;
		width: 0px;
		background: none;
		transition: all 1s ease;
	}

	.home_nav .right_function .right_search:hover {
		width: 240px;
		height: 40px;

		background: rgba(153, 153, 153, 0.20);

	}

	.home_nav .right_function .right_search:hover>form .right_input {
		width: 200px;
		height: 40px;
	display: block;

	}

	.home_nav .right_function .right_area {
		width: 40px;
		height: 40px;
		padding: 10px;
		justify-content: center;
		align-items: center;
		background: rgba(153, 153, 153, 0.20);
		margin-right: 20px;
		position: relative;
		z-index: 9999;
	}

	.home_nav .right_function .right_area .two_area {
		position: absolute;
		top: 70px;
		left: -100px;
	}


	.home_nav .right_function .right_area .two_area .inner {
		width: 140px;
		/* height: 166px; */
		height: 0px;
		transition: all 0.6s ease;
		opacity: 0;
		overflow: hidden;

	}

	.home_nav .right_function .right_area .two_area .inner .img_sj {
		width: 16px;
		height: 8px;
		display: block;
		margin-left: 10px;
	}

	.home_nav .right_function .right_area .two_area .inner .word {
		color: #666;
		font-family: Roboto;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		/* 140% */
		background-color: #FFF;
		padding: 4px 14px 14px;
	}

	.home_nav .right_function .right_area .two_area .inner .word>div {
		color: #666;
		font-family: Roboto;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		/* 140% */
		padding: 8px 0;
		border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
		transition: all 0.6s ease;
	}

	.home_nav .right_function .right_area:hover .inner {
		height: 166px;
		opacity: 1;
	}

	.home_nav .right_function .right_area .two_area .inner .word>div:hover {
		color: #D80C18;
		border-bottom: #D80C18 solid 1px;
	}

	.home_nav .right_function .right_right {
		/* flex: 1; */
	}

	.phone {
		display: none;
	}

	.home_nav .center_menu {
		margin-left: 40px;
		flex: none;
		width: 450px;
		display: flex;
		color:  #333;
		font-family: Roboto;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		line-height: 80px;

	}

	.home_nav .center_menu>div {

		margin-right: 20px;
		position: relative;

	}

	.home_nav .center_menu>div>a {}

	.home_nav .center_menu>div>a>div:nth-child(1) {
		/* flex: 1; */
		width: 0;
		height: 2px;
		background-color: #D80C18;
		transition: all 0.6s ease;
	}

	.home_nav .center_menu>div>a:hover {
		color: #D80C18;
	}

	.home_nav .center_menu>div>a:hover>div:nth-child(1) {
		width: 100%;
	}

	.home_nav .center_menu>div .two_menu {
		width: 254px;
		position: absolute;
		left: 0px;
		top: 90px;
		opacity: 1;
		overflow: hidden;
		transition: all 0.6s ease;
		line-height: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 9999;
	}


	.home_nav .center_menu>div .two_menu .inner .img_sj {
		width: 16px;
		height: 8px;
		display: block;
		margin-left: 20px;
	}

	.home_nav .center_menu>div .two_menu .inner .word {
		width: 100%;
		line-height: 40px;
		font-size: 16px;
		padding: 8px 20px 20px;
		background-color: #fff;
		transition: all 0.6s ease;
		color: #666;

	}

	.home_nav .center_menu>div .two_menu .inner .word>div {
		width: 100%;
		line-height: 40px;
		font-size: 14px;
		transition: all 0.6s ease;
		border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
	}

	.home_nav .center_menu .products:hover .two_menu {

		height: 140px;
	}

	.home_nav .center_menu>div .two_menu .inner .word>div:hover {
		color: #D80C18;
		border-bottom: #D80C18;
		border-bottom: #D80C18 solid 1px;
	}

	/* 内容 */
	.content_home1 {
		width: 100%;
		height: 396px;
		background: url('../img/home/bg.png');
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		padding: 1px;

	}

	.content_home1 .inner {
		margin-top: 100px;
		margin-left: 140px;

	}

	.content_home1 .inner>div:nth-child(1) {
		color: #FFF;
		font-family: Roboto;
		font-size: 64px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;

	}

	.content_home1 .inner>div:nth-child(2) {
		color: rgba(255, 255, 255, 0.70);
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;

	}

	.content_home1 .inner .home1_right {
		width: 18px;
		height: 18px;
		display: inline-block;
		margin: 0 6px;

	}

	/* 内容2 */
	.content_home2 {
		width: 100%;
		position: relative;
		padding: 1px 10px;
	}

	.content_home2 .icon {
		position: absolute;
		top: 40px;
		left: 60px;
		width: 45.284px;
		height: 28.284px;
		flex-shrink: 0;

	}

	.content_home2 .inner {
		width: 90%;
		display: flex;
		margin: 80px auto 78px;
	}

	.content_home2 .inner .home2_left {
		width: 574px;
		height: 528px;
		overflow: hidden;
		flex-shrink: 0;
		overflow: hidden;
	}

	.content_home2 .inner .home2_left>img {
		width: 574px;
		height: 528px;
		flex-shrink: 0;
		transition: transform 0.6s ease;
		/* 添加过渡效果，使放大过程更平滑 */
	}

	.content_home2 .inner .home2_left>img:hover {
		transform: scale(1.2);
	}

	.content_home2 .inner .home2_right {
		flex: 1;
		margin-left: 36px;

	}

	.content_home2 .inner .home2_right>p:nth-child(1) {
		color: #333;
		font-family: Roboto;
		font-size: 20px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;

	}

	.content_home2 .inner .home2_right>p:nth-child(2) {
		color: #D80C18;
		font-family: Roboto;
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: 62px;
		/* 129.167% */

		margin-top: 28px;

	}

	.content_home2 .inner .home2_right>p:nth-child(3) {
		color: #333;
		font-family: Roboto;
		font-size: 48px;
		font-style: normal;
		font-weight: 300;
		line-height: 62px;

	}

	.content_home2 .inner .home2_right>p:nth-child(4) {
		margin-top: 33px;
		color: #666;
		font-family: Roboto;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 36px;
		/* 180% */

		margin-bottom: 65px;

	}

	/* 内容3 */
	.content_home3 {
		width: 100%;
		position: relative;
		background: #202020;
		padding: 1px 10px;
	}

	.content_home3 .icon {
		position: absolute;
		top: 40px;
		left: 60px;
		width: 45.284px;
		height: 28.284px;
		flex-shrink: 0;

	}

	.content_home3 .inner {
		width: 90%;
		display: flex;
		margin: 120px auto;
	}


	.content_home3 .inner .home3_left {
		width: 574px;
		width: 342px;
		height: 605px;
		height: 520px;
		flex-shrink: 0;
		overflow: hidden;
	}

	.content_home3 .inner .home3_left>img {
		width: 574px;
		width: 342px;
		height: 605px;
		height: 520px;
		flex-shrink: 0;
		transition: transform 0.6s ease;
		/* 添加过渡效果，使放大过程更平滑 */
	}

	.content_home3 .inner .home3_left>img:hover {
		transform: scale(1.2);
	}

	.content_home3 .inner .home3_right {
		flex: 1;
		padding-left: 58px;
		position: relative;
	}

	.content_home3 .inner .home3_right>p:nth-child(1) {
		color: #D80C18;
		font-family: Roboto;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		margin-top: 58px;
	}

	.content_home3 .inner .home3_right>p:nth-child(2) {
		color: #FFF;
		font-family: Roboto;
		font-size: 48px;
		font-size: 44px;
		font-style: normal;
		font-weight: 400;
		line-height: 62px;
		/* 129.167% */
	}

	.content_home3 .inner .home3_right>p:nth-child(2)>span {
		color: #FFF;
		font-family: Roboto;
		font-size: 48px;
		font-size: 44px;
		font-style: normal;
		font-weight: 700;
		line-height: 62px;
		/* 129.167% */
	}

	.content_home3 .inner .home3_right>p:nth-child(3) {
		color: rgba(255, 255, 255, 0.80);
		font-family: Roboto;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 36px;
		margin-top: 32px;
		/* 180% */
	}

	.content_home3 .inner .home3_right>p:nth-child(4) {
		color: #FFF;
		font-family: Roboto;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-top: 86px;
	}

	.content_home3 .inner .home3_right>p:nth-child(4)>span {
		width: 570px;
		height: 9px;
		display: block;
		margin-top: 18px;
		background: linear-gradient(270deg, #D80C18 0%, rgba(216, 12, 24, 0.00) 100%);
	}

	.content_home3 .inner .home3_right>p:nth-child(5) {
		color: #FFF;
		font-family: Roboto;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-top: 42px;
	}

	.content_home3 .inner .home3_right>p:nth-child(5)>span {
		width: 609px;
		height: 9px;
		display: block;
		margin-top: 18px;
		background: linear-gradient(270deg, #D80C18 0%, rgba(216, 12, 24, 0.00) 100%);
	}

	.content_home3 .inner .home3_right .shu {
		width: 660px;
		height: 200px;
		position: absolute;
		bottom: 40px;
		left: 58px;
		display: flex;
	}

	.content_home3 .inner .home3_right .shu>span {
		width: 111px;
		border-left: rgba(255, 255, 255, 0.15) solid 1px;
		display: block;

	}


	/* 内容4 */
	.content_home4 {
		width: 100%;
		position: relative;
		padding: 1px 10px;
	}

	.content_home4 .icon {
		position: absolute;
		top: 40px;
		left: 60px;
		width: 45.284px;
		height: 28.284px;
		flex-shrink: 0;

	}

	.content_home4 .inner {
		width: 90%;
		display: flex;
		margin: 100px auto;
	}

	.content_home4 .inner .top_inner {
		text-align: center;
		width: 100%;
	}

	.content_home4 .inner .top_inner .top_tit {
		color: #666;
		font-family: Roboto;
		font-size: 48px;
		font-style: normal;
		font-weight: 400;
		line-height: 62px;
		/* 129.167% */
	}

	.content_home4 .inner .top_inner .top_tit>span {
		color: #D80C18;
		font-family: Roboto;
		font-size: 48px;
		font-style: normal;
		font-weight: 700;
		line-height: 62px;
	}

	.content_home4 .inner .top_inner .top_content {
		display: flex;
		margin-top: 48px;
		margin: 48px -10px 0;
	}

	.content_home4 .inner .top_inner .top_content .one {
		/* flex: 1; */
		width: calc(25% - 20px);
		min-height: 242px;
		flex-shrink: 0;
		margin: 0 10px;
		background: #F6F9FC;
		padding: 32px 22px 46px;
	}

	.content_home4 .inner .top_inner .top_content .ml24 {
		margin-left: 0px;
	}

	.content_home4 .inner .top_inner .mt74 {
		margin-top: 74px;
	}

	.content_home4 .inner .top_inner .top_content .one>p:nth-child(1) {

		color: #333;
		text-align: center;
		font-family: Roboto;
		font-size: 24px;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		height: 56px;
	}

	.content_home4 .inner .top_inner .top_content .one>p:nth-child(2) {
		color: #666;
		text-align: center;
		font-family: Roboto;
		font-size: 16px;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		/* 175% */
		margin-top: 14px;
	}

	/* 内容3  */
	.content_home5 {
		width: 100%;
		height: 100vh;
		padding: 1px 10px;
		background: #F6F9FC;
		position: relative;

	}

	.content_home5 .inner {
		width: 90%;
		margin: 0 auto;
		display: flex;
		margin-top: 100px;

	}

	.content_home5 .inner>div:nth-child(1) {
		width: 700px;
		color: #333;
		font-family: Roboto;
		font-size: 44px;
		font-style: normal;
		font-weight: 400;
		line-height: 62px;
		/* 129.167% */
	}

	.content_home5 .inner>div:nth-child(2) {
		flex: 1;
		color:  #666;
		font-family: Roboto;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 32px;
		/* 180% */
		margin-top: 32px;
		margin-left: 0px;

	}

	.content_home5 .inner>div:nth-child(1)>span {

		color: #333;
		font-family: Roboto;
		font-size: 44px;
		/* font-size: 46px; */
		font-style: normal;
		font-weight: 700;
		line-height: 62px;
	}

	.content_home5 .area {
		width: 100vw;
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;

	}

	.content_home5 .icon {
		position: absolute;
		top: 40px;
		left: 80px;
		width: 45.284px;
		height: 28.284px;
	}

	/* 尾部 */
	.footer {
		background: #202020;
		padding: 1px 10px;
		width: 100%;

	}

	.footer .inner {
		width: 90%;
		margin: 30px auto 20px;
		display: flex;
	}

	.footer .right_bot {
		width: 90%;
		margin: 10px auto 0px;
		border-top: rgba(255, 255, 255, 0.20) solid 1px;
		display: flex;
		padding: 14px 0;
	}

	.footer .right_bot>div {
		flex: 1;
		color: #666;
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 32px;
		/* 200% */
	}

	.footer .right_bot>div:nth-child(1) {
		text-align: left;
	}

	.footer .right_bot>div:nth-child(2) {

		text-align: right;
	}

	.footer .inner .left_inner {
		flex: 1;
		flex-direction: column;
		align-items: flex-start;
		gap: 33px;
	}

	.footer .inner .left_inner .p1 {
		color: rgba(255, 255, 255, 0.70);
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 30px;
		/* 150% */
		margin: 20px 0;
	}

	.footer .inner .left_inner .p2 {
		color: #D80C18;
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}

	.footer .inner .center_inner {
		/* width: 119px; */
		flex: 1;
		flex-direction: column;
		align-items: flex-start;
		gap: 39px;
		margin-left: 60px;
	}

	.footer .inner .center_inner>a>p {
		color: #FFF;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.footer .inner .center_inner>a:nth-child(2)>p {
		color: #FFF;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin: 19px 0;
	}

	.footer .inner .center2_inner {
		/* width: 254px; */
		flex: 1;
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
		margin-left: 60px;
	}

	.footer .inner .center2_inner>a:nth-child(1)>p {
		color: #FFF;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.footer .inner .center2_inner>a:nth-child(2)>p {
		color: rgba(255, 255, 255, 0.70);
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-top: 24px;
	}

	.footer .inner .center2_inner>a:nth-child(3)>p {
		color: rgba(255, 255, 255, 0.70);
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin-top: 18px;
	}

	.footer .inner .right_inner {
		/* width: 342px; */

		flex: 1;
		flex-direction: column;
		align-items: flex-start;
		gap: 45px;
		margin-left: 60px;
	}

	.footer .inner .right_inner>a:nth-child(1)>p {
		color: #FFF;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.footer .inner .right_inner>a:nth-child(2)>p {
		color: rgba(255, 255, 255, 0.70);
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 28px;
		/* 160% */
		margin-top: 6px;
	}

	.footer .inner .right_inner>a:nth-child(3)>p {
		color: #FFF;
		font-family: Roboto;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		margin-top: 25px;
	}

	.footer .inner .right_inner>a:nth-child(4)>p {
		color: rgba(255, 255, 255, 0.70);
		font-family: Roboto;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 32px;
		/* 160% */
		margin-top: 6px;
	}

	.footer .inner .footer_logo {
		width: 206px;
		height: 28px;
		display: block;
	}

	.footer .inner .imgp {
		width: 42px;
		height: 42px;
		display: block;
		margin-top: 33px;
	}

	body {}
}

/*@media screen and (max-width:1440px) {*/
/*    .top_contact{*/
/*        display: block;*/
/*    }*/
/*}*/

/*@media screen and (max-width:1439px) {*/
/*    .top_contact{*/
/*        display: none;*/
/*    }*/
/*   .content_home4 .inner .top_inner .top_content .one{*/
/*       width:calc(25% - 10px);*/
/*   }*/
/*}*/

/*@media screen and (max-width:1366px) {*/
/*    .top_contact{*/
/*        display: none;*/
/*    }*/
/*}*/

@media screen and (max-width:1365px) {
    .top_contact{
        display: none !important;
}

/*}*/
/*@media screen and (max-width:1200px) {*/
/*    .top_contact{*/
/*        display: none;*/
/*    }*/


/*}*/
/*@media screen and (max-width:991px) {*/
/*    .top_contact{*/
/*        display: none;*/
/*    }*/

    
/*}*/