@charset "utf-8";

/* 关于我们 */

.page_logo_box {
	width: 100%;
	height: 5.64375rem;
	padding-top: 0.9375rem;
	background-image: url(../images/page_about_bg01.png);
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

.page_logo_box>div {
	float: left;
}

.page_logo_box .logo_left {
	width: 60%;
	height: 2.2rem;
	margin-top: 0.775rem;
}

.page_logo_box .logo_right {
	width: 40%;
	height: 3.75rem;
	border-left: 0.075rem solid #eab209;
}

.page_logo_box>div>img {
	height: 100%;
	width: auto;
	margin: 0 auto;
}

.about01_box {
	width: 100%;
}

.about01_box p {
	width: 100%;
	font-size: 16px;
	line-height: 2;
	color: #333333;
	text-align: justify;
	word-break: break-all;
	text-justify: distribute;
}

.about01_box p>em {
	font-size: 20px;
	font-weight: bold;
	color: #003f98;
}

.about01_box p img {
	width: 100%;
}

#page_about_img {
	margin-top: 20px;
}

.owl-carousel .owl-stage-outer {
	padding: 0;
}

.owl-theme-cpc .owl-nav {
	margin-top: 4vmin;
}

.owl-carousel .owl-nav button {
	width: 48px;
	height: 48px;
}


.owl-carousel .owl-nav button span {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 50px;
	line-height: 40px;
	background-color: #4e7f37;
}

.owl-carousel .owl-nav button.owl-prev span {
	background-color: #ffbf00;
}

.owl-theme .owl-nav [class*="owl-"] {
	margin: 0;
}


/* 企业文化 */

.page_about_wh_list {
	border-top: 1px solid #1f1e1b;
	padding-top: 36px;
	margin-top: 24px;
}

.page_about_wh_list li {
	float: left;
	width: calc((100% - 48px) / 3);
	margin-right: 24px;
	margin-bottom: 24px;
	text-align: center;
	border-radius: 16px;
	padding: 2px;
	background-image: linear-gradient(to top left, #ffbf00, #e5e5e5);
	transition: all .3s;
}

.page_about_wh_list li:nth-child(3n) {
	margin-right: 0;
}

.wh_list_box {
	width: 100%;
	height: 192px;
	background-color: #ffffff;
	border-radius: 14px;
	overflow: hidden;
	position: relative;
	transition: all .3s;
}

.wh_list_box h1 {
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	color: #333333;
	padding-top: 48px;
	transition: all .3s;
}

.wh_list_box span {
	display: block;
	width: 36px;
	height: 4px;
	background-color: #ffbf00;
	margin: 16px auto;
	transition: all .3s;
}

.wh_list_box p {
	width: 100%;
	min-height: 44px;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	padding: 0 20px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: all .3s;
}

.wh_list_box table {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top left, #ffbf00, #e5e5e5);
	opacity: 0;
	transition: all .3s;
}

.wh_list_box table tr,
.wh_list_box table tr th {
	width: 100%;
	height: 100%;
	text-align: center;
}

.wh_list_box table tr th {
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	color: #231f20;
	padding: 20px;
}

.wh_list_box:hover table {
	opacity: 1;
}


/* 企业文化图片 */
.wh_img_list {
	width: 100%;
	border-top: 1px solid #1f1e1b;
	padding-top: 36px;
	margin-top: 12px;
}

.wh_img_list02 {
	margin-top: 36px;
}

.wh_img_list li {
	float: left;
	width: calc((100% - 20px) / 3);
	margin-right: 10px;
	margin-bottom: 10px;
}

.wh_img_list li:nth-child(3n) {
	margin-right: 0;
}

.wh_img_list li:nth-child(7),
.wh_img_list li:nth-child(8),
.wh_img_list li:nth-child(9) {
	margin-bottom: 0;
}

.wh_img_list li img {
	width: 100%;
}





/* 荣誉资质 */


.about_honor_list {
	width: 100%;
	position: relative;
	padding-bottom: 48px;
	border-bottom: 1px solid #1f1e1b;
}

.about_honor_list .honor_img_box {
	padding: 20px;
	padding-bottom: 0;
	margin: 12px 0;
	cursor: pointer;
	background-color: #ffffff;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .1);
}

.about_honor_list .honor_img_box img {
	width: auto;
	height: 300px;
	margin: 0 auto;
}

.about_honor_list .honor_img_box p {
	font-size: 16px;
	color: #231f20;
	line-height: 60px;
	text-align: center;
}

.about_honor_list .owl-nav {
	width: 96px;
	margin: 12px auto 0;
}

.about_honor_list .owl-nav .owl-prev span {
	display: block;
	width: 48px;
	height: 48px;
	font-size: 40px;
	color: #ffffff;
	background-color: #f4b917;
	opacity: 0.9;
	transition: all .5s ease-in-out 0s;
}

.about_honor_list .owl-nav .owl-prev span:hover {
	opacity: 1;
	transition: all .5s ease-in-out 0s;
}

.about_honor_list .owl-nav .owl-next span {
	display: block;
	width: 48px;
	height: 48px;
	font-size: 40px;
	color: #ffffff;
	background-color: #003d8c;
	opacity: 0.9;
	transition: all .5s ease-in-out 0s;
}

.about_honor_list .owl-nav .owl-next span:hover {
	opacity: 1;
	transition: all .5s ease-in-out 0s;
}

/* 专利 */
.about_zl_list {
	width: 100%;
	position: relative;
	padding-bottom: 48px;
	border-bottom: 1px solid #1f1e1b;
}

.about_zl_list .zl_img_box {
	padding: 20px;
	padding-bottom: 0;
	margin: 12px 0;
	cursor: pointer;
	background-color: #ffffff;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .1);
}

.about_zl_list .zl_img_box img {
	width: auto;
	height: 400px;
	margin: 0 auto;
}

.about_zl_list .owl-nav {
	width: 96px;
	margin: 12px auto 0;
}

.about_zl_list .owl-nav .owl-prev span {
	display: block;
	width: 48px;
	height: 48px;
	font-size: 40px;
	color: #ffffff;
	background-color: #f4b917;
	opacity: 0.9;
	transition: all .5s ease-in-out 0s;
}

.about_zl_list .owl-nav .owl-prev span:hover {
	opacity: 1;
	transition: all .5s ease-in-out 0s;
}

.about_zl_list .owl-nav .owl-next span {
	display: block;
	width: 48px;
	height: 48px;
	font-size: 40px;
	color: #ffffff;
	background-color: #003d8c;
	opacity: 0.9;
	transition: all .5s ease-in-out 0s;
}

.about_zl_list .owl-nav .owl-next span:hover {
	opacity: 1;
	transition: all .5s ease-in-out 0s;
}


.zl_img_box p {
	font-size: 16px;
	color: #231f20;
	line-height: 60px;
	text-align: center;
}


/* 人事招聘 */
.zp_tit {
	width: 100%;
	font-size: 32px;
	color: #333333;
	line-height: 1;
	text-align: center;
	padding-bottom: 24px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 36px;
	position: relative;
}

.zp_tit span {
	display: block;
	position: absolute;
	left: 50%;
	bottom: -2px;
	width: 72px;
	height: 3px;
	margin-left: -36px;
	background-color: #f4b91a;
}

.zp_list {
	padding-bottom: 36px;
}

.jg_list {
	width: 100%;
	padding-bottom: 12px;
}

.jg_list>a {
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 60px;
	/* text-align: center; */
	text-decoration: none;
	color: #333333;
	padding-left: 48px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-sizing: border-box;
	transition: all .3s;
}

.jg_list .jg_main {
	display: none;
	padding: 36px 48px;
	border: 1px solid #f4b91a;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 12px;
}

.jg_list .jg_main h1 {
	font-size: 16px;
	line-height: 2;
	color: #333333;
	text-indent: 2em;
	padding-bottom: 24px;
	border-bottom: 1px solid #e5e5e5;
}

.jg_list .jg_main h2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	color: #1a1a1a;
	padding: 0 0 12px 0;
}

.jg_list .jg_main p {
	font-size: 16px;
	line-height: 2.4;
	color: #333333;
	text-indent: 2em;
	text-align: justify;
}

.jg_list .jg_main p a {
	color: #333333;
}

.jg_list .jg_main p a:hover {
	color: #f4b91a;
}

.jg_list.nav-show>a {
	color: #fff;
	text-decoration: none;
	background-color: #f4b91a;
	border: 1px solid #f4b91a;
	transition: all .3s;
}

.jg_list.nav-show .jg_main {
	display: block;
}

.nav-more {
	float: right;
	margin-right: 20px;
	font-size: 20px;
	transition: transform .3s;
}

.nav-more::after {
	content: "\e621";
}

.nav-show .nav-more {
	transform: rotate(90deg);
}

.hr_box {
	width: 100%;
	padding-bottom: 36px;
}

.hr_box h2 {
	width: 240px;
	height: 48px;
	font-size: 20px;
	line-height: 48px;
	color: #ffffff;
	background-color: #f4b91a;
	text-align: center;
	margin-bottom: 12px;
	border-radius: 4px;
}

.hr_box p {
	font-size: 16px;
	line-height: 2.4;
	color: #333333;
	text-align: justify;
}

.hr_box p span{
	opacity: 0;
}

.hr_box p a {
	display: inline-block;
	color: #333333;
}

.hr_box p a:hover {
	color: #f4b91a;
}

/* 下载中心 */

.download_list {
	width: 100%;
	height: 73px;
	border-bottom: 1px solid #999999;
}

.download_list li {
	float: left;
}

.download_list li.left01 {
	width: 36px;
	height: auto;
	margin-top: 18px;
	margin-right: 24px;
}

.download_list li.left01 img {
	width: 100%;
	height: auto;
}

.download_list li.left02 a,
.download_list li.right02 {
	font-size: 18px;
	font-weight: bold;
	line-height: 72px;
	color: #003f98;
	transition: all 0.3s;
}

.download_list li.left02 a:hover {
	text-decoration: underline 1em;
	text-decoration-thickness: 2px;
	transition: all 0.3s;
}


.download_list li.right {
	float: right;
}

.download_list li.right01 {
	padding-left: 24px;
}

.download_list li.right01 a {
	width: 72px;
	height: 72px;
	background-image: url(../images/icon_download02.png);
	background-size: 28px 28px;
	background-position: 22px 22px;
	background-repeat: no-repeat;
	transition: all 0.3s;
}

.download_list li.right01 a:hover {
	background-image: url(../images/icon_download02_on.png);
	transition: all 0.3s;
}

@media (max-width:1440px) {

	/* 关于我们 */
	.page_about li.left {
		width: 600px;
	}

	.page_about li.left h2 {
		font-size: 56px;
		padding-top: 60px;
	}

	.page_about li.left h2 span {
		font-size: 100px;
	}

	.page_about>li.right {
		float: right;
		width: calc(100% - 636px);
	}

}

@media (max-width:1200px) {

	/* 关于我们 */
	.page_about>li.left {
		width: 100%;
	}

	.page_about>li.left h2 {
		font-size: 3.072rem;
		line-height: 1.2;
		padding-top: 0;
		padding-bottom: 2.304rem;
	}

	.page_about>li.left h2 span {
		font-size: 5.76rem;
	}


	.page_about>li.right {
		width: 100%;
	}

	.about01_box p {
		font-size: 1.152rem;
	}
	
	.about01_box p span{
		font-size: 1.344rem;
	}

	.page_logo_box {
		width: 100%;
		height: auto;
		padding-top: 0;
	}

	.page_logo_box .logo_left {
		width: 100%;
		height: 13.5rem;
		margin-top: 0;
		padding: 3rem 0;
	}

	.page_logo_box .logo_right {
		width: 100%;
		height: 21rem;
		border-left: 0 solid #e0e0e0;
		border-top: 0.288rem solid #eab209;
		padding: 3rem 0;
	}

	.page_logo_box>div>img {
		height: 100%;
		width: auto;
		margin: 0 auto;
	}
	
	/* 企业文化 */
	
	.page_about_wh_list {
		padding-top: 1.728rem;
		margin-top: 1.152rem;
	}
	
	.page_about_wh_list li {
		float: left;
		width: calc((100% - 0.768rem) / 2);
		margin-right: 0px;
		margin-bottom: 0.768rem;
		border-radius: 16px;
		padding: 0.192rem;
	}

	.page_about_wh_list li:nth-child(2n) {
		float: right;
	}
	
	.wh_list_box {
		height: auto;
	}
	
	.wh_list_box h1 {
		font-size: 1.536rem;
		padding-top: 2.304rem;
	}
	
	.wh_list_box span {
		width: 2.88rem;
		height: 0.288rem;
		margin: 1.152rem auto;
	}
	
	.wh_list_box p {
		min-height: auto;
		font-size: 1.152rem;
		line-height: 1.4;
		padding: 0 0.864rem 1.44rem;
		-webkit-line-clamp: 16;
	}
	
	.wh_list_box table {
		display: none;
	}
	

	
	/* 企业文化图片 */
	.wh_img_list {
		width: 100%;
		border-top: 1px solid #1f1e1b;
		padding-top: 36px;
		margin-top: 12px;
	}
	
	.wh_img_list02 {
		margin-top: 36px;
	}
	
	.wh_img_list li {
		float: left;
		width: calc((100% - 20px) / 3);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.wh_img_list li:nth-child(3n) {
		margin-right: 0;
	}
	
	.wh_img_list li:nth-child(7),
	.wh_img_list li:nth-child(8),
	.wh_img_list li:nth-child(9) {
		margin-bottom: 0;
	}
	
	.wh_img_list li img {
		width: 100%;
	}
	


	/* 荣誉资质 */
	.about_honor_list {
		padding-bottom: 2.304rem;
	}
	
	/* 人才招聘 */
	.jg_list {
		padding-bottom: 0.576rem;
	}
	
	.jg_list>a {
		font-size: 1.536rem;
		line-height: 4.8rem;
		padding-left: 1.152rem;
	}
	
	.jg_list .jg_main {
		padding:1.728rem 1.152rem;
		margin-top: 0.576rem;
	}
	
	.jg_list .jg_main h1 {
		font-size: 1.344rem;
		padding-bottom: 1.92rem;
	}
	
	.jg_list .jg_main h2 {
		font-size: 1.344rem;
		padding-bottom: 1.152rem;
	}
	
	.jg_list .jg_main p {
		font-size: 1.152rem;
		line-height:1.8;
	}
	
	.nav-more {
		margin-right: 1.152rem;
		font-size: 1.92rem;
	}
	
	.hr_box {
		padding-bottom: 2.88rem;
	}
	
	.hr_box h2 {
		width: 16rem;
		height: 4rem;
		font-size: 1.728rem;
		line-height: 4rem;
		margin-bottom: 1.152rem;
	}
	
	.hr_box p {
		font-size: 1.152rem;
		line-height: 2.4;
	}
	
	/* 下载中心 */
	
	.download_list {
		height: 3.456rem;
	}
	
	.download_list li.left01 {
		width: 1.728rem;
		margin-top: 0.864rem;
		margin-right: 1.152rem;
	}
	
	.download_list li.left02 a,
	.download_list li.right02 {
		font-size: 1.152rem;
		line-height: 3.456rem;
	}
	
	.download_list li.right01 {
		padding-left: 1.152rem;
	}
	
	.download_list li.right01 a {
		width: 3.456rem;
		height: 3.456rem;
		background-size: 1.344rem 1.344rem;
		background-position: 1.056rem 1.056rem;
	}
	


}