/* 导航栏 s */

.navbar {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	padding: 0;
	/* background-color: #fff; */
	background-color: #f6f6f6;
	z-index: 999;
	box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 20%);
}

.navbar_logo {
	margin: 5px 0;
	height: 80px;
	padding-left: 240px;
}

.nav-item1 {
	position: relative;
	padding: 0;
	text-align: center;
	transition: all 0.5s;
	margin-right: 1px;
}

.nav-item:hover .navBarBox-ul2,
.nav-item:hover .navBarBox-ulBox {
	display: inline-block;
}

.nav-item:hover .nav-link1 {
	color: #fff;
	background-color: #eb0104;
}

.nav-link {
	transition: all 0.5s;
	padding: 40px 30px;
	line-height: 20px;
	font-size: 16px;
	color: #53585b;
}

.nav-link2:hover,
.nav-link2_02:hover {
	color: #53585b;
	background-color: #fddd34;
}

.nav-link_active {
	color: #eb0104;
	/* background-color: #eb0104; */
}

.navbar-toggler {
	margin-right: 20px;
}

.navbar-toggler:focus {
	outline: none;
}

/* 通用二级导航 s */

.navBarBox-ul2 {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 100%;
	top: 100px;
	left: 0px;
	z-index: 99;
	box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 20%);
}

.nav-link2 {
	padding: 15px 5px;
	white-space: nowrap;
}

/* 通用二级导航 e */

@media screen and (max-width: 1700px) {
	.navbar_logo {
		padding-left: 2rem;
	}
	.nav-link {
		padding: 40px 1.5rem;
		line-height: 20px;
		font-size: 1.1rem;
	}
	.nav-link2 {
		padding: 15px 5px;
	}
}

@media screen and (max-width: 1400px) {
	.navbar_logo {
		height: 60px;
		padding-left: 2rem;
	}
	.nav-link {
		padding: 30px 1rem;
		line-height: 20px;
		font-size: 1.1rem;
	}
	.nav-link2 {
		padding: 15px 5px;
	}
	/* 通用二级导航 s */
	.navBarBox-ul2 {
		top: 80px;
	}
	.navBarBox-ulBox {
		top: 80px;
	}
}
@media screen and (max-width: 1300px) {
	.nav-link {
		padding: 30px 0.5rem;
	}
}
@media screen and (max-width: 1200px) {
	.navbar_logo {
		padding-left: 1rem;
	}
	.nav-link {
		padding: 30px 0.3rem;
		line-height: 20px;
		font-size: 1.1rem;
	}
	.nav-link2 {
		padding: 15px 5px;
	}
	/* 通用二级导航 s */
	.navBarBox-ul2 {
		top: 80px;
	}
	.navBarBox-ulBox {
		top: 80px;
	}
}

@media screen and (max-width: 992px) {
	.nav-item {
		width: 100%;
	}
	.nav-link {
		border-top: 1px solid #fff;
		padding: 5px 0.5rem;
		line-height: 20px;
		font-size: 1rem;
	}
	.navBarBox-ul2,
	.navBarBox-ul2_02 {
		display: none !important;
	}
	.navBarBox-ulBox {
		top: 70px;
		border-top: 0px solid #dedede;
	}
}

/* 导航栏 e */

/* 占位导航栏 s */

.occupancyNavigationBar {
	height: 100px;
}

@media screen and (max-width: 1400px) {
	.occupancyNavigationBar {
		height: 80px;
	}
}

@media screen and (max-width: 1000px) {
	.occupancyNavigationBar {
		height: 70px;
	}
}

/* 占位导航栏 e */

/* ========================================================================================================================================================================================================= */

/* ========================================================================================================================================================================================================= */

/* 尾部 s */

.footerBGBox {
	background-color: #eeeeee;
	padding: 1.5rem;
	padding-top: 1rem;
}

/* 20220113新增 */

.footer_navTitle {
	/* color: #0077c8; */
	color: #1d2088;
	padding: 0.5rem 0;
	font-size: 18px;
	margin: 0;
}

.footer_navTitle_a {
	/* color: #0077c8; */
	color: #1d2088;
	transition: all 0.5s;
	line-height: 2;
}

.footer_navTitle_a:hover {
	color: #e60012;
	/* font-weight: bold; */
}

.footer_2navTitle_a {
	color: #535353;
	font-size: 16px;
}

.footer_2navTitle_a:hover {
	color: #e60012;
}

/* 20220113新增 */

.footer_h2 {
	font-size: 18px;
	/* color: #0077c8; */
	color: #1d2088;
	line-height: 2;
	padding: 0.5rem 0;
	margin: 0;
	padding-left: 70px;
}

.footer_contentBox {
	color: #53585b;
	font-size: 1rem;
	line-height: 1.2;
}

.footer_contentBox > p {
	margin: 0;
	padding: 0.2rem 0;
}

.footer_contentBox02 {
	border-right: 1px solid #666;
}

.footerLine {
	max-width: 1200px;
	margin: 20px auto;
	border-top: 1px solid #666;
}

.footer_joinUsBox {
	height: 100%;
}

.footer_circular {
	position: relative;
	width: 54px;
	height: 54px;
	background-color: #fff;
	border-radius: 50%;
	margin: 20px 0px;
	text-align: center;
}

.footer_circular_d1 {
	display: none;
	position: absolute;
	top: -160px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 150px;
	height: 150px;
	padding: 20px;
	background-color: #fff;
	transition: all 1s;
}

.footer_circular:hover .footer_circular_d1 {
	display: block;
}

.footer_joinUs_d2 {
	width: 220px;
	color: #fff;
	background-color: #eb0104;
	text-align: center;
	font-size: 20px;
	border-radius: 29px;
	padding: 10px;
}

.footer_technicalSupportBox {
	/* background-color: #0077c8; */
	background-color: #1d2088;
}

.footer_technicalSupport {
	color: #fff;
	font-size: 1rem;
	padding: 1rem 1rem;
	text-align: center;
}

.foot_icon1_style {
	font-size: 20px;
	vertical-align: middle;
}

.foot_icon2_style {
	font-size: 36px;
}

.foot_icp {
	color: #fff;
	transition: all 0.5s;
}

.foot_icp:hover {
	color: #fff;
}

.foot_technicalSupportLinks_a {
	color: #fff;
}

.foot_technicalSupportLinks_a:hover {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.footerBGBox {
		background-color: #eeeeee;
		padding: 1rem;
	}
}

/* 尾部 e */

/* 手机版底部 */

.telFootBG {
	background-color: #eb0104;
	background-color: #0077c8;
	background-color: #1d2088;
	border-top: 1px solid #fff;
}

/* 手机版底部 */

/* ========================================================================================================================================================================================================= */

/* ========================================================================================================================================================================================================= */

/* 首页 */

/* 广告图 */

.index_slide {
	position: relative;
	overflow: hidden;
}

.index_AD_img {
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
	animation: imgZoom 3s;
}

@keyframes imgZoom {
	from {
		transform: scale(1.1);
	}
	to {
		transform: scale(1);
	}
}

.index_adBox_centerContentBox {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}

.index_adBox_centerContentBox_img {
	width: 30%;
}

/* 广告图 */

/* 首页产品中心 s */

.index_productCenterBGBox {
	background-color: #fff;
	padding: 100px 0;
}

.index_product_h3 {
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 40px;
}

.index_product_p1 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.index_product_showBox_pl {
	padding-left: 40px;
}

.index_product_showBox {
	background-color: #eeeeee;
	/* height: 100%; */
	padding: 20px 30px 10px;
}

.index_product_showBox .col-6 {
	padding-left: 10px;
	padding-right: 10px;
}

.index_product_showBox_imgBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 58%;
	margin-bottom: 20px;
	margin-top: 10px;
}

.index_product_showBox_imgBox_d1 {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background-color: #d2d2d2;
	color: #53585b;
	overflow: hidden;
	transition: all 0.5s;
	/* clip-path: polygon(50% 0%, 0% 0%, 0% 50%, 0% 100%, 50% 100%, 100% 100%, 100% 50%, 100% 0%); */
}

.index_product_showBox_imgBox:hover .index_product_showBox_imgBox_d1 {
	height: 0;
	/* clip-path: polygon(50% 20%, 50% 50%, 20% 50%, 50% 50%, 50% 80%, 50% 50%, 80% 50%, 50% 50%); */
}

.index_product_showBox_imgBox_d1_h3 {
	font-size: 18px;
	color: #53585b;
	margin-top: 0.5rem;
}

@media screen and (max-width: 992px) {
	.index_product_p1 {
		font-size: 1rem;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.index_product_showBox_pl {
		padding-left: 0px;
	}
	.index_product_showBox {
		background-color: #eeeeee;
		/* height: 100%; */
		padding: 10px 15px 20px;
	}
	.index_product_showBox .col-6 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.index_product_showBox_imgBox {
		position: relative;
		overflow: hidden;
		width: 100%;
		padding-top: 58%;
		margin-bottom: 0px;
		margin-top: 10px;
	}
	.index_product_showBox_imgBox_d1_h3 {
		font-size: 1rem;
		color: #53585b;
		margin-top: 0.5rem;
	}
}

@media screen and (max-width: 768px) {
	.index_productCenterBGBox {
		background-color: #fff;
		padding: 2rem 0;
	}
	.index_product_h3 {
		font-size: 1.5rem;
		margin-top: 10px;
		margin-bottom: 1.5rem;
	}
}

/* 首页产品中心 e */

/* 首页简介 s */

.index_aboutBGBox {
	padding: 65px 0 65px;
	background-color: #eeeeee;
}

.index_about_leftBox {
	width: 100%;
	height: 100%;
	color: #53585b;
}

.indec_about_imgBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 66%;
}

.index_about_h2 {
	font-size: 30px;
	line-height: 1;
	/* color: #1d2088; */
}

.index_about_h2_s1 {
	font-size: 1rem;
	vertical-align: middle;
}

.index_about_h3 {
	position: relative;
	font-size: 16px;
	line-height: 3;
	margin-top: 70px;
}

.index_about_h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 4px;
	background-color: #53585b;
}

.index_about_h4 {
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
	/* color: #1d2088; */
}

.index_about_p1 {
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.2;
	text-align: justify;
	text-justify: inter-ideograph;
}

.index_about_more {
	line-height: 3;
	padding: 0 40px;
	display: inline-block;
	/* color: #283697; */
	color: #fff;
	/* background-color: #fddd34; */
	background-color: #eb0104;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 0.5rem;
}

.index_about_video {
	line-height: 3;
	padding: 0 40px;
	display: inline-block;
	/* color: #283697; */
	color: #fff;
	/* background-color: #fddd34; */
	background-color: #eb0104;
	border-radius: 5px;
	/* margin-top: .5rem; */
	margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
	.index_aboutBGBox {
		padding: 2rem 0 2.8rem;
	}
	.index_about_h2 {
		font-size: 1.5rem;
		line-height: 1;
		margin-top: 1rem;
	}
	.index_about_h3 {
		font-size: 1rem;
		line-height: 3;
		margin-top: 1rem;
	}
	.index_about_h3::after {
		width: 3rem;
		height: 0.28rem;
	}
	.index_about_h4 {
		font-size: 1rem;
		line-height: 24px;
		margin-top: 1rem;
	}
	.index_about_h4_s1 {
		font-size: 1.3rem;
	}
	.index_about_p1 {
		font-size: 1rem;
		margin-top: 1rem;
	}
	.index_about_more {
		line-height: 3;
		padding: 0 40px;
		border-radius: 5px;
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}

/* 首页简介 e */

/* index_news s */

.index_newsBGBox {
	padding: 32px 0 32px;
	background-color: #fff;
}

.index_newsTotalBox {
	position: relative;
	background-color: #f8f8f8;
}

.index_newsTotalBox02 {
	/* background: url(../images/index/bg03.png) no-repeat center center;
  background-size: cover; */
	padding: 25px;
	padding-top: 50px;
}

.index_newsBox_NewsTitle {
	position: absolute;
	top: -100px;
	left: 0;
	color: rgba(253, 221, 52, 0.35);
	text-transform: uppercase;
	font-size: 130px;
	font-weight: bold;
}

.index_newsBox_h2 {
	text-align: right;
	font-size: 30px;
	margin-bottom: 40px;
}

.index_newsBox_d1Box {
}

.index_newsBox_h4 {
	font-size: 18px;
	color: #283697;
	font-weight: bold;
	line-height: 1;
}

.index_newsBox_h3 {
	font-size: 18px;
	color: #53585b;
	/* font-weight: bold; */
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_newsBox_p1 {
	font-size: 16px;
	color: #666666;
	line-height: 1.5;
	min-height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
}

.index_newsBox_imgBox {
	margin-top: 10px;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 50%;
	margin-bottom: 30px;
}

.index_MoreBox {
	margin: 10px auto;
	display: inline-block;
	border: 2px solid #283697;
	border-radius: 50px;
}

.index_MoreBox_a {
	display: inline-block;
	padding: 10px 35px;
	color: #283697;
	line-height: 1;
	font-size: 18px;
}

.icon-sandian_style {
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
}

@media screen and (max-width: 1000px) {
	.index_newsBGBox {
		padding: 80px 0 50px;
	}
	.index_newsTotalBox02 {
		padding: 1rem;
	}
	.index_newsBox_NewsTitle {
		top: -70px;
		font-size: 90px;
	}
	.index_newsBox_NewsTitle_s1 {
		line-height: 1.2;
	}
	.index_newsBox_h2 {
		font-size: 1.2rem;
		margin-bottom: 3rem;
	}
	.index_newsBox_d1Box {
	}
	.index_newsBox_h4 {
		font-size: 1.2rem;
		line-height: 1;
	}
	.index_newsBox_h3 {
		font-size: 1.2rem;
		line-height: 3;
	}
	.index_newsBox_p1 {
		font-size: 1rem;
		line-height: 2;
	}
	.index_newsBox_imgBox {
		margin-top: 1rem;
		margin-bottom: 2rem;
	}
	.index_MoreBox {
		margin: 2rem auto;
		border-radius: 3.5rem;
	}
	.index_MoreBox_a {
		padding: 0.8rem 2rem;
		line-height: 1;
		font-size: 1.2rem;
	}
	.icon-sandian_style {
		font-size: 0.8rem;
		line-height: 1rem;
	}
}

@media screen and (max-width: 768px) {
	.index_newsBGBox {
		padding: 3rem 0 3rem;
	}
	.index_newsTotalBox02 {
		padding: 1rem;
	}
	.index_newsBox_NewsTitle {
		top: -2rem;
		font-size: 2.8rem;
	}
	.index_newsBox_NewsTitle_s1 {
		line-height: 1.2;
	}
	.index_newsBox_h2 {
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	.index_newsBox_d1Box {
	}
	.index_newsBox_h4 {
		font-size: 1.1rem;
		line-height: 1;
	}
	.index_newsBox_h3 {
		font-size: 1.2rem;
		line-height: 2;
	}
	.index_newsBox_p1 {
		font-size: 1rem;
		line-height: 1.5;
		min-height: 3rem;
	}
	.index_newsBox_imgBox {
		margin-top: 1rem;
		margin-bottom: 2rem;
	}
	.index_MoreBox {
		margin: 2rem auto;
		border-radius: 3.5rem;
	}
	.index_MoreBox_a {
		padding: 0.8rem 2rem;
		line-height: 1;
		font-size: 1.2rem;
	}
	.icon-sandian_style {
		font-size: 0.8rem;
		line-height: 1rem;
	}
}

/* index_news e */

/* 20220122 新增 */

/* index_video s */

.index_videoBGBox {
	background: url(../images/index/bg02.png) no-repeat center center;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.index_videoBox {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 40px 10px 80px;
}

.index_videoBox_h2 {
	position: relative;
	font-size: 30px;
	line-height: 3;
	font-weight: normal;
}

.index_videoBox_h2_01::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 50px;
	height: 3px;
	background-color: #fff;
}

.index_videoBox_d1 {
	max-width: 1100px;
	margin: 1.5rem auto 0;
	background-color: #fff;
	padding: 1.5rem;
}

@media screen and (max-width: 768px) {
	.index_videoBox {
		padding: 2rem 0.5rem 4rem;
	}
	.index_videoBox_h2 {
		font-size: 1.5rem;
		line-height: 3;
	}
	.index_videoBox_h2::after {
		width: 2rem;
		height: 2px;
	}
	.index_videoBox_d1 {
		padding: 1rem;
	}
}

/* index_video e */

/* 20220122 */

/* 首页 */

/* ========================================================================================================================================================================================================= */

/* ========================================================================================================================================================================================================= */

/* 走进定远 */

.about_nav {
	font-size: 18px;
	color: #666666;
	border-bottom: 1px solid #e6e6e6;
}

.about_nav_ul {
	padding: 0;
	margin: 0;
	border: 0;
}

.about_nav_li {
	list-style: none;
}

.about_nav_a {
	display: inline-block;
	line-height: 21px;
	padding: 28px 0;
	color: #666666;
	border-bottom: 3px solid #fff;
	transition: all 0.5s;
}

.about_nav_a:hover {
	text-decoration: none;
	color: #eb0104;
	border-bottom: 3px solid #eb0104;
}

.about_nav_a_active {
	color: #eb0104;
	border-bottom: 3px solid #eb0104;
}

@media screen and (max-width: 768px) {
	.about_nav {
		font-size: 1rem;
	}
	.about_nav_a {
		line-height: 1.5rem;
		padding: 2px 0;
	}
}

@media screen and (max-width: 500px) {
	.about_nav {
		font-size: 0.8rem;
	}
	.about_nav_a {
		line-height: 1rem;
		padding: 1rem 0;
	}
}

/* 公司简介 */

/* 20220211新增 s*/

.about_introductionImgS {
	float: right;
	width: 47%;
	padding: 0 30px;
}

@media screen and (max-width: 768px) {
	.about_introductionImgS {
		padding: 0 0px;
	}
}

/* 20220211新增 e*/

.about_introductionOneBox {
	padding: 35px 0 50px;
}

.about_introductionOneBox_h3 {
	font-size: 25px;
	color: #283697;
	color: #53585b;
	line-height: 3;
}

.about_introductionOneBox_p1 {
	position: relative;
	font-size: 16px;
	color: #53585b;
	padding-bottom: 40px;
}

.about_introductionOneBox_p2 {
	font-size: 16px;
	color: #53585b;
	line-height: 2;
	text-indent: 2em;
}

/* .about_introductionOneBox_p1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3rem;
    height: 5px;
    background-color: #53585b;
} */

.about_introductionTwoBGBox {
	background-color: #eeeeee;
	color: #53585b;
	padding: 40px 0;
}

.about_introductionTwoBGBox_h3 {
	font-size: 25px;
}

.about_introductionTwoBGBox_p1 {
	font-size: 16px;
	line-height: 2;
	color: #53585b;
}

.about_introductionThreeBGBox {
	background-color: #717273;
	color: #fff;
}

.about_introductionThreeBox {
	position: relative;
	width: 20%;
	min-height: 40.625rem;
	transition: all 0.5s;
}

.about_introductionThreeBox_d1_01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/about/01/021.png) no-repeat center center;
	background-size: cover;
	z-index: 10;
}

.about_introductionThreeBox_d1_02 {
	background: url(../images/about/01/022.png) no-repeat center center;
	background-size: cover;
}

.about_introductionThreeBox_d1_03 {
	background: url(../images/about/01/023.png) no-repeat center center;
	background-size: cover;
}

.about_introductionThreeBox_d1_04 {
	background: url(../images/about/01/024.png) no-repeat center center;
	background-size: cover;
}

.about_introductionThreeBox_d1_05 {
	background: url(../images/about/01/025.png) no-repeat center center;
	background-size: cover;
}

.about_introductionThreeBox_d1_01::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
}

.about_introductionThreeBox_d2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.about_introductionThreeBox_d2_contentBox {
	width: 100%;
	height: 100%;
	text-align: right;
}

.about_introductionThreeBox_d2_contentBox_d1 {
	margin: 50px 30px 10px 15px;
}

.about_introductionThreeBox_h3 {
	font-size: 28px;
	font-weight: bold;
}

.about_introductionThreeBox_h4 {
	font-size: 16px;
	position: relative;
	line-height: 2;
	text-transform: uppercase;
	font-weight: normal;
}

.about_introductionThreeBox_h4::before {
	content: '';
	position: absolute;
	width: 3.75rem;
	height: 2px;
	background-color: #fff;
	bottom: -20px;
	right: 0;
}

.about_introductionThreeBox_d2_contentBox_d2 {
	display: none;
	padding: 10px 15px 40px;
	font-size: 14px;
	line-height: 1.8;
}

.about_introductionThreeBox:hover .about_introductionThreeBox_d2_contentBox_d2 {
	display: block;
}

.about_introductionThreeBox_d3 {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	background-color: #eb0104;
	height: 0%;
	z-index: 15;
	transition: all 0.5s;
}

.about_introductionThreeBox:hover .about_introductionThreeBox_d3 {
	height: 100%;
}

.about_introductionFootBGBox {
	background-color: #fff;
	padding: 80px 0 70px;
}

.about_introductionFootBox_h3 {
	font-size: 1.5rem;
	color: #283697;
	line-height: 3;
}

.about_introductionFootBox_p1 {
	position: relative;
	font-size: 1rem;
	color: #53585b;
	padding-bottom: 50px;
}

.about_introductionFootBox_p1::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 5px;
	background-color: #283697;
}

@media screen and (max-width: 1000px) {
	.about_introductionOneBox {
		padding: 2rem 0 3rem;
	}
	.about_introductionOneBox_h3 {
		font-size: 1.5rem;
		line-height: 3;
	}
	.about_introductionOneBox_p1 {
		font-size: 16px;
		padding-bottom: 2.8rem;
		margin-bottom: 1rem;
	}
	.about_introductionOneBox_p1::after {
		width: 3rem;
		height: 0.3rem;
	}
	.about_introductionTwoBGBox {
		padding: 2.8rem 0;
	}
	.about_introductionTwoBGBox_h3 {
		font-size: 1.7rem;
	}
	.about_introductionTwoBGBox_p1 {
		font-size: 1rem;
		line-height: 2;
	}
	.about_introductionThreeBox {
		width: 100%;
		min-height: 25rem;
	}
	.about_introductionThreeBox_d2_contentBox_d1 {
		margin: 2rem 1rem;
	}
	.about_introductionThreeBox_h3 {
		font-size: 1.5rem;
	}
	.about_introductionThreeBox_h4 {
		font-size: 1rem;
		line-height: 2;
	}
	.about_introductionThreeBox_h4::before {
		width: 3.75rem;
		height: 2px;
		bottom: -20px;
		right: 0;
	}
	.about_introductionThreeBox_d2_contentBox_d2 {
		display: block;
		padding: 10px 15px 2rem;
		font-size: 1rem;
	}
	.about_introductionThreeBox_d3 {
		height: 0%;
	}
	.about_introductionThreeBox:hover .about_introductionThreeBox_d3 {
		height: 100%;
	}
	.about_introductionFootBGBox {
		padding: 3rem 0;
	}
	.about_introductionFootBox_h3 {
		font-size: 1.5rem;
		line-height: 3;
	}
	.about_introductionFootBox_p1 {
		font-size: 1rem;
		padding-bottom: 3rem;
		margin-bottom: 1rem;
	}
	.about_introductionFootBox_p1::after {
		width: 3rem;
		height: 5px;
	}
}

@media screen and (max-width: 768px) {
	.about_introductionOneBox {
		padding: 2rem 0 3rem;
	}
	.about_introductionOneBox_h3 {
		font-size: 1.2rem;
		line-height: 2;
	}
	.about_introductionOneBox_p1 {
		font-size: 1rem;
		padding-bottom: 2rem;
	}
	.about_introductionOneBox_p2 {
		font-size: 1rem;
		color: #53585b;
		line-height: 1.5;
		text-indent: 2em;
	}
	.about_introductionOneBox_p1::after {
		width: 2.5rem;
		height: 0.3rem;
	}
	.about_introductionOneBox_rightBox {
		padding: 0.5rem;
	}
	.about_introductionOneBox_rightBox_box_s1 {
		font-size: 4rem;
		line-height: 1.2;
	}
	.about_introductionOneBox_rightBox_box_s2 {
		font-size: 1.25rem;
		width: 2rem;
		height: 2rem;
		line-height: 2rem;
	}
	.about_introductionTwoBGBox {
		padding: 2.8rem 0;
	}
	.about_introductionTwoBGBox_h3 {
		font-size: 1.2rem;
	}
	.about_introductionTwoBGBox_p1 {
		font-size: 1rem;
		line-height: 2;
	}
	.about_introductionThreeBox {
		width: 100%;
		min-height: 30rem;
	}
	.about_introductionThreeBox_d2_contentBox_d1 {
		margin: 2rem 1rem;
	}
	.about_introductionThreeBox_h3 {
		font-size: 1.5rem;
	}
	.about_introductionThreeBox_h4 {
		font-size: 1rem;
		line-height: 2;
	}
	.about_introductionThreeBox_h4::before {
		width: 3.75rem;
		height: 2px;
		bottom: -20px;
		right: 0;
	}
	.about_introductionThreeBox_d2_contentBox_d2 {
		padding: 10px 0.5rem 2rem;
		font-size: 1rem;
	}
	.about_introductionThreeBox:hover .about_introductionThreeBox_d3 {
		height: 0%;
	}
	.about_introductionFootBGBox {
		padding: 2rem 0;
	}
	.about_introductionFootBox_h3 {
		font-size: 1.3rem;
		line-height: 3;
	}
	.about_introductionFootBox_p1 {
		font-size: 1rem;
		padding-bottom: 3rem;
		margin-bottom: 1rem;
	}
	.about_introductionFootBox_p1::after {
		width: 3rem;
		height: 5px;
	}
}

/* 公司简介 */

/* 企业文化 */

.aboutSub_cultureBox {
	background-color: #fff;
	padding: 2rem 0 3rem;
}

.aboutSub_culture_oneBox_h3,
.aboutSub_culture_threeBox_h3 {
	padding: 1rem 0;
	font-size: 25px;
	color: #53585b;
}

.aboutSub_culture_oneBox {
	position: relative;
	background-color: #eeeeee;
	background-color: #e60012;
	padding: 3rem 1rem;
	text-align: center;
	margin-top: 2rem;
	color: #0077c8;
	color: #fff;
	transition: all 0.5s;
}

.aboutSub_culture_oneBox_h4 {
	font-size: 18px;
}

.aboutSub_culture_iconS {
	font-size: 50px;
	color: #fff;
}

/* 新增修改20220120 s */

.aboutSub_culture_oneBox_d2Box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0%;
	padding: 0 1rem;
	/* background-color: #0077c8; */
	background-color: #1d2088;
	color: #fff;
	overflow: hidden;
	transition: all 0.5s;
}

.aboutSub_culture_oneBox:hover .aboutSub_culture_oneBox_d2Box {
	height: 100%;
}

/* 新增修改20220120 e */

/* 02 */

.aboutSub_culture_twoBox {
	color: #53585b;
	color: #fff;
	background-color: #eeeeee;
	background-color: #0077c8;
	background-color: #1d2088;
	text-align: center;
	padding: 5rem 1rem;
	font-size: 16px;
}

.aboutSub_culture_twoBox_p1 {
	line-height: 2;
}

/* 03 */

.aboutSub_culture_threeBox {
	padding: 3rem 0 5rem;
}

.aboutSub_culture_threeBox_d1 {
	background-color: #cfe3f1;
	background-color: #e60012;
	padding: 3rem 0;
	font-size: 16px;
	color: #53585b;
	color: #fff;
	border: 1px solid #cfe3f1;
	border: 1px solid #e60012;
	border-radius: 15px;
}

.aboutSub_culture_threeBox_d1_p1 {
	line-height: 2;
	font-size: 16px;
}

/* 企业文化 */

/* 企业历史 s  */

.aboutSub_qyls_BGbox {
	padding: 40px 10px;
}

.aboutSub_qyls_box {
	position: relative;
	padding: 7px 15px 7px 70px;
}

.aboutSub_qyls_box:hover {
	background-color: #fffcea;
}

.icon_yuan_about_qylsS {
	position: absolute;
	top: 50%;
	left: 35px;
	transform: translate(0, -50%);
	font-size: 18px;
	color: #bdbdbd;
}

.aboutSub_qyls_box:hover .icon_yuan_about_qylsS {
	color: #eb0104;
}

.aboutSub_qyls_s2 {
	font-size: 16px;
	color: #53585b;
	cursor: default;
}

.aboutSub_qyls_box:hover .aboutSub_qyls_s2 {
	color: #eb0104;
}

@media screen and (max-width: 768px) {
	.aboutSub_qyls_BGbox {
		padding: 40px 10px;
	}
	.aboutSub_qyls_box {
		padding: 0.5rem 1rem 0.5rem 3rem;
	}
	.icon_yuan_about_qylsS {
		left: 1rem;
		font-size: 1rem;
	}
	.aboutSub_qyls_s2 {
		font-size: 1rem;
	}
}

/* 企业历史 e */

/* 荣誉资质 */

.aboutSub_honor_BGBox {
	background-color: #fff;
	padding: 10px 30px;
}

.aboutSub_honor_titleBGBox {
	padding: 40px 0;
}

.aboutSub_honor_titleBox {
	margin: 0 15px;
}

.aboutSub_honor_titleBox_a {
	display: inline-block;
	color: #53585b;
	padding: 10px 20px;
	border: 1px solid #1d2088;
	border-radius: 18px;
	font-size: 16px;
	line-height: 1;
}

.aboutSub_honor_titleBox_a_active {
	color: #fff !important;
	background-color: #1d2088;
}

.about_honor_contentBox {
	padding: 35px 35px 0px;
	background-color: #fff;
	box-shadow: 0px 0px 10px #999;
	text-align: center;
	margin-bottom: 30px;
	color: #53585b;
	transition: all 0.5s;
}

.about_honor_contentBox:hover {
	background-color: #1d2088;
	color: #fff;
}

.about_honorImgBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 140%;
}

.about_honorImgS {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 100%;
	height: auto;
	/* object-fit: cover; */
}

.about_honor_contentBox_h3 {
	font-size: 1rem;
	padding: 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media screen and (max-width: 768px) {
	.aboutSub_honor_BGBox {
		padding: 0.5rem 1rem;
	}
	.aboutSub_honor_titleBGBox {
		padding: 2rem 0;
	}
	.aboutSub_honor_titleBox {
		margin: 0 1rem;
	}
	.aboutSub_honor_titleBox_a {
		padding: 10px 20px;
		border-radius: 1.2rem;
		font-size: 1rem;
		line-height: 1;
	}
	.about_honor_contentBox {
		padding: 2rem 1rem 0px;
		margin-bottom: 30px;
	}
	.about_honorImgBox {
		padding-top: 140%;
	}
	.about_honor_contentBox_h3 {
		font-size: 0.8rem;
		padding: 1.4rem 0;
	}
}

/* 荣誉资质 */

/* 组织与结构 s */

.aboutSub_zzjg_contentBGBox {
	background: url(../images/about/05/BG01.png) no-repeat top center;
	background-size: cover;
}

.aboutSub_zzjg_contentBox {
	max-width: 1700px;
	margin: 0 auto;
	padding: 22px 1rem 300px;
}

@media screen and (max-width: 768px) {
	.aboutSub_zzjg_contentBox {
		padding: 22px 1rem 5rem;
	}
}

.aboutSub_zzjg_contentBox > p > img {
	max-width: 100%;
}

/* 组织与结构 */

/* 走进定远 */

/* ========================================================================================================================================================================================================= */

/* ========================================================================================================================================================================================================= */

/* 产品展示 */

.product_BGBox {
	background-color: #fff;
	padding: 60px 10px;
}

.product_BGBox .container-fluid {
	position: relative;
	padding: 0 50px;
}

.swiper_product .swiper-slide {
	height: 100%;
}

.product_listBox {
	position: relative;
}

.product_listContentBox {
	background: linear-gradient(to top, #b2b2b2 0%, #ececec 100%);
	padding: 10px 20px 10px;
	width: 100%;
	height: 100%;
	transition: all 1s;
}

.product_listContentBox:hover {
	background: linear-gradient(to top, #b70002 0%, #ed5355 100%);
}

.product_listContentBox:hover .product_listContentBox_h2,
.product_listContentBox:hover .product_listContentBox_h3 {
	color: #fff;
}

.product_listContentBox:hover .product_listContentBox_h2::after {
	border-bottom: 1px solid #fff;
}

.product_listContentBox_h2 {
	position: relative;
	font-weight: bold;
	font-size: 1.714286rem;
	color: #53585b;
	line-height: 1;
	padding: 30px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product_listContentBox_h2::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 25%;
	height: 2px;
	border-bottom: 1px solid #53585b;
}

.product_listContentBox_h3 {
	font-weight: bold;
	font-size: 1rem;
	text-transform: uppercase;
	color: #999999;
	line-height: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product_listContentBox_d1 {
	padding: 40px 0;
}

.product_listContentBox_imgBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 70%;
	margin: 0 auto;
}

/* pagination */

.swiper-pagination {
	position: relative;
}

.swiper-pagination-bullet-active {
	background-color: #fddd34;
	width: 35px;
	border-radius: 4px;
}

.swiper-pagination-bullet {
	margin: 35px 5px;
}

/* Add Arrows  s */

.product_arrowBox {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.product_arrowBox_d1 {
	width: 100%;
	height: 100%;
}

.product_arrowLeftBox {
	position: relative;
	display: inline-block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 3px solid #fddd34;
	margin: 13px 0px;
	cursor: pointer;
	z-index: 99;
}

.product_arrowLeftBox::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 15px;
	height: 15px;
	border-left: 3px solid #fddd34;
	border-bottom: 3px solid #fddd34;
}

.product_arrowRightBox {
	position: relative;
	display: inline-block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 3px solid #fddd34;
	margin: 13px 0px;
	cursor: pointer;
	z-index: 99;
}

.product_arrowRightBox::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 15px;
	height: 15px;
	border-right: 3px solid #fddd34;
	border-bottom: 3px solid #fddd34;
}

/* Add Arrows  e */

@media screen and (max-width: 1200px) {
	.product_BGBox {
		padding: 60px 10px;
	}
	.product_listContentBox {
		padding: 10px 20px 10px;
	}
	.product_listContentBox_h2 {
		font-size: 1.2rem;
		padding: 1.3rem 0px;
	}
	.product_listContentBox_h3 {
		font-size: 1rem;
		line-height: 2;
	}
	.product_listContentBox_d1 {
		padding: 2rem 0;
	}
	.product_listContentBox_imgBox {
		width: 100%;
		padding-top: 70%;
	}
	/* pagination */
	.swiper-pagination-bullet-active {
		width: 35px;
		border-radius: 4px;
	}
	.swiper-pagination-bullet {
		margin: 35px 5px;
	}
	/* Add Arrows  s */
	.product_arrowLeftBox {
		width: 42px;
		height: 42px;
		border: 3px solid #fddd34;
		margin: 13px 0px;
	}
	.product_arrowLeftBox::after {
		width: 15px;
		height: 15px;
		border-left: 3px solid #fddd34;
		border-bottom: 3px solid #fddd34;
	}
	.product_arrowRightBox {
		width: 42px;
		height: 42px;
		border-radius: 50%;
		border: 3px solid #fddd34;
		margin: 13px 0px;
	}
	.product_arrowRightBox::after {
		width: 15px;
		height: 15px;
		border-right: 3px solid #fddd34;
		border-bottom: 3px solid #fddd34;
	}
}

@media screen and (max-width: 768px) {
	.product_BGBox {
		padding: 3rem 10px;
	}
	.product_BGBox .container-fluid {
		position: relative;
		padding: 0 33px;
	}
	.product_listContentBox {
		padding: 10px 10px;
	}
	.product_listContentBox_h2 {
		font-size: 1rem;
		padding: 1rem 0px;
	}
	.product_listContentBox_h3 {
		font-size: 0.8rem;
		line-height: 2;
	}
	.product_listContentBox_d1 {
		padding: 0.5rem 0;
	}
	.product_listContentBox_imgBox {
		width: 100%;
		padding-top: 70%;
	}
	/* pagination */
	.swiper-pagination-bullet-active {
		width: 35px;
		border-radius: 4px;
	}
	.swiper-pagination-bullet {
		margin: 35px 5px;
	}
	/* Add Arrows  s */
	.product_arrowLeftBox {
		width: 2rem;
		height: 2rem;
		border: 2px solid #fddd34;
		margin: 13px 0px;
	}
	.product_arrowLeftBox::after {
		width: 0.8rem;
		height: 0.8rem;
		border-left: 2px solid #fddd34;
		border-bottom: 2px solid #fddd34;
	}
	.product_arrowRightBox {
		width: 2rem;
		height: 2rem;
		border-radius: 50%;
		border: 2px solid #fddd34;
		margin: 13px 0px;
	}
	.product_arrowRightBox::after {
		width: 0.8rem;
		height: 0.8rem;
		border-right: 2px solid #fddd34;
		border-bottom: 2px solid #fddd34;
	}
}

/* 产品二级栏目列表页 */

.productSub_BGBox {
	background-color: #fff;
	text-align: center;
	padding: 30px 0 30px;
}

.productSub_h2 {
	position: relative;
	font-size: 26px;
	display: inline-block;
	line-height: 3;
	color: #53585b;
}

.productSub_h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 25%;
	height: 0.214286rem;
	/* background-color: #fddd34; */
	background-color: #53585b;
	transform: translate(-50%, 0);
}

.productSub_listBox {
	background-color: #f0f0f0;
	padding: 55px 30px 10px;
	margin-top: 50px;
}

.productSub_listBox_imgBox {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 70%;
}

.productSub_listBox_imgBox .AdaptiveScalingImg {
	transition: all 0.5s;
}

.productSub_listBox:hover .AdaptiveScalingImg {
	transform: scale(1.1);
}

.productSub_listBox_h3 {
	padding-top: 0.5rem;
	width: 100%;
	line-height: 1.5;
	min-height: 60px;
	margin-bottom: 0;
	color: #53585b;
	font-size: 14px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.productSub_BGBox {
		padding: 1rem 0 1rem;
	}
	.productSub_h2 {
		font-size: 1.2rem;
		line-height: 3;
	}
	.productSub_listBox {
		background-color: #f0f0f0;
		padding: 2rem 1rem 0.5rem;
		margin-top: 2rem;
	}
	.productSub_listBox_imgBox {
		position: relative;
		overflow: hidden;
		width: 100%;
		padding-top: 70%;
	}
	.productSub_listBox_imgBox .AdaptiveScalingImg {
		transition: all 0.5s;
	}
	.productSub_listBox:hover .AdaptiveScalingImg {
		transform: scale(1.1);
	}
	.productSub_listBox_h3 {
		line-height: 1.5;
		min-height: 2rem;
		color: #53585b;
		font-size: 1rem;
	}
}

/* 产品二级栏目列表页 */

/* 产品展示 */

/* ========================================================================================================================================================================================================= */

/* ========================================================================================================================================================================================================= */

/* 最新资讯 */

.news_BGBox {
	padding: 40px 10px 0px;
}

.news_BGBox li {
	list-style: none;
}

.news_Box {
	padding: 7px 30px;
	color: #53585b;
	transition: all 0.5s;
}

.news_Box:hover {
	text-decoration: none;
	background-color: #fff5f5;
}

.news_Box:hover .news_Box_h3 {
	color: #eb0104;
}

.news_Box:hover .news_Box_line {
	background-color: #eb0104;
}

.news_Box_line {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #bdbdbd;
	vertical-align: middle;
	margin-right: 10px;
	transition: all 0.5s;
}

.news_Box_h3 {
	font-size: 16px;
	color: #53585b;
	transition: all 0.5s;
	margin: 0;
	line-height: 1.2;
}

.news_Box_d1 {
	font-size: 1rem;
}

@media screen and (max-width: 768px) {
	.news_BGBox {
		padding: 2rem 0px 0px;
	}
	.news_Box {
		padding: 0.5rem 1rem;
		color: #53585b;
		line-height: 1.2;
		transition: all 0.5s;
	}
	.news_Box:hover {
		text-decoration: none;
		background-color: #fff5f5;
	}
	.news_Box:hover .news_Box_h3 {
		color: #eb0104;
	}
	.news_Box:hover .news_Box_line {
		background-color: #eb0104;
	}
	.news_Box_line {
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 4px;
		background-color: #bdbdbd;
		vertical-align: middle;
		margin-right: 10px;
		transition: all 0.5s;
	}
	.news_Box_h3 {
		font-size: 1rem;
		color: #53585b;
		transition: all 0.5s;
		margin: 0;
	}
	.news_Box_d1 {
		font-size: 1rem;
	}
}

/* 最新资讯 e */

/* ========================================================================================================================================================================================================= */

/* ========================================================================================================================================================================================================= */

/* 校企合作 s */

.cooperation_BGBox {
	background-color: #fff;
}

.cooperation_columnBox {
	font-size: 18px;
	border-bottom: 1px solid #cccccc;
}

.cooperation_columnBox_d1 {
	width: 250px;
	text-align: center;
}

.cooperation_columnBox_a {
	position: relative;
	display: inline-block;
	line-height: 4;
	color: #666666;
}

.cooperation_columnBox_a:hover {
	color: #eb0104;
	text-decoration: none;
}

.cooperation_columnBox_a_active {
	color: #eb0104;
}

.cooperation_columnBox_a_active::before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #eb0104;
	height: 4px;
	width: 100%;
	border-bottom: 2px solid #eb0104;
}

.cooperation_introductionBox {
	padding: 55px 10px 50px;
}

.cooperation_introductionBox_h3 {
	font-size: 25px;
	color: #53585b;
	margin-bottom: 25px;
}

.cooperation_introductionBox_h3_s1 {
	color: #eb0104;
}

.cooperation_introductionBox_h3_s2 {
	color: #283697;
}

.cooperation_introductionBox_p1 {
	font-size: 1.142857rem;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* other content */

.cooperation_contentTwoBox {
	color: #fff;
	text-align: center;
	background: url(../images/schoolEnterpriseCooperation/02.png) no-repeat center center;
	background-size: cover;
}

.cooperation_contentTwo_whiteBorder {
	border-left: 2px solid #e8e9ea;
	border-right: 2px solid #e8e9ea;
	margin-left: -2px;
	transition: all 0.5s;
}

.cooperation_contentTwo_whiteBorder:hover {
	background-color: #b00002;
}

.cooperation_contentTwo_whiteBorder:hover .cooperation_contentTwo_smallBox_s1 {
	color: #fddd34;
}

.cooperation_contentTwo_whiteBorder:hover .cooperation_contentTwo_smallBox_s1::before {
	background-color: #fddd34;
}

.cooperation_contentTwo_smallBox {
	padding: 60px 25px 50px;
}

.cooperation_contentTwo_smallBox_s1 {
	position: relative;
	font-size: 45px;
}

.cooperation_contentTwo_smallBox_s1::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 15%;
	width: 70%;
	background-color: #fff;
	height: 3px;
	font-size: 45px;
}

.cooperation_contentTwo_smallBox_h4 {
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: bold;
	min-height: 50px;
}

.cooperation_contentTwo_smallBox_p1 {
	font-size: 1.142857rem;
	text-align: left;
}

.cooperation_footWordD1 {
	text-align: center;
}

.cooperation_footWord {
	text-align: left;
	display: inline-block;
	line-height: 1.5;
	padding: 25px 10px;
	margin: 0;
}

/* other content */

@media screen and (max-width: 768px) {
	.cooperation_columnBox {
		font-size: 1rem;
	}
	.cooperation_columnBox_d1 {
		width: 250px;
		text-align: center;
	}
	.cooperation_introductionBox {
		padding: 2rem 1rem;
	}
	.cooperation_introductionBox_h3 {
		font-size: 1.2rem;
		margin-bottom: 1rem;
	}
	.cooperation_introductionBox_p1 {
		font-size: 1rem;
		line-height: 1.5;
		margin-bottom: 1rem;
	}
	.cooperation_introductionBox_p2 {
		font-size: 2rem;
		line-height: 1;
	}
	/* other content */
	.cooperation_contentTwo_smallBox {
		padding: 2rem 1.5rem 2rem;
		border-bottom: 1px solid #fff;
	}
	.cooperation_contentTwo_smallBox_s1 {
		font-size: 2rem;
	}
	.cooperation_contentTwo_smallBox_s1::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 15%;
		width: 70%;
		background-color: #fff;
		height: 3px;
		font-size: 45px;
	}
	.cooperation_contentTwo_smallBox_h4 {
		font-size: 1.2rem;
		line-height: 1.2;
		min-height: 40px;
	}
	.cooperation_contentTwo_smallBox_p1 {
		font-size: 1rem;
		text-align: left;
	}
	.cooperation_footWordD1 {
		text-align: center;
	}
	.cooperation_footWord {
		text-align: left;
		display: inline-block;
		line-height: 1.5;
		padding: 25px 10px;
		margin: 0;
	}
}

/* 实习动态 s */

.internshipTrendsBGBox {
	padding: 40px 10px 0px;
}

.internshipTrendsBGBox li {
	list-style: none;
}

.internshipTrendsBox {
	padding: 7px 30px;
	color: #53585b;
	transition: all 0.5s;
}

.internshipTrendsBox:hover {
	text-decoration: none;
	background-color: #fff5f5;
}

.internshipTrendsBox:hover .internshipTrendsBox_h3 {
	color: #eb0104;
}

.internshipTrendsBox_h3 {
	font-size: 16px;
	color: #53585b;
	transition: all 0.5s;
	margin: 0;
	line-height: 1.2;
}

@media screen and (max-width: 768px) {
	.internshipTrendsBGBox {
		padding: 40px 0px 0px;
	}
	.internshipTrendsBox {
		padding: 0.5rem 1rem;
		color: #53585b;
	}
	.internshipTrendsBox_h3 {
		font-size: 1rem;
		color: #53585b;
		transition: all 0.5s;
	}
}

/* 实习动态 e */

/* 校企合作 e */

/* ========================================================================================================================================================================================================= */

/* ========================================================================================================================================================================================================= */

/* 防伪查询 */

.query_contentBox {
	background: url(../images/query/02.png) no-repeat center center;
	background-size: cover;
	padding: 75px 0 105px;
	text-align: center;
}

.query_smallBox {
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px #f0eeec;
}

.query_h2 {
	line-height: 3;
	border-bottom: 10px solid #f4e0e0;
	font-weight: bold;
	font-size: 22px;
}

.query_d1 {
	padding: 20px 30px;
}

.query_i1_text {
	width: 90%;
	outline: none;
	border: 0;
	text-align: center;
	font-size: 1.25rem;
	line-height: 3;
	border-bottom: 1px solid #e0e0e0;
	height: 55px;
}

.query_d1_d1 {
	position: relative;
	margin-top: 2.5rem;
	font-size: 0;
}

.query_subFont {
	font-size: 22px;
	color: #fff;
	height: 3.75rem;
	line-height: 3.75rem;
	width: 100%;
	border: 0;
	border-radius: 10px;
	background-color: #cb5202;
	background: linear-gradient(to right, #a40002 0%, #cb5202 50%, #eb9501 100%);
}

.query_subFont:focus {
	outline: 0;
}

.query_i1_sub {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 0%);
	border: 0;
	outline: none;
}


/* 防伪查询 */

@media screen and (max-width: 768px) {
	.query_contentBox {
		padding: 75px 0 105px;
	}
	.query_h2 {
		line-height: 3;
		border-bottom: 10px solid #f4e0e0;
		font-weight: bold;
		font-size: 1.2rem;
	}
	.query_d1 {
		padding: 20px 30px;
	}
	.query_i1_text {
		font-size: 1rem;
		line-height: 3;
		height: 45px;
	}
	.query_subFont {
		font-size: 1rem;
	}
}

/* 查询结果页 */

.search_resultContentBox {
	padding: 3rem 0;
}

.search_fontColorRed {
	color: #f00 !important;
	background-color: #fff;
	padding: 2rem 1rem;
}

.search_btn-info {
	background-color: #ea1c28;
	border-color: #ea1c28;
}

.search_btn-info:hover {
	background-color: #fd3e47;
	background-color: #fd515a;
	border-color: #ea1c28;
}

.search_resultListBox {
	margin: 2rem 1rem 0;
	/* border-top: 1px solid #cccccc; */
	/* border-left: 1px solid #cccccc; */
	color: #53585b;
}

.search_resultListBox > .search_resultListBox_d1:nth-child(odd) > .search_resultList {
	background-color: #eeeeee;
}

.search_resultListBox > .search_resultListBox_d1:nth-child(1) > .search_resultList,
.search_resultListBox > .search_resultListBox_d1:nth-child(2) > .search_resultList,
.search_resultListBox > .search_resultListBox_d1:nth-child(3) > .search_resultList,
.search_resultListBox > .search_resultListBox_d1:nth-child(4) > .search_resultList {
	border-top: 1px solid #cccccc;
}

.search_resultListBox > .search_resultListBox_d1:nth-child(1) > .search_resultList,
.search_resultListBox > .search_resultListBox_d1:nth-child(5) > .search_resultList,
.search_resultListBox > .search_resultListBox_d1:nth-child(9) > .search_resultList,
.search_resultListBox > .search_resultListBox_d1:nth-child(13) > .search_resultList {
	border-left: 1px solid #cccccc;
}

.search_resultList {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #fff;
	padding: 1rem;
	height: 100%;
	margin: 0px -15px;
}

/* 查询结果页 */


/* 20220628新增反馈添加2版本 s */
.search_contentBox{

}
.search_versionBox{
}
.search_versionBox_d1Box {
  padding: 1rem;
  font-size: 1.4rem;
  user-select: none;
}
.common_hide{
  overflow: hidden;
  height: 0;
}
/* 20220628新增反馈添加2版本 e */

/* ========================================================================================================================================================================================================= */

/* ========================================================================================================================================================================================================= */

/* 访客留言 */

.visitor_BGBox {
	padding: 55px 0 30px;
	background-color: #ffffff;
}

.visitor_ul {
	padding: 0;
	margin: 0;
}

.leaveAMessageBox {
	list-style: none;
}

.leaveAMessageBox_d1 {
	background-color: #fff5f5;
	padding: 10px 20px;
}

.leaveAMessage_circle {
	display: inline-block;
	background-color: #f0cd14;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	margin-right: 10px;
}

.leaveAMessageBox_d1_d1 {
	font-size: 16px;
}

.leaveAMessageBox_d1_d2 {
	font-size: 16px;
}

.leaveAMessageBox_d1_d2_s1 {
	margin-right: 40px;
}

.leaveAMessageBox_d1_d2_s2 {
	color: #666666;
	font-size: 1rem;
}

.leaveAMessageBox_d2 {
	font-size: 1.125rem;
	padding: 10px 42px;
	line-height: 1.3;
	color: #53585b;
	border-bottom: 1px solid #e2e2e2;
}

.leaveAMessageBox_d3 {
	padding: 10px 42px;
}

.leaveAMessageBox_d3_h6 {
	font-size: 18px;
	font-weight: bold;
	color: #eb0104;
	line-height: 1.3;
	margin: 0;
}

.leaveAMessageBox_d3_s1 {
	font-size: 16px;
	color: #283697;
	font-weight: normal;
}

.visitor_from_BGBox {
	background: url(../images/visitors/02.png) no-repeat center center;
	background-size: cover;
	color: #fff;
	padding-top: 2rem;
}

.visitor_from_h5 {
	margin: 0;
	line-height: 3;
}

.visitor_from_smallBox {
	margin-bottom: 30px;
}

.visitor_from_title {
	font-size: 1rem;
	line-height: 1.5;
	cursor: default;
}

.visitor_from_title_s1 {
	font-size: 1rem;
	color: #eb0104;
}

.visitor_from_i1,
.visitor_from_i2 {
	font-size: 1.25rem;
	color: #fff;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 10px 15px;
}

.visitor_from_i1:focus,
.visitor_from_textarea,
.visitor_from_select:focus {
	outline: none;
}

.visitor_from_select {
	font-size: 1.25rem;
	color: #fff;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 10px 15px;
}

.visitor_from_select_o1 {
	color: #53585b;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #fff;
	padding: 10px 15px;
	line-height: 3;
}

.visitor_from_textarea {
	font-size: 1.25rem;
	color: #fff;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 10px 15px;
	height: 130px;
	resize: none;
}

.visitor_from_foot_d1 {
	padding: 30px 0 0;
}

.visitor_from_foot_d1_reset,
.visitor_from_foot_d1_value {
	color: #fff;
	width: 40%;
	border-radius: 5px;
	border: 0;
	padding: 1.25em;
	padding: 10px 15px;
	font-size: 20px;
}

.visitor_from_foot_d1_reset {
	background-color: #b6b6b6;
	color: #fff;
}

.visitor_from_foot_d1_value {
	background-color: #f0cd14;
	color: #53585b;
}

@media screen and (max-width: 768px) {
	.visitor_BGBox {
		padding: 1.5rem 0;
		background-color: #ffffff;
	}
	.leaveAMessageBox_d1 {
		padding: 0.3rem 1.1rem;
	}
	.leaveAMessageBox_d1_d1 {
		font-size: 0.8rem;
	}
	.leaveAMessageBox_d1_d2 {
		font-size: 0.8rem;
	}
	.leaveAMessageBox_d1_d2_s1 {
		margin-right: 0px;
	}
	.leaveAMessageBox_d1_d2_s2 {
		font-size: 0.8rem;
	}
	.leaveAMessageBox_d2 {
		font-size: 0.8rem;
		padding: 0.5rem 1rem;
		line-height: 1.3;
		border-bottom: 1px solid #e2e2e2;
	}
	.leaveAMessageBox_d3 {
		padding: 0.5rem 1rem;
	}
	.leaveAMessageBox_d3_h6 {
		font-size: 1rem;
		line-height: 1.3;
	}
	.leaveAMessageBox_d3_s1 {
		font-size: 0.8rem;
	}
	.visitor_from_BGBox {
		background: url(../images/visitors/02.png) no-repeat center center;
		background-size: cover;
		color: #fff;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.visitor_from_h5 {
		margin: 0;
		line-height: 3;
	}
	.visitor_from_smallBox {
		margin-bottom: 10px;
	}
	.visitor_from_title {
		font-size: 1rem;
		line-height: 1.5;
		cursor: default;
	}
	.visitor_from_title_s1 {
		font-size: 1rem;
		color: #eb0104;
	}
	.visitor_from_i1,
	.visitor_from_i2 {
		font-size: 1.25rem;
		color: #fff;
		width: 100%;
		border-radius: 5px;
		border: 1px solid #fff;
		background-color: rgba(255, 255, 255, 0.1);
		padding: 0.5rem 1rem;
	}
	.visitor_from_i1:focus,
	.visitor_from_textarea,
	.visitor_from_select:focus {
		outline: none;
	}
	.visitor_from_select {
		font-size: 1.25rem;
		color: #fff;
		width: 100%;
		border-radius: 5px;
		border: 1px solid #fff;
		background-color: rgba(255, 255, 255, 0.1);
		padding: 0.5rem 1rem;
	}
	.visitor_from_select_o1 {
		color: #53585b;
		width: 100%;
		border-radius: 5px;
		border: 1px solid #fff;
		padding: 0.5rem 1rem;
		line-height: 3;
	}
	.visitor_from_textarea {
		font-size: 1.25rem;
		color: #fff;
		width: 100%;
		border-radius: 5px;
		border: 1px solid #fff;
		background-color: rgba(255, 255, 255, 0.1);
		padding: 0.5rem 1rem;
		height: 130px;
		resize: none;
	}
	.visitor_from_foot_d1 {
		padding: 30px 0 0;
	}
	.visitor_from_foot_d1_reset,
	.visitor_from_foot_d1_value {
		color: #fff;
		width: 40%;
		border-radius: 5px;
		border: 0;
		padding: 1.25em;
		padding: 0.5rem 1rem;
		font-size: 1rem;
	}
	.visitor_from_foot_d1_reset {
		background-color: #b6b6b6;
		color: #fff;
	}
	.visitor_from_foot_d1_value {
		background-color: #f0cd14;
		color: #53585b;
	}
}

/* 访客留言 */

/* ========================================================================================================================================================================================================= */

/* ========================================================================================================================================================================================================= */

/* 招贤纳士 recruitment s */

.Rec_BGBox {
	color: #fff;
}

.Rec_BGBox li {
	list-style: none;
}

.Rec_contentBox {
	padding: 55px 20px 50px;
}

.Rec_listBox {
	color: #53585b;
	font-size: 16px;
}

.Rec_listBox_li_head {
	background-color: #ececec;
	padding: 20px 5px;
}

.Rec_listBox_li_body {
	cursor: pointer;
	background-color: #f5f5f5;
	padding: 10px 5px;
	transition: all 1s;
}

.Rec_listBox_li_body > div {
	width: 25%;
	text-align: center;
}

li:hover > .Rec_listBox_li_body {
	background-color: #fee771;
	color: #283697;
}

.Rec_listBox_li_body_detailed {
	padding: 20px 50px 20px;
	border: 1px solid #f5f5f5;
}

/* == */

.Rec_footADBox {
	position: relative;
	color: #fff;
}

.Rec_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.Rec_content_d1 {
	width: 100%;
	height: 100%;
	text-align: center;
}

.Rec_footerBox {
	background-color: rgba(0, 0, 0, 0.6);
}

.Rec_footerBGBox {
	background: url(../images/recruitment/02.png) no-repeat center center;
	background-size: cover;
	max-width: 1920px;
	margin: 0 auto;
}

.Rec_content_p1 {
	color: #fff;
	font-size: 1.875rem;
	text-align: center;
	line-height: 2;
	padding: 4.375rem 0 0rem;
	margin: 0;
}

.Rec_content_p2 {
	color: #fff;
	font-size: 1.25rem;
	text-align: center;
	line-height: 2;
	padding: 0 0 4rem;
	margin: 0;
}

@media screen and (max-width: 768px) {
	.Rec_contentBox {
		padding: 2rem 0rem 2rem;
	}
	.Rec_listBox {
		font-size: 0.8rem;
	}
	.Rec_listBox_li_head {
		padding: 1rem 0.5rem;
	}
	.Rec_listBox_li_body {
		padding: 0.5rem 5px;
	}
	.Rec_listBox_li_body > div {
		width: 25%;
	}
	.Rec_listBox_li_body_detailed {
		padding: 20px 50px 40px;
	}
	.Rec_listBox_li_body_detailed P {
		font-size: 1rem !important;
	}
	/* == */
	.Rec_footADBox {
		position: relative;
		color: #fff;
	}
	.Rec_content {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.Rec_content_d1 {
		width: 100%;
		height: 100%;
		text-align: center;
	}
	.Rec_footerBox {
		background-color: rgba(0, 0, 0, 0.6);
	}
	.Rec_footerBGBox {
		background: url(../images/recruitment/02.png) no-repeat center center;
		background-size: cover;
		max-width: 1920px;
		margin: 0 auto;
	}
	.Rec_content_p1 {
		color: #fff;
		font-size: 1rem;
		text-align: center;
		line-height: 2;
		padding: 4.375rem 0 0rem;
		margin: 0;
	}
	.Rec_content_p2 {
		color: #fff;
		font-size: 1rem;
		text-align: center;
		line-height: 2;
		padding: 0 0 4rem;
		margin: 0;
	}
}

/* 招贤纳士  e */

/* ========================================================================================================================================================================================================= */

/* ========================================================================================================================================================================================================= */

/* 联系我们 */

.contact_BGbox {
	background-color: #fff;
	padding: 1rem 1rem 0;
	color: #53585b;
}

.content_iconS {
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
}

/* 联系方式 */

.contact_weixinImg {
	margin-top: 40px;
	max-width: 150px;
}

.contact_h2 {
	line-height: 1.5;
	margin: 0;
	font-size: 25px;
	color: #53585b;
}

.contact_p1 {
	margin-top: 40px;
	padding: 0.5rem 0;
	font-size: 16px;
}

.contact_p2 {
	padding: 0.5rem 0;
	font-size: 16px;
}

/* 联系方式 */

.contact_footerBox {
	/* background-color: rgba(0, 0, 0, .6); */
	background-color: #fff;
}

.contact_footerBGBox_p1 {
	color: #53585b;
	font-size: 16px;
	text-align: center;
	line-height: 2;
	padding: 1rem 0 2rem;
	margin: 0;
}

@media screen and (max-width: 768px) {
	.contact_BGbox {
		padding: 3rem 1rem 1rem;
		color: #53585b;
	}
	/* 联系方式 */
	.contact_weixinImg {
		margin-top: 1rem;
		max-width: 150px;
	}
	.contact_h2 {
		line-height: 1.5;
		margin-top: 1rem;
		font-size: 1.2rem;
	}
	.contact_p1 {
		margin-top: 1rem;
		padding: 0.5rem 0;
		font-size: 1rem;
	}
	.contact_p2 {
		padding: 0.5rem 0;
		font-size: 1rem;
	}
	/* 联系方式 */
	.contact_footerBGBox_p1 {
		font-size: 1rem;
		text-align: center;
		line-height: 2;
		padding: 1rem 0.5rem 3rem;
		margin: 0;
	}
}

/* 新增20220121 动态地图*/

.w_1200_none {
	display: none;
}

.w_1200_show {
	display: block;
}

@media screen and (max-width: 1200px) {
	.w_1200_none {
		display: block;
	}
	.w_1200_show {
		display: none;
	}
}

/* 新增20220121 */

/* 联系我们 */
